HomeSort by: relevance | last modified time | path
    Searched refs:SUNSCPAL_READ_1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
sunscpalvar.h 60 #define SUNSCPAL_READ_1(sc, reg) bus_space_read_1(sc->sunscpal_regt, \
70 # define SUNSCPAL_READ_1(sc, reg) (*sc->reg)
72 # define SUNSCPAL_READ_2 SUNSCPAL_READ_1
94 SUNSCPAL_READ_1(sc, sunscpal_cmd_stat) : \
95 SUNSCPAL_READ_1(sc, sunscpal_data))
sunscpal.c 407 *(sc->sc_dataptr++) = SUNSCPAL_READ_1(sc, sunscpal_data);
1360 SUNSCPAL_READ_1(sc, sunscpal_cmd_stat);

Completed in 19 milliseconds