Home
last modified time | relevance | path

Searched refs:firstread (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_sdio.c584 uint firstread = DHD_FIRSTREAD; variable
586 static const uint firstread = DHD_FIRSTREAD; variable
598 static uint firstread = DHD_FIRSTREAD; variable
5021 int_val = (int32)firstread; in dhdsdio_doiovar()
5030 firstread = (uint)int_val; in dhdsdio_doiovar()
6251 bus->rxctl += firstread; in dhdsdio_read_control()
6254 bus->rxctl -= firstread; in dhdsdio_read_control()
6259 bcopy(hdr, bus->rxctl, firstread); in dhdsdio_read_control()
6260 if (len <= firstread) in dhdsdio_read_control()
6270 rdlen = len - firstread; in dhdsdio_read_control()
[all …]
H A Ddhd_config.c75 extern uint firstread;
1224 firstread = 256; in dhd_conf_set_tput_patch()
1252 firstread = 32; in dhd_conf_set_tput_patch()
1298 CONFIG_TRACE("firstread=%d\n", firstread); in dhd_conf_dump_tput_patch()
3999 firstread = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
4000 CONFIG_MSG("dhd_firstread = %d\n", firstread); in dhd_conf_read_sdio_params()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_sdio.c583 uint firstread = DHD_FIRSTREAD; variable
585 static const uint firstread = DHD_FIRSTREAD; variable
597 static uint firstread = DHD_FIRSTREAD; variable
5010 int_val = (int32)firstread; in dhdsdio_doiovar()
5019 firstread = (uint)int_val; in dhdsdio_doiovar()
6240 bus->rxctl += firstread; in dhdsdio_read_control()
6243 bus->rxctl -= firstread; in dhdsdio_read_control()
6248 bcopy(hdr, bus->rxctl, firstread); in dhdsdio_read_control()
6249 if (len <= firstread) in dhdsdio_read_control()
6259 rdlen = len - firstread; in dhdsdio_read_control()
[all …]
H A Ddhd_config.c71 extern uint firstread;
1164 firstread = 256; in dhd_conf_set_tput_patch()
1192 firstread = 32; in dhd_conf_set_tput_patch()
1238 CONFIG_TRACE("firstread=%d\n", firstread); in dhd_conf_dump_tput_patch()
3874 firstread = (int)simple_strtol(data, NULL, 10); in dhd_conf_read_sdio_params()
3875 CONFIG_MSG("dhd_firstread = %d\n", firstread); in dhd_conf_read_sdio_params()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_sdio.c533 static const uint firstread = DHD_FIRSTREAD; variable
5676 bus->rxctl += firstread; in dhdsdio_read_control()
5679 bus->rxctl -= firstread; in dhdsdio_read_control()
5684 bcopy(hdr, bus->rxctl, firstread); in dhdsdio_read_control()
5685 if (len <= firstread) in dhdsdio_read_control()
5695 rdlen = len - firstread; in dhdsdio_read_control()
5710 if ((rdlen + firstread) > bus->dhd->maxctl) { in dhdsdio_read_control()
5729 (bus->rxctl + firstread), rdlen, NULL, NULL, NULL); in dhdsdio_read_control()
6307 ((rdlen + pad + firstread) < MAX_RX_DATASZ)) in dhdsdio_readframes()
6327 bus->rxctl += firstread; in dhdsdio_readframes()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_sdio.c546 static const uint firstread = DHD_FIRSTREAD; variable
5885 bus->rxctl += firstread; in dhdsdio_read_control()
5888 bus->rxctl -= firstread; in dhdsdio_read_control()
5893 bcopy(hdr, bus->rxctl, firstread); in dhdsdio_read_control()
5894 if (len <= firstread) in dhdsdio_read_control()
5904 rdlen = len - firstread; in dhdsdio_read_control()
5919 if ((rdlen + firstread) > bus->dhd->maxctl) { in dhdsdio_read_control()
5937 (bus->rxctl + firstread), rdlen, NULL, NULL, NULL); in dhdsdio_read_control()
6539 ((rdlen + pad + firstread) < MAX_RX_DATASZ))
6559 bus->rxctl += firstread;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_sdio.c564 static const uint firstread = DHD_FIRSTREAD; variable
5947 bus->rxctl += firstread; in dhdsdio_read_control()
5950 bus->rxctl -= firstread; in dhdsdio_read_control()
5955 bcopy(hdr, bus->rxctl, firstread); in dhdsdio_read_control()
5956 if (len <= firstread) in dhdsdio_read_control()
5966 rdlen = len - firstread; in dhdsdio_read_control()
5981 if ((rdlen + firstread) > bus->dhd->maxctl) { in dhdsdio_read_control()
5999 (bus->rxctl + firstread), rdlen, NULL, NULL, NULL); in dhdsdio_read_control()
6601 ((rdlen + pad + firstread) < MAX_RX_DATASZ))
6621 bus->rxctl += firstread;
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_sdio.c546 static const uint firstread = DHD_FIRSTREAD; variable
5881 bus->rxctl += firstread; in dhdsdio_read_control()
5884 bus->rxctl -= firstread; in dhdsdio_read_control()
5889 bcopy(hdr, bus->rxctl, firstread); in dhdsdio_read_control()
5890 if (len <= firstread) in dhdsdio_read_control()
5900 rdlen = len - firstread; in dhdsdio_read_control()
5915 if ((rdlen + firstread) > bus->dhd->maxctl) { in dhdsdio_read_control()
5933 (bus->rxctl + firstread), rdlen, NULL, NULL, NULL); in dhdsdio_read_control()
6535 ((rdlen + pad + firstread) < MAX_RX_DATASZ))
6555 bus->rxctl += firstread;
[all …]