Home
last modified time | relevance | path

Searched refs:mwifiex_read_reg (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/wireless/mwifiex/
Dsdio.c366 mwifiex_read_reg(struct mwifiex_adapter *adapter, u32 reg, u8 *data) in mwifiex_read_reg() function
481 if (mwifiex_read_reg(adapter, card->reg->card_cfg_2_1_reg, &reg)) in mwifiex_init_sdio_new_mode()
488 if (mwifiex_read_reg(adapter, card->reg->cmd_cfg_0, &reg)) in mwifiex_init_sdio_new_mode()
497 if (mwifiex_read_reg(adapter, card->reg->cmd_cfg_1, &reg)) in mwifiex_init_sdio_new_mode()
527 if (!mwifiex_read_reg(adapter, card->reg->io_port_0_reg, &reg)) in mwifiex_init_sdio_ioport()
532 if (!mwifiex_read_reg(adapter, card->reg->io_port_1_reg, &reg)) in mwifiex_init_sdio_ioport()
537 if (!mwifiex_read_reg(adapter, card->reg->io_port_2_reg, &reg)) in mwifiex_init_sdio_ioport()
546 if (!mwifiex_read_reg(adapter, card->reg->host_int_rsr_reg, &reg)) in mwifiex_init_sdio_ioport()
553 if (!mwifiex_read_reg(adapter, card->reg->card_misc_cfg_reg, &reg)) in mwifiex_init_sdio_ioport()
700 if (mwifiex_read_reg(adapter, card->reg->poll_reg, &cs)) in mwifiex_sdio_poll_card_status()
[all …]
Dpcie.c321 static int mwifiex_read_reg(struct mwifiex_adapter *adapter, int reg, u32 *data) in mwifiex_read_reg() function
397 if (mwifiex_read_reg(adapter, reg->fw_status, &fw_status)) { in mwifiex_pm_wakeup_card()
1039 if (mwifiex_read_reg(adapter, reg->tx_rdptr, &rdptr)) { in mwifiex_pcie_send_data_complete()
1270 if (mwifiex_read_reg(adapter, reg->rx_wrptr, &wrptr)) { in mwifiex_pcie_process_recv_data()
1379 if (mwifiex_read_reg(adapter, reg->rx_wrptr, &wrptr)) { in mwifiex_pcie_process_recv_data()
1722 if (mwifiex_read_reg(adapter, reg->evt_wrptr, &wrptr)) { in mwifiex_pcie_process_event_ready()
1809 if (mwifiex_read_reg(adapter, reg->evt_wrptr, &wrptr)) { in mwifiex_pcie_event_complete()
1910 ret = mwifiex_read_reg(adapter, reg->cmd_size, in mwifiex_prog_fw_w_helper()
1979 if (mwifiex_read_reg(adapter, PCIE_CPU_INT_STATUS, in mwifiex_prog_fw_w_helper()
2041 if (mwifiex_read_reg(adapter, reg->fw_status, in mwifiex_check_fw_status()
[all …]