Searched refs:txcount (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/rtl8822b/ |
| H A D | rtl8822b_ops.c | 242 u32 rfpath, group, txcount; in load_default_txpower() local 251 for (txcount = 0; txcount < MAX_TX_COUNT; txcount++) { in load_default_txpower() 252 if (txcount == 0) { in load_default_txpower() 256 tbl2g4->BW20_Diff[rfpath][txcount] = EEPROM_DEFAULT_DIFF; in load_default_txpower() 257 tbl2g4->BW40_Diff[rfpath][txcount] = EEPROM_DEFAULT_DIFF; in load_default_txpower() 258 tbl2g4->CCK_Diff[rfpath][txcount] = EEPROM_DEFAULT_DIFF; in load_default_txpower() 259 tbl2g4->OFDM_Diff[rfpath][txcount] = EEPROM_DEFAULT_DIFF; in load_default_txpower() 266 for (txcount = 0; txcount < MAX_TX_COUNT; txcount++) { in load_default_txpower() 267 if (txcount == 0) { in load_default_txpower() 273 tbl5g->OFDM_Diff[rfpath][txcount] = EEPROM_DEFAULT_DIFF; in load_default_txpower() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | hw.c | 2586 u32 rfpath, eeaddr = EEPROM_TX_PWR_INX, group, txcount = 0; in _rtl8821ae_read_power_value_fromprom() local 2603 for (txcount = 0; txcount < MAX_TX_COUNT; txcount++) { in _rtl8821ae_read_power_value_fromprom() 2604 if (txcount == 0) { in _rtl8821ae_read_power_value_fromprom() 2608 pwrinfo24g->bw20_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom() 2609 pwrinfo24g->bw40_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom() 2610 pwrinfo24g->cck_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom() 2611 pwrinfo24g->ofdm_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom() 2618 for (txcount = 0; txcount < MAX_TX_COUNT; txcount++) { in _rtl8821ae_read_power_value_fromprom() 2619 if (txcount == 0) { in _rtl8821ae_read_power_value_fromprom() 2650 for (txcount = 0; txcount < MAX_TX_COUNT; txcount++) { in _rtl8821ae_read_power_value_fromprom() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-mpc512x-psc.c | 163 size_t txcount; in mpc512x_psc_spi_transfer_rxtx() local 174 txcount = min(fifosz, tx_len); in mpc512x_psc_spi_transfer_rxtx() 177 txcount = min(fifosz, txcount); in mpc512x_psc_spi_transfer_rxtx() 178 if (txcount) { in mpc512x_psc_spi_transfer_rxtx() 181 while (txcount-- > 0) { in mpc512x_psc_spi_transfer_rxtx()
|
| H A D | spi-zynq-qspi.c | 400 static void zynq_qspi_write_op(struct zynq_qspi *xqspi, int txcount, in zynq_qspi_write_op() argument 418 if (count > txcount) in zynq_qspi_write_op() 419 count = txcount; in zynq_qspi_write_op()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | imx_lpi2c.c | 75 u32 txcount = 0; in bus_i2c_wait_for_tx_ready() local 79 txcount = LPI2C_MFSR_TXCOUNT(readl(®s->mfsr)); in bus_i2c_wait_for_tx_ready() 80 txcount = LPI2C_FIFO_SIZE - txcount; in bus_i2c_wait_for_tx_ready() 90 } while (!txcount); in bus_i2c_wait_for_tx_ready()
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | z85230.c | 408 while(c->txcount) { in z8530_tx() 412 c->txcount--; in z8530_tx() 419 if(c->txcount==0) in z8530_tx() 1453 c->txcount=0; in z8530_tx_begin() 1457 c->txcount=c->tx_skb->len; in z8530_tx_begin() 1485 set_dma_count(c->txdma, c->txcount); in z8530_tx_begin() 1498 while(c->txcount && (read_zsreg(c,R0)&Tx_BUF_EMP)) in z8530_tx_begin() 1501 c->txcount--; in z8530_tx_begin()
|
| H A D | z85230.h | 289 u16 txcount; /* Count of bytes to transmit */ member
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | isicom.c | 398 short txcount, wrd, residue, word_count, cnt; in isicom_tx() local 437 txcount = min_t(short, TX_SIZE, port->xmit_cnt); in isicom_tx() 438 if (txcount <= 0 || tty->stopped || tty->hw_stopped) in isicom_tx() 445 txcount, port->channel + 1); in isicom_tx() 446 outw((port->channel << isi_card[card].shift_count) | txcount, in isicom_tx() 451 cnt = min_t(int, txcount, (SERIAL_XMIT_SIZE in isicom_tx() 461 txcount--; in isicom_tx() 475 txcount -= (word_count << 1); in isicom_tx() 483 txcount--; in isicom_tx()
|
| /OK3568_Linux_fs/kernel/drivers/net/hamradio/ |
| H A D | baycom_ser_fdx.c | 253 unsigned int txcount = 0; in ser12_interrupt() local 284 txcount++; in ser12_interrupt() 305 if (bc->modem.ptt && txcount) { in ser12_interrupt() 319 if (!bc->modem.ptt && txcount) { in ser12_interrupt()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/ |
| H A D | gianfar_ethtool.c | 254 unsigned long txcount; in gfar_gcoalesce() local 268 txcount = get_icft_value(tx_queue->txic); in gfar_gcoalesce() 273 cvals->tx_max_coalesced_frames = txcount; in gfar_gcoalesce()
|