Home
last modified time | relevance | path

Searched refs:ALC_TXQ_CFG (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/alc/
H A Dif_alcreg.h569 #define ALC_TXQ_CFG 0x1590 macro
H A Dif_alc.c4165 CSR_WRITE_4(sc, ALC_TXQ_CFG, reg | TXQ_CFG_ENHANCED_MODE); in alc_init_locked()
4432 cfg = CSR_READ_4(sc, ALC_TXQ_CFG); in alc_start_queue()
4434 CSR_WRITE_4(sc, ALC_TXQ_CFG, cfg); in alc_start_queue()
4457 reg = CSR_READ_4(sc, ALC_TXQ_CFG); in alc_stop_queue()
4460 CSR_WRITE_4(sc, ALC_TXQ_CFG, reg); in alc_stop_queue()