Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dexynos_spi.c53 int *rx_lvl, int *tx_lvl) in spi_get_fifo_levels() argument
58 *tx_lvl = (spi_sts >> SPI_TX_LVL_OFFSET) & SPI_FIFO_LVL_MASK; in spi_get_fifo_levels()
101 int rx_lvl, tx_lvl; in spi_rx_tx() local
138 spi_get_fifo_levels(regs, &rx_lvl, &tx_lvl); in spi_rx_tx()
144 while (tx_lvl < priv->fifo_size/2 && out_bytes) { in spi_rx_tx()
155 tx_lvl += step; in spi_rx_tx()
/openbmc/u-boot/arch/arm/mach-exynos/
H A Dspl_boot.c68 int rx_lvl, tx_lvl; in spi_rx_tx() local
83 tx_lvl = ((spi_sts >> 6) & 0x7f); in spi_rx_tx()
84 while (tx_lvl < 32 && out_bytes) { in spi_rx_tx()
88 tx_lvl += 4; in spi_rx_tx()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_omap.c1162 u8 tx_lvl; in omap_8250_tx_dma() local
1179 tx_lvl = serial_in(p, UART_OMAP_TX_LVL); in omap_8250_tx_dma()
1180 if (tx_lvl == p->tx_loadsz) { in omap_8250_tx_dma()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.h1386 u16 tx_lvl; member
1405 u16 tx_lvl; member
2379 u8 tx_lvl; member
H A Dfw.c2586 RTW89_SET_FWCMD_CXROLE_ACT_TX_LVL(cmd, active->tx_lvl, i, offset); in rtw89_fw_h2c_cxdrv_role()
2667 RTW89_SET_FWCMD_CXROLE_ACT_TX_LVL(cmd, active->tx_lvl, i, offset); in rtw89_fw_h2c_cxdrv_role_v1()
2851 RTW89_SET_FWCMD_CXTRX_TXLV(cmd, trx->tx_lvl); in rtw89_fw_h2c_cxdrv_trx()
H A Dcoex.c6036 r->active_role[port].tx_lvl = stats->tx_tfc_lv; in rtw89_btc_ntfy_wl_sta_iter()
6042 r1->active_role_v1[port].tx_lvl = stats->tx_tfc_lv; in rtw89_btc_ntfy_wl_sta_iter()
6047 dm->trx_info.tx_lvl = stats->tx_tfc_lv; in rtw89_btc_ntfy_wl_sta_iter()