| /netbsd/src/sys/external/isc/atheros_hal/ic/ |
| D | ah_osdep.h | 93 #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/ |
| D | at91rm9200reg.h | 198 #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
|
| D | at91sam9260reg.h | 213 #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
|
| D | at91sam9261reg.h | 211 #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
|
| D | at91pio.c | 69 #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/ |
| D | tlsbreg.h | 68 #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/ |
| D | ar5312reg.h | 31 #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/ |
| D | i915_cmd_parser.c | 579 #define REG32(_reg, ...) \ argument 589 #define REG64(_reg) \ argument 593 #define REG64_IDX(_reg, idx) \ argument
|
| /netbsd/src/external/bsd/pcc/dist/pcc/mip/ |
| D | node.h | 68 int _reg; member
|
| /netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/ |
| D | ar5212_reset.c | 1481 #define AR_PHY_BIS(_ah, _reg, _mask, _val) \ in ar5212SetBoardValues() argument
|
| /netbsd/src/sys/dev/i2c/ |
| D | axppmic.c | 409 #define AXPPMIC_IRQ(_reg, _mask) \ argument
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | si2vmx.h | 1139 #define si_mfspr(_reg) ((qword)((vec_uint4){0})) argument 1140 #define si_mtspr(_reg, _a) argument
|
| D | spu2vmx.h | 924 #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/ |
| D | tc-metag.c | 4095 const metag_reg *_reg; in __parse_dsp_reg() local 4796 static metag_reg _reg; variable
|