| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_sdio.c | 5106 int h2d_reg = 0x00000000; in dhdsdio_wait_bootloader_ready() local 5109 bcmerror = dhdsdio_handshake_msg_reg_write(bus, addr->h2d, &h2d_reg); in dhdsdio_wait_bootloader_ready() 5125 int h2d_reg = 0x00000000; in dhdsdio_dongle_host_pre_handshake() local 5128 setbit(&h2d_reg, H2D_DL_START_SHIFT); in dhdsdio_dongle_host_pre_handshake() 5129 bcmerror = dhdsdio_handshake_msg_reg_write(bus, addr->h2d, &h2d_reg); in dhdsdio_dongle_host_pre_handshake() 5138 int h2d_reg = 0x00000000; in dhdsdio_dongle_host_post_handshake() local 5141 clrbit(&h2d_reg, H2D_DL_START_SHIFT); in dhdsdio_dongle_host_post_handshake() 5144 setbit(&h2d_reg, H2D_DL_DONE_SHIFT); in dhdsdio_dongle_host_post_handshake() 5145 bcmerror = dhdsdio_handshake_msg_reg_write(bus, addr->h2d, &h2d_reg); in dhdsdio_dongle_host_post_handshake() 5155 dhdsdio_handshake_msg_reg_read(bus, addr->h2d, &h2d_reg); in dhdsdio_dongle_host_post_handshake() [all …]
|
| H A D | dhd_pcie.c | 7741 int h2d_reg = 0x00000000; in dhdpcie_dongle_host_pre_handshake() local 7744 bcmerror = dhdpcie_handshake_msg_reg_write(sih, osh, addr->h2d, &h2d_reg); in dhdpcie_dongle_host_pre_handshake() 7754 h2d_reg = 0; in dhdpcie_dongle_host_pre_handshake() 7755 setbit(&h2d_reg, H2D_DL_START_SHIFT); in dhdpcie_dongle_host_pre_handshake() 7756 bcmerror = dhdpcie_handshake_msg_reg_write(sih, osh, addr->h2d, &h2d_reg); in dhdpcie_dongle_host_pre_handshake() 7770 int h2d_reg = 0x00000000; in dhdpcie_dongle_host_post_handshake() local 7773 clrbit(&h2d_reg, H2D_DL_START_SHIFT); in dhdpcie_dongle_host_post_handshake() 7776 setbit(&h2d_reg, H2D_DL_DONE_SHIFT); in dhdpcie_dongle_host_post_handshake() 7777 bcmerror = dhdpcie_handshake_msg_reg_write(sih, osh, addr->h2d, &h2d_reg); in dhdpcie_dongle_host_post_handshake() 7787 dhdpcie_handshake_msg_reg_read(sih, osh, addr->h2d, &h2d_reg); in dhdpcie_dongle_host_post_handshake() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_sdio.c | 5166 int h2d_reg = 0x00000000; in dhdsdio_wait_bootloader_ready() local 5169 bcmerror = dhdsdio_handshake_msg_reg_write(bus, addr->h2d, &h2d_reg); in dhdsdio_wait_bootloader_ready() 5185 int h2d_reg = 0x00000000; in dhdsdio_dongle_host_pre_handshake() local 5188 setbit(&h2d_reg, H2D_DL_START_SHIFT); in dhdsdio_dongle_host_pre_handshake() 5189 bcmerror = dhdsdio_handshake_msg_reg_write(bus, addr->h2d, &h2d_reg); in dhdsdio_dongle_host_pre_handshake() 5198 int h2d_reg = 0x00000000; in dhdsdio_dongle_host_post_handshake() local 5201 clrbit(&h2d_reg, H2D_DL_START_SHIFT); in dhdsdio_dongle_host_post_handshake() 5204 setbit(&h2d_reg, H2D_DL_DONE_SHIFT); in dhdsdio_dongle_host_post_handshake() 5205 bcmerror = dhdsdio_handshake_msg_reg_write(bus, addr->h2d, &h2d_reg); in dhdsdio_dongle_host_post_handshake() 5215 dhdsdio_handshake_msg_reg_read(bus, addr->h2d, &h2d_reg); in dhdsdio_dongle_host_post_handshake() [all …]
|
| H A D | dhd_pcie.c | 7749 int h2d_reg = 0x00000000; in dhdpcie_dongle_host_pre_handshake() local 7752 bcmerror = dhdpcie_handshake_msg_reg_write(sih, osh, addr->h2d, &h2d_reg); in dhdpcie_dongle_host_pre_handshake() 7762 h2d_reg = 0; in dhdpcie_dongle_host_pre_handshake() 7763 setbit(&h2d_reg, H2D_DL_START_SHIFT); in dhdpcie_dongle_host_pre_handshake() 7764 bcmerror = dhdpcie_handshake_msg_reg_write(sih, osh, addr->h2d, &h2d_reg); in dhdpcie_dongle_host_pre_handshake() 7778 int h2d_reg = 0x00000000; in dhdpcie_dongle_host_post_handshake() local 7781 clrbit(&h2d_reg, H2D_DL_START_SHIFT); in dhdpcie_dongle_host_post_handshake() 7784 setbit(&h2d_reg, H2D_DL_DONE_SHIFT); in dhdpcie_dongle_host_post_handshake() 7785 bcmerror = dhdpcie_handshake_msg_reg_write(sih, osh, addr->h2d, &h2d_reg); in dhdpcie_dongle_host_post_handshake() 7795 dhdpcie_handshake_msg_reg_read(sih, osh, addr->h2d, &h2d_reg); in dhdpcie_dongle_host_post_handshake() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_sdio.c | 5102 int h2d_reg = 0x00000000; in dhdsdio_wait_bootloader_ready() local 5105 bcmerror = dhdsdio_handshake_msg_reg_write(bus, addr->h2d, &h2d_reg); in dhdsdio_wait_bootloader_ready() 5121 int h2d_reg = 0x00000000; in dhdsdio_dongle_host_pre_handshake() local 5124 setbit(&h2d_reg, H2D_DL_START_SHIFT); in dhdsdio_dongle_host_pre_handshake() 5125 bcmerror = dhdsdio_handshake_msg_reg_write(bus, addr->h2d, &h2d_reg); in dhdsdio_dongle_host_pre_handshake() 5134 int h2d_reg = 0x00000000; in dhdsdio_dongle_host_post_handshake() local 5137 clrbit(&h2d_reg, H2D_DL_START_SHIFT); in dhdsdio_dongle_host_post_handshake() 5140 setbit(&h2d_reg, H2D_DL_DONE_SHIFT); in dhdsdio_dongle_host_post_handshake() 5141 bcmerror = dhdsdio_handshake_msg_reg_write(bus, addr->h2d, &h2d_reg); in dhdsdio_dongle_host_post_handshake() 5151 dhdsdio_handshake_msg_reg_read(bus, addr->h2d, &h2d_reg); in dhdsdio_dongle_host_post_handshake() [all …]
|
| H A D | dhd_pcie.c | 7741 int h2d_reg = 0x00000000; in dhdpcie_dongle_host_pre_handshake() local 7744 bcmerror = dhdpcie_handshake_msg_reg_write(sih, osh, addr->h2d, &h2d_reg); in dhdpcie_dongle_host_pre_handshake() 7754 h2d_reg = 0; in dhdpcie_dongle_host_pre_handshake() 7755 setbit(&h2d_reg, H2D_DL_START_SHIFT); in dhdpcie_dongle_host_pre_handshake() 7756 bcmerror = dhdpcie_handshake_msg_reg_write(sih, osh, addr->h2d, &h2d_reg); in dhdpcie_dongle_host_pre_handshake() 7770 int h2d_reg = 0x00000000; in dhdpcie_dongle_host_post_handshake() local 7773 clrbit(&h2d_reg, H2D_DL_START_SHIFT); in dhdpcie_dongle_host_post_handshake() 7776 setbit(&h2d_reg, H2D_DL_DONE_SHIFT); in dhdpcie_dongle_host_post_handshake() 7777 bcmerror = dhdpcie_handshake_msg_reg_write(sih, osh, addr->h2d, &h2d_reg); in dhdpcie_dongle_host_post_handshake() 7787 dhdpcie_handshake_msg_reg_read(sih, osh, addr->h2d, &h2d_reg); in dhdpcie_dongle_host_post_handshake() [all …]
|