Searched refs:rx_lvl (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/spi/ |
H A D | exynos_spi.c | 53 int *rx_lvl, int *tx_lvl) in spi_get_fifo_levels() argument 57 *rx_lvl = (spi_sts >> SPI_RX_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() 157 if (rx_lvl >= step) { in spi_rx_tx() 158 while (rx_lvl >= step) { in spi_rx_tx() 176 rx_lvl -= step; in spi_rx_tx()
|
/openbmc/u-boot/arch/arm/mach-exynos/ |
H A D | spl_boot.c | 68 int rx_lvl, tx_lvl; in spi_rx_tx() local 82 rx_lvl = ((spi_sts >> 15) & 0x7f); in spi_rx_tx() 90 while (rx_lvl >= 4 && in_bytes) { in spi_rx_tx() 95 rx_lvl -= 4; in spi_rx_tx()
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | core.h | 1387 u16 rx_lvl; member 1406 u16 rx_lvl; member 2380 u8 rx_lvl; member
|
H A D | fw.c | 2587 RTW89_SET_FWCMD_CXROLE_ACT_RX_LVL(cmd, active->rx_lvl, i, offset); in rtw89_fw_h2c_cxdrv_role() 2668 RTW89_SET_FWCMD_CXROLE_ACT_RX_LVL(cmd, active->rx_lvl, i, offset); in rtw89_fw_h2c_cxdrv_role_v1() 2852 RTW89_SET_FWCMD_CXTRX_RXLV(cmd, trx->rx_lvl); in rtw89_fw_h2c_cxdrv_trx()
|
H A D | coex.c | 6037 r->active_role[port].rx_lvl = stats->rx_tfc_lv; in rtw89_btc_ntfy_wl_sta_iter() 6043 r1->active_role_v1[port].rx_lvl = stats->rx_tfc_lv; in rtw89_btc_ntfy_wl_sta_iter() 6048 dm->trx_info.rx_lvl = stats->rx_tfc_lv; in rtw89_btc_ntfy_wl_sta_iter()
|