Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/
Ddc395x.c1100 DC395x_read8(acb, TRM_S1040_GEN_CONTROL), in DEF_SCSI_QCMD()
3440 wval = DC395x_read16(acb, TRM_S1040_GEN_CONTROL) & 0x7F; in set_basic_config()
3441 DC395x_write16(acb, TRM_S1040_GEN_CONTROL, wval); in set_basic_config()
3880 outb((inb(io_port + TRM_S1040_GEN_CONTROL) | EN_EEPROM), in trms1040_write_all()
3881 io_port + TRM_S1040_GEN_CONTROL); in trms1040_write_all()
3898 outb((inb(io_port + TRM_S1040_GEN_CONTROL) & ~EN_EEPROM), in trms1040_write_all()
3899 io_port + TRM_S1040_GEN_CONTROL); in trms1040_write_all()
3958 outb((inb(io_port + TRM_S1040_GEN_CONTROL) | EN_EEPROM), in trms1040_read_all()
3959 io_port + TRM_S1040_GEN_CONTROL); in trms1040_read_all()
3966 outb((inb(io_port + TRM_S1040_GEN_CONTROL) & ~EN_EEPROM), in trms1040_read_all()
[all …]
Ddc395x.h545 #define TRM_S1040_GEN_CONTROL 0xD4 /* Global Control */ macro