Searched refs:cfg_offset (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/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()
|
| /f-stack/freebsd/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) =
|