Home
last modified time | relevance | path

Searched refs:PCI_CAPABILITY_LIST (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/devices/src/pci/
Dvfio_pci.rs96 const PCI_CAPABILITY_LIST: u32 = 0x34; constant
472 let mut cap_next: u32 = config.read_config_byte(PCI_CAPABILITY_LIST).into(); in new()
/external/kernel-headers/original/uapi/linux/
Dpci_regs.h121 #define PCI_CAPABILITY_LIST 0x34 /* Offset of first capability list entry */ macro