Searched defs:INB (Results 1 – 5 of 5) sorted by relevance
50 #define INB(x) *((volatile uint8_t *) (CONADDR + ((x) * 4))) macro53 #define INB(x) *((volatile uint8_t *) (CONADDR + (x))) macro
91 #define INB(x) *((volatile uint8_t *) ((CONADDR) + (x))) macro
109 #define INB(sc, p) (delay(100), bus_space_read_1(sc->sc_iot, sc->sc_ioh, (p))) macro
150 #define INB(sc, off) \ macro
424 #define INB(bktr,offset) bktr_INB(bktr,offset) macro