Home
last modified time | relevance | path

Searched refs:cfg_offset (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dpcie_core.c56 uint16 cfg_offset[] = {PCIECFGREG_STATUS_CMD, PCIECFGREG_PM_CSR, in pcie_watchdog_reset() local
86 for (i = 0; i < ARRAYSIZE(cfg_offset); i++) { in pcie_watchdog_reset()
87 W_REG(osh, &sbpcieregs->configaddr, cfg_offset[i]); in pcie_watchdog_reset()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dpcie_core.c62 uint16 cfg_offset[] = {PCIECFGREG_STATUS_CMD, PCIECFGREG_PM_CSR, in pcie_watchdog_reset() local
136 for (i = 0; i < ARRAYSIZE(cfg_offset); i++) { in pcie_watchdog_reset()
137 W_REG(osh, &pcieregs->configaddr, cfg_offset[i]); in pcie_watchdog_reset()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dpcie_core.c62 uint16 cfg_offset[] = {PCIECFGREG_STATUS_CMD, PCIECFGREG_PM_CSR, in pcie_watchdog_reset() local
136 for (i = 0; i < ARRAYSIZE(cfg_offset); i++) { in pcie_watchdog_reset()
137 W_REG(osh, &pcieregs->configaddr, cfg_offset[i]); in pcie_watchdog_reset()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dpcie_core.c62 uint16 cfg_offset[] = {PCIECFGREG_STATUS_CMD, PCIECFGREG_PM_CSR, in pcie_watchdog_reset() local
136 for (i = 0; i < ARRAYSIZE(cfg_offset); i++) { in pcie_watchdog_reset()
137 W_REG(osh, &pcieregs->configaddr, cfg_offset[i]); in pcie_watchdog_reset()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dpcie_core.c72 uint16 cfg_offset[] = {PCIECFGREG_STATUS_CMD, PCIECFGREG_PM_CSR, in pcie_watchdog_reset() local
136 for (i = 0; i < ARRAYSIZE(cfg_offset); i++) { in pcie_watchdog_reset()
137 W_REG(osh, &pcieregs->configaddr, cfg_offset[i]); in pcie_watchdog_reset()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dpcie_core.c72 uint16 cfg_offset[] = {PCIECFGREG_STATUS_CMD, PCIECFGREG_PM_CSR, in pcie_watchdog_reset() local
136 for (i = 0; i < ARRAYSIZE(cfg_offset); i++) { in pcie_watchdog_reset()
137 W_REG(osh, &pcieregs->configaddr, cfg_offset[i]); in pcie_watchdog_reset()
/OK3568_Linux_fs/kernel/arch/mips/pci/
H A Dpcie-octeon.c172 static uint32_t cvmx_pcie_cfgx_read(int pcie_port, uint32_t cfg_offset) in cvmx_pcie_cfgx_read() argument
177 pescx_cfg_rd.s.addr = cfg_offset; in cvmx_pcie_cfgx_read()
184 pemx_cfg_rd.s.addr = cfg_offset; in cvmx_pcie_cfgx_read()
199 static void cvmx_pcie_cfgx_write(int pcie_port, uint32_t cfg_offset, in cvmx_pcie_cfgx_write() argument
205 pescx_cfg_wr.s.addr = cfg_offset; in cvmx_pcie_cfgx_write()
211 pemx_cfg_wr.s.addr = cfg_offset; in cvmx_pcie_cfgx_write()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr819xU_cmdpkt.h78 u8 cfg_offset; member
H A Dr819xU_cmdpkt.c285 rx_query_cfg.cfg_offset = pmsg[7]; in cmpk_handle_query_config_rx()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dwd719x.h214 u8 cfg_offset; member
H A Dhpsa.c304 u64 *cfg_offset);
7265 u64 cfg_offset; in hpsa_kdump_hard_reset_controller() local
7312 &cfg_base_addr_index, &cfg_offset); in hpsa_kdump_hard_reset_controller()
7316 cfg_base_addr_index) + cfg_offset, sizeof(*cfgtable)); in hpsa_kdump_hard_reset_controller()
7589 u64 *cfg_offset) in hpsa_find_cfg_addrs() argument
7592 *cfg_offset = readl(vaddr + SA5_CTMEM_OFFSET); in hpsa_find_cfg_addrs()
7619 u64 cfg_offset; in hpsa_find_cfgtables() local
7626 &cfg_base_addr_index, &cfg_offset); in hpsa_find_cfgtables()
7630 cfg_base_addr_index) + cfg_offset, sizeof(*h->cfgtable)); in hpsa_find_cfgtables()
7641 cfg_base_addr_index)+cfg_offset+trans_offset, in hpsa_find_cfgtables()
[all …]
H A Dwd719x.c762 eeprom_93cx6_multireadb(&eeprom, header.cfg_offset, in wd719x_read_eeprom()
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl-sst-utils.c57 u16 cfg_offset; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dpcie.c525 u16 cfg_offset[] = { BRCMF_PCIE_CFGREG_STATUS_CMD, in brcmf_pcie_reset_device() local
563 for (i = 0; i < ARRAY_SIZE(cfg_offset); i++) { in brcmf_pcie_reset_device()
566 cfg_offset[i]); in brcmf_pcie_reset_device()
570 cfg_offset[i], val); in brcmf_pcie_reset_device()