Searched refs:sdio_drv_creg_read (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
| D | sdio.c | 94 if (!(sdio_drv_creg_read(CARD_TO_HOST_EVENT_REG, 1, &resp))) in wlan_card_status() 121 (void)sdio_drv_creg_read(0x64, 1, &val); in wlan_card_read_scratch_reg() 123 (void)sdio_drv_creg_read(0x65, 1, &val); in wlan_card_read_scratch_reg() 125 (void)sdio_drv_creg_read(0x66, 1, &val); in wlan_card_read_scratch_reg() 127 (void)sdio_drv_creg_read(0x67, 1, &val); in wlan_card_read_scratch_reg() 146 (void)sdio_drv_creg_read(CARD_CONFIG_2_1_REG, 1, &resp); in wlan_sdio_init_ioport() 149 (void)sdio_drv_creg_read(CARD_CONFIG_2_1_REG, 1, &resp); in wlan_sdio_init_ioport() 153 (void)sdio_drv_creg_read(CMD_CONFIG_0, 1, &resp); in wlan_sdio_init_ioport() 156 (void)sdio_drv_creg_read(CMD_CONFIG_0, 1, &resp); in wlan_sdio_init_ioport() 160 (void)sdio_drv_creg_read(CMD_CONFIG_1, 1, &resp); in wlan_sdio_init_ioport() [all …]
|
| D | wifi.c | 415 ret = sdio_drv_creg_read(DEBUG_DUMP_CTRL_REG, 1, &resp); in wifi_dump_firmware_info() 443 ret = sdio_drv_creg_read(reg, 1, &resp); in wifi_dump_firmware_info() 453 ret = sdio_drv_creg_read(reg, 1, &resp); in wifi_dump_firmware_info() 629 ret = sdio_drv_creg_read(reg, func, &resp); in wifi_sdio_reg_dbg() 732 ret = sdio_drv_creg_read(dbg_dump_ctrl_reg, 1, &resp); in wifi_cmd52_rdwr_firmware() 794 ret = sdio_drv_creg_read(reg, 1, &resp); in wifi_dump_firmware_info() 839 ret = sdio_drv_creg_read(reg, 1, &resp); in wifi_dump_firmware_info() 945 ret = sdio_drv_creg_read(reg, func, &resp); in wifi_sdio_reg_dbg()
|
| D | wifi-sdio.c | 3041 sdio_drv_creg_read(0x5, 0x0, &resp); in read_sdio_function_recvd()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/sdio_nxp_abs/ |
| D | fwdnld_sdio.c | 50 (void)sdio_drv_creg_read(CARD_FW_STATUS0_REG, 1, &resp); in wlan_card_fw_status() 52 (void)sdio_drv_creg_read(CARD_FW_STATUS1_REG, 1, &resp); in wlan_card_fw_status() 87 (void)sdio_drv_creg_read(HOST_INT_MASK_REG, 1, &host_int_mask); in wlan_sdio_disable_host_int_mask() 115 (void)sdio_drv_creg_read(HOST_INT_STATUS_REG, 1, &sdio_ireg); in wlan_sdio_probe() 117 (void)sdio_drv_creg_read(HOST_INT_MASK_REG, 1, &host_int_mask); in wlan_sdio_probe() 151 (void)sdio_drv_creg_read(CARD_FW_RESET_REG, 1, &resp); in wlan_reset_fw() 170 (void)sdio_drv_creg_read(HOST_TO_CARD_EVENT_REG, 1, &resp); in wlan_reset_fw() 183 (void)sdio_drv_creg_read(CARD_FW_RESET_REG, 1, &resp); in wlan_reset_fw()
|
| D | mlan_sdio.c | 25 int sdio_drv_creg_read(int addr, int fn, uint32_t *resp) in sdio_drv_creg_read() function 119 (void)sdio_drv_creg_read(0x0, 0, &resp); in sdio_card_init()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/sdio_nxp_abs/incl/ |
| D | mlan_sdio_api.h | 68 int sdio_drv_creg_read(int addr, int fn, uint32_t *resp);
|