Searched defs:CSR_WRITE_1 (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/dev/fxp/ |
H A D | if_fxpvar.h | 247 #define CSR_WRITE_1(sc, reg, val) bus_write_1(sc->fxp_res[0], reg, val) macro
|
/freebsd/sys/dev/sge/ |
H A D | if_sge.c | 182 #define CSR_WRITE_1(cs, reg, val) bus_write_1(sc->sge_res, reg, val) macro
|
/freebsd/sys/dev/vge/ |
H A D | if_vgevar.h | 221 #define CSR_WRITE_1(sc, reg, val) \ macro
|
/freebsd/sys/dev/ale/ |
H A D | if_alevar.h | 233 #define CSR_WRITE_1(_sc, reg, val) \ macro
|
/freebsd/sys/dev/alc/ |
H A D | if_alcvar.h | 264 #define CSR_WRITE_1(_sc, reg, val) \ macro
|
/freebsd/sys/dev/ipw/ |
H A D | if_ipwreg.h | 335 #define CSR_WRITE_1(sc, reg, val) \ macro
|
/freebsd/sys/dev/my/ |
H A D | if_myreg.h | 392 #define CSR_WRITE_1(sc, reg, val) \ macro
|
/freebsd/sys/dev/ste/ |
H A D | if_stereg.h | 485 #define CSR_WRITE_1(sc, reg, val) \ macro
|
/freebsd/sys/dev/lge/ |
H A D | if_lgereg.h | 544 #define CSR_WRITE_1(sc, reg, val) \ macro
|
/freebsd/sys/dev/stge/ |
H A D | if_stgereg.h | 93 #define CSR_WRITE_1(_sc, reg, val) \ macro
|
/freebsd/sys/dev/vr/ |
H A D | if_vrreg.h | 751 #define CSR_WRITE_1(sc, reg, val) bus_write_1(sc->vr_res, reg, val) macro
|
/freebsd/sys/dev/xl/ |
H A D | if_xlreg.h | 656 #define CSR_WRITE_1(sc, reg, val) \ macro
|
/freebsd/sys/dev/iwi/ |
H A D | if_iwireg.h | 585 #define CSR_WRITE_1(sc, reg, val) \ macro
|
/freebsd/sys/dev/rl/ |
H A D | if_rlreg.h | 951 #define CSR_WRITE_1(sc, reg, val) \ macro
|
/freebsd/sys/dev/sk/ |
H A D | if_skreg.h | 1278 #define CSR_WRITE_1(sc, reg, val) \ macro
|
/freebsd/sys/dev/msk/ |
H A D | if_mskreg.h | 2128 #define CSR_WRITE_1(sc, reg, val) \ macro
|