Searched refs:rxlim (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_sdio.c | 7184 uint8 rxlim = 0; in dhdsdio_dpc() local 7185 if (0 == dhdsdio_membytes(bus, FALSE, bus->rxlim_addr, (uint8 *)&rxlim, 1)) { in dhdsdio_dpc() 7186 if (bus->tx_max != rxlim) { in dhdsdio_dpc() 7188 bus->tx_max, rxlim)); in dhdsdio_dpc() 7189 bus->tx_max = rxlim; in dhdsdio_dpc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_sdio.c | 7998 uint8 rxlim = 0; in dhdsdio_dpc() local 7999 if (0 == dhdsdio_membytes(bus, FALSE, bus->rxlim_addr, (uint8 *)&rxlim, 1)) { in dhdsdio_dpc() 8000 if (bus->tx_max != rxlim) { in dhdsdio_dpc() 8002 bus->tx_max, rxlim)); in dhdsdio_dpc() 8003 bus->tx_max = rxlim; in dhdsdio_dpc()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_sdio.c | 7987 uint8 rxlim = 0; in dhdsdio_dpc() local 7988 if (0 == dhdsdio_membytes(bus, FALSE, bus->rxlim_addr, (uint8 *)&rxlim, 1)) { in dhdsdio_dpc() 7989 if (bus->tx_max != rxlim) { in dhdsdio_dpc() 7991 bus->tx_max, rxlim)); in dhdsdio_dpc() 7992 bus->tx_max = rxlim; in dhdsdio_dpc()
|