Home
last modified time | relevance | path

Searched refs:REG_WRITE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c1740 REG_WRITE(AR_SOC_RST_RESET, in ar9300_set_reset()
1742 REG_WRITE(AR_SOC_RST_RESET, in ar9300_set_reset()
1761 #undef REG_WRITE in ar9300_set_reset()
1851 #undef REG_WRITE in ar9300_set_reset()
2002 #undef REG_WRITE in ar9300_phy_disable()
3127 REG_WRITE(0xB8040000, val); in ar9300_process_ini()
3132 REG_WRITE(0xB804002c, val); in ar9300_process_ini()
3136 REG_WRITE(0xB804006c, val); in ar9300_process_ini()
3138 #undef REG_WRITE in ar9300_process_ini()
5307 #undef REG_WRITE in ar9300_reset()
[all …]
H A Dar9300_attach.c774 #define REG_WRITE(_reg, _val) *((volatile u_int32_t *)(_reg)) = (_val); in ar9300_attach() macro
786 #undef REG_WRITE in ar9300_attach()
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_mbox.c61 #define REG_WRITE 0x20 /* This is Mailbox 1 address */ macro
229 mbox_write_4(sc, REG_WRITE, MBOX_MSG(chan, data)); in bcm_mbox_write()