Searched refs:nrx (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/spi/ |
| H A D | spi-cadence.c | 395 static void cdns_spi_process_fifo(struct cdns_spi *xspi, int ntx, int nrx) in cdns_spi_process_fifo() argument 398 nrx = clamp(nrx, 0, xspi->rx_bytes); in cdns_spi_process_fifo() 401 xspi->rx_bytes -= nrx; in cdns_spi_process_fifo() 403 while (ntx || nrx) { in cdns_spi_process_fifo() 404 if (nrx) { in cdns_spi_process_fifo() 406 nrx--; in cdns_spi_process_fifo()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8822c.c | 4360 s8 pd_diff, s8 cs_diff, u8 bw, u8 nrx) in rtw8822c_phy_cck_pd_set_reg() argument 4364 if (WARN_ON(bw > RTW_CHANNEL_WIDTH_40 || nrx >= RTW_RF_PATH_MAX)) in rtw8822c_phy_cck_pd_set_reg() 4368 rtw8822c_cck_pd_reg[bw][nrx].reg_pd, in rtw8822c_phy_cck_pd_set_reg() 4369 rtw8822c_cck_pd_reg[bw][nrx].mask_pd); in rtw8822c_phy_cck_pd_set_reg() 4371 rtw8822c_cck_pd_reg[bw][nrx].reg_cs, in rtw8822c_phy_cck_pd_set_reg() 4372 rtw8822c_cck_pd_reg[bw][nrx].mask_cs); in rtw8822c_phy_cck_pd_set_reg() 4382 rtw8822c_cck_pd_reg[bw][nrx].reg_pd, in rtw8822c_phy_cck_pd_set_reg() 4383 rtw8822c_cck_pd_reg[bw][nrx].mask_pd, in rtw8822c_phy_cck_pd_set_reg() 4386 rtw8822c_cck_pd_reg[bw][nrx].reg_cs, in rtw8822c_phy_cck_pd_set_reg() 4387 rtw8822c_cck_pd_reg[bw][nrx].mask_cs, in rtw8822c_phy_cck_pd_set_reg() [all …]
|