Searched refs:PCI_CAPABILITY_LIST (Results 1 – 2 of 2) sorted by relevance
96 const PCI_CAPABILITY_LIST: u32 = 0x34; constant472 let mut cap_next: u32 = config.read_config_byte(PCI_CAPABILITY_LIST).into(); in new()
121 #define PCI_CAPABILITY_LIST 0x34 /* Offset of first capability list entry */ macro