| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_pcie.c | 1408 uint32 status_cmd = dhd_pcie_config_read(bus, PCIECFGREG_STATUS_CMD, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 1409 uint32 pmcsr = dhd_pcie_config_read(bus, PCIE_CFG_PMCSR, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 1410 uint32 base_addr0 = dhd_pcie_config_read(bus, PCIECFGREG_BASEADDR0, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 1411 uint32 base_addr1 = dhd_pcie_config_read(bus, PCIECFGREG_BASEADDR1, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 1412 uint32 linkctl = dhd_pcie_config_read(bus, PCIECFGREG_LINK_STATUS_CTRL, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 1414 dhd_pcie_config_read(bus, PCIECFGREG_PML1_SUB_CTRL1, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 1415 uint32 devctl = dhd_pcie_config_read(bus, PCIECFGREG_DEV_STATUS_CTRL, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 1416 uint32 devctl2 = dhd_pcie_config_read(bus, PCIECFGGEN_DEV_STATUS_CTRL2, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 9462 dhd_pcie_config_read(bus, PCI_CFG_CMD, sizeof(uint32)))); in dhd_bus_hostready() 11420 uint32 pmcsr = dhd_pcie_config_read(bus, PCIE_CFG_PMCSR, sizeof(uint32)); in dhdpcie_pme_stat_clear() [all …]
|
| H A D | dhd_pcie_linux.c | 1149 dhd_pcie_config_read(bus, in dhdpcie_suspend_dump_cfgregs() 1152 dhd_pcie_config_read(bus, in dhdpcie_suspend_dump_cfgregs() 1155 dhd_pcie_config_read(bus, in dhdpcie_suspend_dump_cfgregs() 1158 dhd_pcie_config_read(bus, in dhdpcie_suspend_dump_cfgregs()
|
| H A D | dhd_pcie.h | 999 dhd_pcie_config_read(dhd_bus_t *bus, uint offset, uint size) in dhd_pcie_config_read() function
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_pcie.c | 1408 uint32 status_cmd = dhd_pcie_config_read(bus, PCIECFGREG_STATUS_CMD, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 1409 uint32 pmcsr = dhd_pcie_config_read(bus, PCIE_CFG_PMCSR, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 1410 uint32 base_addr0 = dhd_pcie_config_read(bus, PCIECFGREG_BASEADDR0, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 1411 uint32 base_addr1 = dhd_pcie_config_read(bus, PCIECFGREG_BASEADDR1, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 1412 uint32 linkctl = dhd_pcie_config_read(bus, PCIECFGREG_LINK_STATUS_CTRL, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 1414 dhd_pcie_config_read(bus, PCIECFGREG_PML1_SUB_CTRL1, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 1415 uint32 devctl = dhd_pcie_config_read(bus, PCIECFGREG_DEV_STATUS_CTRL, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 1416 uint32 devctl2 = dhd_pcie_config_read(bus, PCIECFGGEN_DEV_STATUS_CTRL2, sizeof(uint32)); in dhd_bus_dump_imp_cfg_registers() 9455 dhd_pcie_config_read(bus, PCI_CFG_CMD, sizeof(uint32)))); in dhd_bus_hostready() 11413 uint32 pmcsr = dhd_pcie_config_read(bus, PCIE_CFG_PMCSR, sizeof(uint32)); in dhdpcie_pme_stat_clear() [all …]
|
| H A D | dhd_pcie_linux.c | 1145 dhd_pcie_config_read(bus, in dhdpcie_suspend_dump_cfgregs() 1148 dhd_pcie_config_read(bus, in dhdpcie_suspend_dump_cfgregs() 1151 dhd_pcie_config_read(bus, in dhdpcie_suspend_dump_cfgregs() 1154 dhd_pcie_config_read(bus, in dhdpcie_suspend_dump_cfgregs()
|
| H A D | dhd_pcie.h | 999 dhd_pcie_config_read(dhd_bus_t *bus, uint offset, uint size) in dhd_pcie_config_read() function
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_pcie.h | 574 dhd_pcie_config_read(osl_t *osh, uint offset, uint size) in dhd_pcie_config_read() function
|
| H A D | dhd_msgbuf.c | 8315 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_STATUS_CMD, sizeof(uint32)), in dhd_prot_debug_info_print() 8317 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_BASEADDR0, sizeof(uint32)))); in dhd_prot_debug_info_print() 8320 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_LINK_STATUS_CTRL, in dhd_prot_debug_info_print() 8322 dhd_pcie_config_read(dhd->bus->osh, PCIECFGGEN_DEV_STATUS_CTRL2, in dhd_prot_debug_info_print() 8324 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_PML1_SUB_CTRL1, in dhd_prot_debug_info_print()
|
| H A D | dhd_pcie.c | 4567 dhd_pcie_config_read(bus->osh, PCI_CFG_CMD, sizeof(uint32)))); in dhd_bus_hostready()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_pcie.h | 673 dhd_pcie_config_read(osl_t *osh, uint offset, uint size) in dhd_pcie_config_read() function
|
| H A D | dhd_pcie.c | 6774 dhd_pcie_config_read(bus->osh, PCI_CFG_CMD, sizeof(uint32)))); in dhd_bus_hostready() 12703 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_STATUS_CMD, sizeof(uint32)), in dhd_pcie_debug_info_dump() 12705 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_BASEADDR0, sizeof(uint32)), in dhd_pcie_debug_info_dump() 12707 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_BASEADDR1, sizeof(uint32)), in dhd_pcie_debug_info_dump() 12709 dhd_pcie_config_read(dhd->bus->osh, PCIE_CFG_PMCSR, sizeof(uint32)))); in dhd_pcie_debug_info_dump() 12712 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_LINK_STATUS_CTRL, in dhd_pcie_debug_info_dump() 12714 dhd_pcie_config_read(dhd->bus->osh, PCIECFGGEN_DEV_STATUS_CTRL2, in dhd_pcie_debug_info_dump() 12716 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_PML1_SUB_CTRL1, in dhd_pcie_debug_info_dump() 12724 dhd_pcie_config_read(dhd->bus->osh, PCI_TLP_HDR_LOG1, sizeof(uint32)), in dhd_pcie_debug_info_dump() 12726 dhd_pcie_config_read(dhd->bus->osh, PCI_TLP_HDR_LOG2, sizeof(uint32)), in dhd_pcie_debug_info_dump() [all …]
|
| H A D | dhd_pcie_linux.c | 969 dhd_pcie_config_read(bus->osh, in dhdpcie_suspend_dump_cfgregs() 972 dhd_pcie_config_read(bus->osh, in dhdpcie_suspend_dump_cfgregs() 975 dhd_pcie_config_read(bus->osh, in dhdpcie_suspend_dump_cfgregs()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_pcie.h | 673 dhd_pcie_config_read(osl_t *osh, uint offset, uint size) in dhd_pcie_config_read() function
|
| H A D | dhd_pcie.c | 6782 dhd_pcie_config_read(bus->osh, PCI_CFG_CMD, sizeof(uint32)))); in dhd_bus_hostready() 12712 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_STATUS_CMD, sizeof(uint32)), in dhd_pcie_debug_info_dump() 12714 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_BASEADDR0, sizeof(uint32)), in dhd_pcie_debug_info_dump() 12716 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_BASEADDR1, sizeof(uint32)), in dhd_pcie_debug_info_dump() 12718 dhd_pcie_config_read(dhd->bus->osh, PCIE_CFG_PMCSR, sizeof(uint32)))); in dhd_pcie_debug_info_dump() 12721 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_LINK_STATUS_CTRL, in dhd_pcie_debug_info_dump() 12723 dhd_pcie_config_read(dhd->bus->osh, PCIECFGGEN_DEV_STATUS_CTRL2, in dhd_pcie_debug_info_dump() 12725 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_PML1_SUB_CTRL1, in dhd_pcie_debug_info_dump() 12733 dhd_pcie_config_read(dhd->bus->osh, PCI_TLP_HDR_LOG1, sizeof(uint32)), in dhd_pcie_debug_info_dump() 12735 dhd_pcie_config_read(dhd->bus->osh, PCI_TLP_HDR_LOG2, sizeof(uint32)), in dhd_pcie_debug_info_dump() [all …]
|
| H A D | dhd_pcie_linux.c | 960 dhd_pcie_config_read(bus->osh, in dhdpcie_suspend_dump_cfgregs() 963 dhd_pcie_config_read(bus->osh, in dhdpcie_suspend_dump_cfgregs() 966 dhd_pcie_config_read(bus->osh, in dhdpcie_suspend_dump_cfgregs()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_pcie.h | 673 dhd_pcie_config_read(osl_t *osh, uint offset, uint size) in dhd_pcie_config_read() function
|
| H A D | dhd_pcie.c | 6774 dhd_pcie_config_read(bus->osh, PCI_CFG_CMD, sizeof(uint32)))); in dhd_bus_hostready() 12703 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_STATUS_CMD, sizeof(uint32)), in dhd_pcie_debug_info_dump() 12705 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_BASEADDR0, sizeof(uint32)), in dhd_pcie_debug_info_dump() 12707 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_BASEADDR1, sizeof(uint32)), in dhd_pcie_debug_info_dump() 12709 dhd_pcie_config_read(dhd->bus->osh, PCIE_CFG_PMCSR, sizeof(uint32)))); in dhd_pcie_debug_info_dump() 12712 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_LINK_STATUS_CTRL, in dhd_pcie_debug_info_dump() 12714 dhd_pcie_config_read(dhd->bus->osh, PCIECFGGEN_DEV_STATUS_CTRL2, in dhd_pcie_debug_info_dump() 12716 dhd_pcie_config_read(dhd->bus->osh, PCIECFGREG_PML1_SUB_CTRL1, in dhd_pcie_debug_info_dump() 12724 dhd_pcie_config_read(dhd->bus->osh, PCI_TLP_HDR_LOG1, sizeof(uint32)), in dhd_pcie_debug_info_dump() 12726 dhd_pcie_config_read(dhd->bus->osh, PCI_TLP_HDR_LOG2, sizeof(uint32)), in dhd_pcie_debug_info_dump() [all …]
|
| H A D | dhd_pcie_linux.c | 969 dhd_pcie_config_read(bus->osh, in dhdpcie_suspend_dump_cfgregs() 972 dhd_pcie_config_read(bus->osh, in dhdpcie_suspend_dump_cfgregs() 975 dhd_pcie_config_read(bus->osh, in dhdpcie_suspend_dump_cfgregs()
|