Home
last modified time | relevance | path

Searched refs:tx_lvl (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dexynos_spi.c54 int *rx_lvl, int *tx_lvl) in spi_get_fifo_levels() argument
59 *tx_lvl = (spi_sts >> SPI_TX_LVL_OFFSET) & SPI_FIFO_LVL_MASK; in spi_get_fifo_levels()
102 int rx_lvl, tx_lvl; in spi_rx_tx() local
139 spi_get_fifo_levels(regs, &rx_lvl, &tx_lvl); in spi_rx_tx()
145 while (tx_lvl < priv->fifo_size/2 && out_bytes) { in spi_rx_tx()
156 tx_lvl += step; in spi_rx_tx()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c69 int rx_lvl, tx_lvl; in spi_rx_tx() local
84 tx_lvl = ((spi_sts >> 6) & 0x7f); in spi_rx_tx()
85 while (tx_lvl < 32 && out_bytes) { in spi_rx_tx()
89 tx_lvl += 4; in spi_rx_tx()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhal_btc.c1602 t->tx_lvl = phl_stats->tx_traffic.lvl; in _ntfy_wl_sta()
1628 last_tx_lvl = (u16)link_info_t->tx_lvl; in _ntfy_wl_sta()
1665 if (t->tx_lvl != RTW_TFC_IDLE || t->rx_lvl != RTW_TFC_IDLE) { in _ntfy_wl_sta()
1669 if (t->tx_lvl > t->rx_lvl) in _ntfy_wl_sta()
1703 last_tx_lvl != link_info_t->tx_lvl || in _ntfy_wl_sta()
1707 wl->role_info.active_role[w[i].pid].tx_lvl = (u16)t->tx_lvl; in _ntfy_wl_sta()
H A Dhal_btc.h858 enum rtw_tfc_lvl tx_lvl; member
893 u16 tx_lvl; member
H A Dhalbtc_dbg_cmd.c266 t.tx_lvl, t.tx_sts, (t.tx_1ss_limit ? "Y" : "N")); in _show_wl_role_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhal_btc.c1562 last_tx_lvl = (u16)link_info_t->tx_lvl; in _ntfy_wl_sta()
1599 if (t->tx_lvl != RTW_TFC_IDLE || t->rx_lvl != RTW_TFC_IDLE) { in _ntfy_wl_sta()
1603 if (t->tx_lvl > t->rx_lvl) in _ntfy_wl_sta()
1637 last_tx_lvl != link_info_t->tx_lvl || in _ntfy_wl_sta()
1641 wl->role_info.active_role[w->pid].tx_lvl = (u16)t->tx_lvl; in _ntfy_wl_sta()
H A Dhal_btc.h858 enum rtw_tfc_lvl tx_lvl; member
893 u16 tx_lvl; member
H A Dhalbtc_dbg_cmd.c266 t.tx_lvl, t.tx_sts, (t.tx_1ss_limit ? "Y" : "N")); in _show_wl_role_info()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_omap.c1064 u8 tx_lvl; in omap_8250_tx_dma() local
1081 tx_lvl = serial_in(p, UART_OMAP_TX_LVL); in omap_8250_tx_dma()
1082 if (tx_lvl == p->tx_loadsz) { in omap_8250_tx_dma()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_api_btc.c417 t->tx_lvl = phl_stats->tx_traffic.lvl; in rtw_hal_btc_wl_status_ntfy()