Home
last modified time | relevance | path

Searched defs:_reg (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/sys/external/isc/atheros_hal/ic/
Dah_osdep.h93 #define OS_REG_WRITE(_ah, _reg, _val) ath_hal_reg_write(_ah, _reg, _val) argument
94 #define OS_REG_READ(_ah, _reg) ath_hal_reg_read(_ah, _reg) argument
112 #define OS_REG_WRITE(_ah, _reg, _val) do { \ argument
120 #define OS_REG_READ(_ah, _reg) \ argument
125 #define OS_REG_WRITE(_ah, _reg, _val) \ argument
127 #define OS_REG_READ(_ah, _reg) \ argument
/netbsd/src/sys/arch/arm/at91/
Dat91rm9200reg.h198 #define PIOA_READ(_reg) *((volatile uint32_t *)(AT91RM9200_PIOA_BASE + (_reg))) argument
199 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOA_BASE + (_reg)))… argument
200 #define PIOB_READ(_reg) *((volatile uint32_t *)(AT91RM9200_PIOB_BASE + (_reg))) argument
201 #define PIOB_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOB_BASE + (_reg)))… argument
202 #define PIOC_READ(_reg) *((volatile uint32_t *)(AT91RM9200_PIOC_BASE + (_reg))) argument
203 #define PIOC_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOC_BASE + (_reg)))… argument
204 #define PIOD_READ(_reg) *((volatile uint32_t *)(AT91RM9200_PIOD_BASE + (_reg))) argument
205 #define PIOD_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91RM9200_PIOD_BASE + (_reg)))… argument
Dat91sam9260reg.h213 #define PIOA_READ(_reg) *((volatile uint32_t *)(AT91SAM9260_PIOA_BASE + (_reg))) argument
214 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOA_BASE + (_reg))… argument
215 #define PIOB_READ(_reg) *((volatile uint32_t *)(AT91SAM9260_PIOB_BASE + (_reg))) argument
216 #define PIOB_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOB_BASE + (_reg))… argument
217 #define PIOC_READ(_reg) *((volatile uint32_t *)(AT91SAM9260_PIOC_BASE + (_reg))) argument
218 #define PIOC_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9260_PIOC_BASE + (_reg))… argument
Dat91sam9261reg.h211 #define PIOA_READ(_reg) *((volatile uint32_t *)(AT91SAM9261_PIOA_BASE + (_reg))) argument
212 #define PIOA_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOA_BASE + (_reg))… argument
213 #define PIOB_READ(_reg) *((volatile uint32_t *)(AT91SAM9261_PIOB_BASE + (_reg))) argument
214 #define PIOB_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOB_BASE + (_reg))… argument
215 #define PIOC_READ(_reg) *((volatile uint32_t *)(AT91SAM9261_PIOC_BASE + (_reg))) argument
216 #define PIOC_WRITE(_reg, _val) do {*((volatile uint32_t *)(AT91SAM9261_PIOC_BASE + (_reg))… argument
Dat91pio.c69 #define PIO_READ(_sc, _reg) bus_space_read_4((_sc)->sc_iot, (_sc)->sc_ioh, (_reg)) argument
70 #define PIO_WRITE(_sc, _reg, _val) bus_space_write_4((_sc)->sc_iot, (_sc)->sc_ioh, (_reg), (_v… argument
/netbsd/src/sys/arch/alpha/tlsb/
Dtlsbreg.h68 #define TLSB_NODE_REG_ADDR(_node, _reg) \ argument
72 #define TLSB_GET_NODEREG(_node, _reg) \ argument
74 #define TLSB_PUT_NODEREG(_node, _reg, _val) \ argument
83 #define TLSB_BCAST_REG_ADDR(_reg) KV((long)(TLSB_BCASE_BASE + (_reg))) argument
86 #define TLSB_GET_BCASTREG(_reg) \ argument
88 #define TLSB_PUT_BCASTREG(_reg, _val) \ argument
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5312/
Dar5312reg.h31 #define REG_WRITE(_reg,_val) *((volatile uint32_t *)(_reg)) = (_val); argument
32 #define REG_READ(_reg) *((volatile uint32_t *)(_reg)) argument
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Di915_cmd_parser.c579 #define REG32(_reg, ...) \ argument
589 #define REG64(_reg) \ argument
593 #define REG64_IDX(_reg, idx) \ argument
/netbsd/src/external/bsd/pcc/dist/pcc/mip/
Dnode.h68 int _reg; member
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar5212_reset.c1481 #define AR_PHY_BIS(_ah, _reg, _mask, _val) \ in ar5212SetBoardValues() argument
/netbsd/src/sys/dev/i2c/
Daxppmic.c409 #define AXPPMIC_IRQ(_reg, _mask) \ argument
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Dsi2vmx.h1139 #define si_mfspr(_reg) ((qword)((vec_uint4){0})) argument
1140 #define si_mtspr(_reg, _a) argument
Dspu2vmx.h924 #define spu_mfspr(_reg) si_to_uint(si_mfspr(_reg)) argument
966 #define spu_mtspr(_reg, _a) argument
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-metag.c4095 const metag_reg *_reg; in __parse_dsp_reg() local
4796 static metag_reg _reg; variable