Home
last modified time | relevance | path

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

/linux/drivers/scsi/
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)
/linux/Documentation/driver-api/
H A Ddevice-io.rst102 RD_REG_WORD(&reg->ictrl);