Searched refs:RD_REG_WORD_PIO (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_sup.c1496 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe));
1497 gpio_data = RD_REG_WORD_PIO(PIO_REG(ha, gpiod));
1553 gpio_enable = RD_REG_WORD_PIO(PIO_REG(ha, gpioe));
1554 gpio_data = RD_REG_WORD_PIO(PIO_REG(ha, gpiod));
1921 data = RD_REG_WORD_PIO(PIO_REG(ha, flash_data));
1924 data2 = RD_REG_WORD_PIO(PIO_REG(ha, flash_data));
H A Dqla_def.h121 #define RD_REG_WORD_PIO(addr) (inw((unsigned long)addr)) macro

Completed in 657 milliseconds