Searched refs:cfg_offset (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/dev/bhnd/bhndb/ |
| H A D | bhndb_pci_hwdata.c | 99 .cfg_offset = BHNDB_PCI_V1_BAR0_WIN0_CONTROL 132 .cfg_offset = BHNDB_PCI_V1_BAR0_WIN0_CONTROL, 298 .cfg_offset = BHNDB_PCI_V0_BAR0_WIN0_CONTROL 380 .cfg_offset = BHNDB_PCI_V1_BAR0_WIN0_CONTROL 455 .cfg_offset = BHNDB_PCI_V1_BAR0_WIN0_CONTROL 535 .cfg_offset = BHNDB_PCI_V2_BAR0_WIN0_CONTROL, 546 .cfg_offset = BHNDB_PCI_V2_BAR0_WIN1_CONTROL, 618 .cfg_offset = BHNDB_PCI_V3_BAR0_WIN0_CONTROL, 629 .cfg_offset = BHNDB_PCI_V3_BAR0_WIN1_CONTROL,
|
| H A D | bhndb.h | 100 bus_size_t cfg_offset; /**< window address config offset. */ member
|
| H A D | bhndb_pci.c | 908 reg = rw->d.dyn.cfg_offset; in bhndb_pci_compat_setregwin() 941 pci_write_config(pci_dev, rw->d.dyn.cfg_offset, addr, 4); in bhndb_pci_fast_setregwin()
|
| /freebsd-13.1/sys/dev/bhnd/siba/ |
| H A D | siba_erom.c | 539 bhnd_size_t cfg_offset, cfg_size; in siba_erom_lookup_core_addr() local 541 cfg_offset = SIBA_CFG_OFFSET(cfg); in siba_erom_lookup_core_addr() 553 bhnd_port_type_name(type), port, region, cfg_offset, in siba_erom_lookup_core_addr() 559 if (BHND_ADDR_MAX - region_addr < cfg_offset) { in siba_erom_lookup_core_addr() 562 cfg_offset, bhnd_port_type_name(BHND_PORT_DEVICE), in siba_erom_lookup_core_addr() 571 *addr = region_addr + cfg_offset; in siba_erom_lookup_core_addr()
|
| /freebsd-13.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-pcie.h | 262 uint32_t cvmx_pcie_cfgx_read(int pcie_port, uint32_t cfg_offset); 272 void cvmx_pcie_cfgx_write(int pcie_port, uint32_t cfg_offset, uint32_t val);
|
| H A D | cvmx-pcie.c | 1416 uint32_t cvmx_pcie_cfgx_read(int pcie_port, uint32_t cfg_offset) in cvmx_pcie_cfgx_read() argument 1422 pescx_cfg_rd.s.addr = cfg_offset; in cvmx_pcie_cfgx_read() 1431 pemx_cfg_rd.s.addr = cfg_offset; in cvmx_pcie_cfgx_read() 1447 void cvmx_pcie_cfgx_write(int pcie_port, uint32_t cfg_offset, uint32_t val) in cvmx_pcie_cfgx_write() argument 1453 pescx_cfg_wr.s.addr = cfg_offset; in cvmx_pcie_cfgx_write() 1461 pemx_cfg_wr.s.addr = cfg_offset; in cvmx_pcie_cfgx_write()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/pci/ |
| H A D | host-generic-pci.yaml | 28 cfg_offset(bus, device, function, register) = 33 cfg_offset(bus, device, function, register) =
|