Lines Matching refs:Bus
1147 UINT8 Bus;1912 UINT32 Bus; /* Bus and Segment numbers */1931 * Macros to access the bus/segment numbers in Bus field above:1932 * Bus number is encoded in bits 7:01935 #define ACPI_HEST_BUS(Bus) ((Bus) & 0xFF)1936 #define ACPI_HEST_SEGMENT(Bus) (((Bus) >> 8) & 0xFFFF)
Indexes created Wed Oct 22 13:09:56 GMT 2025