Searched refs:LEMAC_INSB (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | lemacvar.h | 90 #define LEMAC_INSB(sc, o, l, p) \ macro
|
H A D | lemac.c | 263 LEMAC_INSB(sc, LEMAC_REG_DAT, sizeof(eh), (void *)&eh); in lemac_input() 281 LEMAC_INSB(sc, LEMAC_REG_DAT, length - sizeof(eh), in lemac_input() 314 LEMAC_INSB(sc, LEMAC_REG_DAT, sizeof(rxlen), in lemac_rne_intr()
|