Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-pxa2xx.c698 u32 rx_thre; in interrupt_transfer() local
712 rx_thre = pxa2xx_spi_get_rx_default_thre(drv_data); in interrupt_transfer()
713 if (rx_thre > bytes_left) in interrupt_transfer()
714 rx_thre = bytes_left; in interrupt_transfer()
716 pxa2xx_spi_set_rx_thre(drv_data, &sccr1_reg, rx_thre); in interrupt_transfer()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hci/
H A Dphl_trx_pcie.c319 u8 tx_thre = 0, rx_thre = 0; in _phl_judge_idle_ltr_switching_conditions() local
323 rx_thre = (u8)(ltr_thre & 0xFF); in _phl_judge_idle_ltr_switching_conditions()
339 if (stats->rx_traffic.lvl > rx_thre) in _phl_judge_idle_ltr_switching_conditions()