Searched refs:hil_readb (Results 1 – 1 of 1) sorted by relevance
51 #define hil_readb(p) gsc_readb(p) macro60 #define hil_readb(p) readb(p) macro71 #define hil_busy() (hil_readb(HILBASE + HIL_CMD) & HIL_BUSY)72 #define hil_data_available() (hil_readb(HILBASE + HIL_CMD) & HIL_DATA_RDY)73 #define hil_status() (hil_readb(HILBASE + HIL_CMD))75 #define hil_read_data() (hil_readb(HILBASE + HIL_DATA))