Lines Matching +full:0 +full:xb000
28 #define IOREQ_WRITE 0
30 #define STATE_IOREQ_NONE 0
35 #define IOREQ_TYPE_PIO 0 /* pio */
49 * 63....48|47..40|39..35|34..32|31........0
62 uint8_t dir:1; /* 1=read, 0=write */
77 uint8_t dir:1; /* 1=read, 0=write */
78 uint8_t size:2; /* 0=>1, 1=>2, 2=>4, 3=>8. If 8, use two buf_ioreqs */
107 * Version 0 (default): Traditional (obsolete) Xen locations.
112 #define ACPI_PM1A_EVT_BLK_ADDRESS_V0 0x1f40
113 #define ACPI_PM1A_CNT_BLK_ADDRESS_V0 (ACPI_PM1A_EVT_BLK_ADDRESS_V0 + 0x04)
114 #define ACPI_PM_TMR_BLK_ADDRESS_V0 (ACPI_PM1A_EVT_BLK_ADDRESS_V0 + 0x08)
115 #define ACPI_GPE0_BLK_ADDRESS_V0 (ACPI_PM_TMR_BLK_ADDRESS_V0 + 0x20)
116 #define ACPI_GPE0_BLK_LEN_V0 0x08
119 #define ACPI_PM1A_EVT_BLK_ADDRESS_V1 0xb000
120 #define ACPI_PM1A_CNT_BLK_ADDRESS_V1 (ACPI_PM1A_EVT_BLK_ADDRESS_V1 + 0x04)
121 #define ACPI_PM_TMR_BLK_ADDRESS_V1 (ACPI_PM1A_EVT_BLK_ADDRESS_V1 + 0x08)
122 #define ACPI_GPE0_BLK_ADDRESS_V1 0xafe0
123 #define ACPI_GPE0_BLK_LEN_V1 0x04
125 /* Compatibility definitions for the default location (version 0). */