Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/lguest/
Dboot.c1208 static void set_cfg_window(u32 cfg_offset, u32 off) in set_cfg_window() argument
1211 cfg_offset + offsetof(struct virtio_pci_cap, bar), in set_cfg_window()
1214 cfg_offset + offsetof(struct virtio_pci_cap, length), in set_cfg_window()
1217 cfg_offset + offsetof(struct virtio_pci_cap, offset), in set_cfg_window()
1221 static void write_bar_via_cfg(u32 cfg_offset, u32 off, u32 val) in write_bar_via_cfg() argument
1228 set_cfg_window(cfg_offset, off); in write_bar_via_cfg()
1230 cfg_offset + sizeof(struct virtio_pci_cap), val); in write_bar_via_cfg()
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Dhost-generic-pci.txt56 cfg_offset(bus, device, function, register) =
61 cfg_offset(bus, device, function, register) =
/linux-4.4.14/drivers/staging/rtl8192u/
Dr819xU_cmdpkt.h80 u8 cfg_offset; member
Dr819xU_cmdpkt.c307 rx_query_cfg.cfg_offset = pmsg[7]; in cmpk_handle_query_config_rx()
/linux-4.4.14/drivers/scsi/
Dwd719x.h214 u8 cfg_offset; member
Dhpsa.c274 u64 *cfg_offset);
7105 u64 cfg_offset; in hpsa_kdump_hard_reset_controller() local
7152 &cfg_base_addr_index, &cfg_offset); in hpsa_kdump_hard_reset_controller()
7156 cfg_base_addr_index) + cfg_offset, sizeof(*cfgtable)); in hpsa_kdump_hard_reset_controller()
7427 u64 *cfg_offset) in hpsa_find_cfg_addrs() argument
7430 *cfg_offset = readl(vaddr + SA5_CTMEM_OFFSET); in hpsa_find_cfg_addrs()
7457 u64 cfg_offset; in hpsa_find_cfgtables() local
7464 &cfg_base_addr_index, &cfg_offset); in hpsa_find_cfgtables()
7468 cfg_base_addr_index) + cfg_offset, sizeof(*h->cfgtable)); in hpsa_find_cfgtables()
7479 cfg_base_addr_index)+cfg_offset+trans_offset, in hpsa_find_cfgtables()
[all …]
Dwd719x.c757 eeprom_93cx6_multireadb(&eeprom, header.cfg_offset, in wd719x_read_eeprom()
/linux-4.4.14/arch/mips/pci/
Dpcie-octeon.c174 static uint32_t cvmx_pcie_cfgx_read(int pcie_port, uint32_t cfg_offset) in cvmx_pcie_cfgx_read() argument
179 pescx_cfg_rd.s.addr = cfg_offset; in cvmx_pcie_cfgx_read()
186 pemx_cfg_rd.s.addr = cfg_offset; in cvmx_pcie_cfgx_read()
201 static void cvmx_pcie_cfgx_write(int pcie_port, uint32_t cfg_offset, in cvmx_pcie_cfgx_write() argument
207 pescx_cfg_wr.s.addr = cfg_offset; in cvmx_pcie_cfgx_write()
213 pemx_cfg_wr.s.addr = cfg_offset; in cvmx_pcie_cfgx_write()
/linux-4.4.14/drivers/block/
Dcciss.c206 u64 *cfg_offset);
4199 u64 *cfg_offset) in cciss_find_cfg_addrs() argument
4202 *cfg_offset = readl(vaddr + SA5_CTMEM_OFFSET); in cciss_find_cfg_addrs()
4215 u64 cfg_offset; in cciss_find_cfgtables() local
4222 &cfg_base_addr_index, &cfg_offset); in cciss_find_cfgtables()
4226 cfg_base_addr_index) + cfg_offset, sizeof(*h->cfgtable)); in cciss_find_cfgtables()
4235 cfg_base_addr_index)+cfg_offset+trans_offset, in cciss_find_cfgtables()
4653 u64 cfg_offset; in cciss_kdump_hard_reset_controller() local
4712 &cfg_base_addr_index, &cfg_offset); in cciss_kdump_hard_reset_controller()
4716 cfg_base_addr_index) + cfg_offset, sizeof(*cfgtable)); in cciss_kdump_hard_reset_controller()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dpcie.c529 u16 cfg_offset[] = { BRCMF_PCIE_CFGREG_STATUS_CMD, in brcmf_pcie_reset_device() local
567 for (i = 0; i < ARRAY_SIZE(cfg_offset); i++) { in brcmf_pcie_reset_device()
570 cfg_offset[i]); in brcmf_pcie_reset_device()
574 cfg_offset[i], val); in brcmf_pcie_reset_device()