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

/linux-master/drivers/scsi/
H A Dqla1280.c728 ha->mailbox_out[0] = RD_REG_WORD(&reg->mailbox0);
731 RD_REG_WORD(&reg->ictrl), RD_REG_WORD(&reg->istatus));
829 RD_REG_WORD(&ha->iobase->istatus));
832 RD_REG_WORD(&ha->iobase->host_cmd),
833 RD_REG_WORD(&ha->iobase->ictrl), jiffies);
1055 RD_REG_WORD(&ha->iobase->ictrl); /* PCI Posted Write flush */
1063 RD_REG_WORD(&ha->iobase->ictrl); /* PCI Posted Write flush */
1424 RD_REG_WORD(&reg->host_cmd);
1573 data = RD_REG_WORD(
[all...]
H A Dqla1280.h51 #define RD_REG_WORD(addr) readw_relaxed(addr) macro
55 #define RD_REG_WORD(addr) inw((unsigned long)addr) macro
56 #define RD_REG_WORD_dmasync(addr) RD_REG_WORD(addr)

Completed in 203 milliseconds