Home
last modified time | relevance | path

Searched refs:IPS_REG_FLDP (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/scsi/
H A Dips.c2290 major = inb(ha->io_addr + IPS_REG_FLDP); in ips_get_bios_version()
2297 minor = inb(ha->io_addr + IPS_REG_FLDP); in ips_get_bios_version()
6010 outb(0x50, ha->io_addr + IPS_REG_FLDP); in ips_erase_bios()
6015 outb(0x20, ha->io_addr + IPS_REG_FLDP); in ips_erase_bios()
6020 outb(0xD0, ha->io_addr + IPS_REG_FLDP); in ips_erase_bios()
6025 outb(0x70, ha->io_addr + IPS_REG_FLDP); in ips_erase_bios()
6051 outb(0xB0, ha->io_addr + IPS_REG_FLDP); in ips_erase_bios()
6087 outb(0x50, ha->io_addr + IPS_REG_FLDP); in ips_erase_bios()
6092 outb(0xFF, ha->io_addr + IPS_REG_FLDP); in ips_erase_bios()
6237 outb(0x40, ha->io_addr + IPS_REG_FLDP); in ips_program_bios()
[all …]
H A Dips.h113 #define IPS_REG_FLDP 0x1C /* Flash data port */ macro