Lines Matching refs:h2d_reg
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()
5216 setbit(&h2d_reg, H2D_BL_RESET_ON_ERROR_SHIFT); in dhdsdio_dongle_host_post_handshake()
5217 dhdsdio_handshake_msg_reg_write(bus, addr->h2d, &h2d_reg); in dhdsdio_dongle_host_post_handshake()
5229 uint h2d_reg = 0x00000000; in dhdsdio_dongle_host_chk_validation() local
5231 setbit(&h2d_reg, D2H_VALDN_DONE_SHIFT); in dhdsdio_dongle_host_chk_validation()
5253 dhdsdio_handshake_msg_reg_read(bus, addr->h2d, &h2d_reg); in dhdsdio_dongle_host_chk_validation()
5254 setbit(&h2d_reg, H2D_BL_RESET_ON_ERROR_SHIFT); in dhdsdio_dongle_host_chk_validation()
5255 dhdsdio_handshake_msg_reg_write(bus, addr->h2d, &h2d_reg); in dhdsdio_dongle_host_chk_validation()
5265 uint h2d_reg = 0x00000000; in dhdsdio_dongle_host_post_varswrite() local
5268 setbit(&h2d_reg, (H2D_DL_DONE_SHIFT)); in dhdsdio_dongle_host_post_varswrite()
5269 setbit(&h2d_reg, (H2D_DL_NVRAM_DONE_SHIFT)); in dhdsdio_dongle_host_post_varswrite()
5270 bcmerror = dhdsdio_handshake_msg_reg_write(bus, addr->h2d, &h2d_reg); in dhdsdio_dongle_host_post_varswrite()
5278 uint h2d_reg = 0; in dhdsdio_dongle_host_pre_wd_reset_sequence() local
5283 bcmerror = dhdsdio_handshake_msg_reg_write(bus, regs, &h2d_reg); in dhdsdio_dongle_host_pre_wd_reset_sequence()