Searched refs:ALC_RXQ_CFG (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/alc/ |
H A D | if_alcreg.h | 599 #define ALC_RXQ_CFG 0x15A0 macro
|
H A D | if_alc.c | 4240 CSR_WRITE_4(sc, ALC_RXQ_CFG, reg); in alc_init_locked() 4424 cfg = CSR_READ_4(sc, ALC_RXQ_CFG); in alc_start_queue() 4430 CSR_WRITE_4(sc, ALC_RXQ_CFG, cfg); in alc_start_queue() 4444 reg = CSR_READ_4(sc, ALC_RXQ_CFG); in alc_stop_queue() 4448 CSR_WRITE_4(sc, ALC_RXQ_CFG, reg); in alc_stop_queue() 4453 CSR_WRITE_4(sc, ALC_RXQ_CFG, reg); in alc_stop_queue()
|