Home | History | Annotate | Download | only in include

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:0
1935 #define ACPI_HEST_BUS(Bus) ((Bus) & 0xFF)
1936 #define ACPI_HEST_SEGMENT(Bus) (((Bus) >> 8) & 0xFFFF)