Symbol: CSR_WRITE_1
sys/arch/arm/xscale/pxa2x0_mci.c
147
#define CSR_WRITE_1(sc, reg, val) \
sys/arch/evbarm/ixm1200/nappi_nppb.c
65
#define CSR_WRITE_1(sc, reg, val) \
sys/arch/evbarm/stand/boot2440/dm9000.c
148
CSR_WRITE_1(struct local *l, int reg, int data)
sys/arch/sandpoint/stand/altboot/dsk.c
60
#define CSR_WRITE_1(r,v) out8(r,v)
sys/arch/sandpoint/stand/altboot/fxp.c
89
#define CSR_WRITE_1(l, r, v) out8((l)->iobase+(r), (v))
sys/arch/sandpoint/stand/altboot/nvt.c
47
#define CSR_WRITE_1(l, r, v) out8((l)->csr+(r), (v))
sys/arch/sandpoint/stand/altboot/rge.c
47
#define CSR_WRITE_1(l, r, v) out8((l)->csr+(r), (v))
sys/arch/sandpoint/stand/altboot/skg.c
46
#define CSR_WRITE_1(l, r, v) out8((l)->csr+(r), (v))
sys/arch/sandpoint/stand/altboot/stg.c
41
#define CSR_WRITE_1(l, r, v) out8((l)->csr+(r), (v))
sys/arch/sandpoint/stand/altboot/vge.c
47
#define CSR_WRITE_1(l, r, v) out8((l)->csr+(r), (v))
sys/dev/ic/com.c
144
#define CSR_WRITE_1(r, o, v) \
sys/dev/ic/i82557var.h
358
#define CSR_WRITE_1(sc, reg, val) \
sys/dev/ic/rtl81x9var.h
287
#define CSR_WRITE_1(sc, reg, val) \
sys/dev/ic/wivar.h
236
#define CSR_WRITE_1(sc, reg, val) \
sys/dev/ic/wivar.h
258
#define CSR_WRITE_1(sc, reg, val) \
sys/dev/pci/if_alcreg.h
1495
#define CSR_WRITE_1(_sc, reg, val) \
sys/dev/pci/if_alereg.h
955
#define CSR_WRITE_1(_sc, reg, val) \
sys/dev/pci/if_ipwreg.h
322
#define CSR_WRITE_1(sc, reg, val) \
sys/dev/pci/if_iwireg.h
546
#define CSR_WRITE_1(sc, reg, val) \
sys/dev/pci/if_skreg.h
1608
#define CSR_WRITE_1(sc, reg, val) \
sys/dev/pci/if_stge.c
227
#define CSR_WRITE_1(_sc, reg, val) \
sys/dev/pci/if_vge.c
264
#define CSR_WRITE_1(sc, reg, val) \
sys/dev/pci/if_vr.c
290
#define CSR_WRITE_1(sc, reg, val) \
sys/dev/sdmmc/sbt.c
40
#define CSR_WRITE_1(sc, reg, val) sdmmc_io_write_1((sc)->sc_sf, (reg), (val))