Searched refs:WRT_REG_WORD (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/scsi/ |
| H A D | qla1280.c | 1054 WRT_REG_WORD(&ha->iobase->ictrl, 0); in qla1280_disable_intrs() 1421 WRT_REG_WORD(®->semaphore, 0); in qla1280_initialize_adapter() 1557 WRT_REG_WORD(®->ictrl, ISP_RESET); in qla1280_chip_diag() 1582 WRT_REG_WORD(®->cfg_1, 0); in qla1280_chip_diag() 2191 WRT_REG_WORD(®->cfg_1, cfg1); in qla1280_nvram_config() 2204 WRT_REG_WORD(®->cfg_1, cfg1); in qla1280_nvram_config() 2207 WRT_REG_WORD(®->gpio_enable, in qla1280_nvram_config() 2213 WRT_REG_WORD(®->gpio_data, term); in qla1280_nvram_config() 2438 WRT_REG_WORD(mptr, (*iptr)); in qla1280_mailbox_command() 2679 WRT_REG_WORD(®->host_cmd, in qla1280_reset_adapter() [all …]
|
| H A D | qla1280.h | 53 #define WRT_REG_WORD(addr, data) writew(data, addr) macro 57 #define WRT_REG_WORD(addr, data) outw(data, (unsigned long)addr) macro
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | device-io.rst | 96 WRT_REG_WORD(®->ictrl, 0);
|