Searched refs:RXCFG (Results 1 – 5 of 5) sorted by relevance
/openbsd/sys/arch/macppc/dev/ |
H A D | if_bm.c | 405 bmac_write_reg(sc, RXCFG, in bmac_init() 409 bmac_set_bits(sc, RXCFG, RxPromiscEnable); in bmac_init() 417 bmac_set_bits(sc, RXCFG, RxMACEnable); in bmac_init() 590 bmac_reset_bits(sc, RXCFG, RxMACEnable); in bmac_stop() 726 bmac_reset_bits(sc, RXCFG, RxMACEnable); in bmac_watchdog() 845 bmac_set_bits(sc, RXCFG, RxPromiscEnable); in bmac_setladrf() 878 x = bmac_read_reg(sc, RXCFG); in bmac_setladrf() 881 bmac_write_reg(sc, RXCFG, x); in bmac_setladrf()
|
H A D | if_bmreg.h | 111 #define RXCFG 0x0630 macro
|
/openbsd/sys/dev/ic/ |
H A D | ar5210.c | 1403 AR5K_PRINT_REGISTER(RXCFG); in ar5k_ar5210_dump_state()
|
H A D | ar5211.c | 1493 AR5K_PRINT_REGISTER(RXCFG); in ar5k_ar5211_dump_state()
|
H A D | ar5212.c | 1787 AR5K_PRINT_REGISTER(RXCFG); in ar5k_ar5212_dump_state()
|