Home
last modified time | relevance | path

Searched defs:root_cap (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/src/device/
H A Dpciexp_device.c220 static bool pciexp_is_ccc_active(struct device *root, unsigned int root_cap, in pciexp_is_ccc_active()
239 static void pciexp_enable_common_clock(struct device *root, unsigned int root_cap, in pciexp_enable_common_clock()
415 unsigned int root_cap, unsigned int end_cap) in pciexp_L1_substate_commit()
485 unsigned int root_cap, end_cap; in pciexp_config_L1_sub_state() local
513 static int pciexp_aspm_latency(struct device *root, unsigned int root_cap, in pciexp_aspm_latency()
549 static void pciexp_enable_aspm(struct device *root, unsigned int root_cap, in pciexp_enable_aspm()
691 unsigned int root_cap, cap; in pciexp_tune_dev() local
/aosp_15_r20/external/crosvm/devices/src/pci/pcie/
H A Dpcie_port.rs116 root_cap: Arc<Mutex<PcieRootCap>>, field
138 let root_cap = if port_type == PcieDevicePortType::RootPort { in new() localVariable
179 let root_cap = if port_type == PcieDevicePortType::RootPort { in new_from_host() localVariable
449 root_cap: Arc<Mutex<PcieRootCap>>, field
H A Dpcie_device.rs70 root_cap: u16, field