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

/freebsd-13-stable/sys/dev/bwi/
H A Dif_bwi.c1817 uint32_t txrx_ctrl_step = 0; local
1835 txrx_ctrl_step = 0x20;
1855 txrx_ctrl_step = 0x40;
1875 KASSERT(txrx_ctrl_step != 0, ("txrx_ctrl_step zero"));
1899 #define TXRX_CTRL(idx) (BWI_TXRX_CTRL_BASE + (idx) * txrx_ctrl_step)

Completed in 54 milliseconds