Searched refs:nxpwifi_write_reg (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wireless/nxp/nxpwifi/ |
| H A D | sdio.c | 217 nxpwifi_write_reg(struct nxpwifi_adapter *adapter, u32 reg, u8 data) in nxpwifi_write_reg() function 486 return nxpwifi_write_reg(adapter, CONFIGURATION_REG, HOST_POWER_UP); in nxpwifi_pm_wakeup_card() 493 return nxpwifi_write_reg(adapter, CONFIGURATION_REG, 0); in nxpwifi_pm_wakeup_card_complete() 522 ret = nxpwifi_write_reg(adapter, card->reg->card_cfg_2_1_reg, in nxpwifi_init_sdio_new_mode() 531 ret = nxpwifi_write_reg(adapter, card->reg->cmd_cfg_0, in nxpwifi_init_sdio_new_mode() 543 ret = nxpwifi_write_reg(adapter, card->reg->cmd_cfg_1, in nxpwifi_init_sdio_new_mode() 564 ret = nxpwifi_write_reg(adapter, card->reg->host_int_rsr_reg, in nxpwifi_init_sdio_ioport() 573 ret = nxpwifi_write_reg(adapter, card->reg->card_misc_cfg_reg, in nxpwifi_init_sdio_ioport() 591 if (nxpwifi_write_reg(adapter, CONFIGURATION_REG, 0x04)) in nxpwifi_write_data_to_card() 917 if (nxpwifi_write_reg(adapter, CONFIGURATION_REG, 0x04)) in nxpwifi_prog_fw_w_helper() [all …]
|