Searched refs:REG_WRITE (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312reg.h32 #define REG_WRITE(_reg,_val) *((volatile uint32_t *)(_reg)) = (_val); macro
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c1736 #define REG_WRITE(_reg, _val) *((volatile u_int32_t *)(_reg)) = (_val); macro
1740 REG_WRITE(AR_SOC_RST_RESET,
1742 REG_WRITE(AR_SOC_RST_RESET,
1761 #undef REG_WRITE macro
1795 #define REG_WRITE(_reg, _val) *((volatile u_int32_t *)(_reg)) = (_val); macro
1840 REG_WRITE(RST_RESET, (REG_READ(RST_RESET) | RTC_RESET));
1842 REG_WRITE(RST_RESET, (REG_READ(RST_RESET) & ~RTC_RESET));
1851 #undef REG_WRITE macro
1977 #define REG_WRITE(_reg, _val) *((volatile u_int32_t *)(_reg)) = (_val); macro
1982 REG_WRITE(ATH_GPIO_O
2002 #undef REG_WRITE macro
3121 #define REG_WRITE macro
3138 #undef REG_WRITE macro
5272 #define REG_WRITE macro
5307 #undef REG_WRITE macro
5380 #define REG_WRITE macro
5390 #undef REG_WRITE macro
[all...]
H A Dar9300_attach.c774 #define REG_WRITE(_reg, _val) *((volatile u_int32_t *)(_reg)) = (_val); macro
786 #undef REG_WRITE macro
/freebsd-12-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_mbox.c60 #define REG_WRITE 0x20 /* This is Mailbox 1 address */ macro
228 mbox_write_4(sc, REG_WRITE, MBOX_MSG(chan, data));

Completed in 213 milliseconds