Searched refs:WRT_REG_WORD_PIO (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/scsi/qla2xxx/ |
D | qla_sup.c | 1616 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable); in qla2x00_beacon_blink() 1632 WRT_REG_WORD_PIO(PIO_REG(ha, gpiod), gpio_data); in qla2x00_beacon_blink() 1672 WRT_REG_WORD_PIO(PIO_REG(ha, gpioe), gpio_enable); in qla2x00_beacon_on() 1681 WRT_REG_WORD_PIO(PIO_REG(ha, gpiod), gpio_data); in qla2x00_beacon_on() 2061 WRT_REG_WORD_PIO(PIO_REG(ha, flash_address), (uint16_t)addr); in qla2x00_read_flash_byte() 2120 WRT_REG_WORD_PIO(PIO_REG(ha, flash_address), (uint16_t)addr); in qla2x00_write_flash_byte() 2121 WRT_REG_WORD_PIO(PIO_REG(ha, flash_data), (uint16_t)data); in qla2x00_write_flash_byte()
|
D | qla_def.h | 289 #define WRT_REG_WORD_PIO(addr, data) (outw(data, (unsigned long)addr)) macro
|