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

  /src/sys/dev/ic/
sunscpalvar.h 62 #define SUNSCPAL_WRITE_1(sc, reg, val) bus_space_write_1(sc->sunscpal_regt, \
71 # define SUNSCPAL_WRITE_1(sc, reg, val) do { *(sc->reg) = val; } while(0)
73 # define SUNSCPAL_WRITE_2 SUNSCPAL_WRITE_1
98 SUNSCPAL_WRITE_1(sc, sunscpal_cmd_stat, b); \
100 SUNSCPAL_WRITE_1(sc, sunscpal_data, b); \
sunscpal.c 1215 SUNSCPAL_WRITE_1(sc, sunscpal_data, target_mask);
1230 SUNSCPAL_WRITE_1(sc, sunscpal_data, 0);
  /src/sys/dev/vme/
sc_vme.c 216 SUNSCPAL_WRITE_1(sc, sunscpal_intvec, va->ivector & 0xFF);

Completed in 14 milliseconds