Changeset View
Changeset View
Standalone View
Standalone View
sys/sys/bus.h
| Show First 20 Lines • Show All 303 Lines • ▼ Show 20 Lines | |||||
| * values are private to a single bus and should be defined in the | * values are private to a single bus and should be defined in the | ||||
| * private range. Other index values are shared by multiple busses | * private range. Other index values are shared by multiple busses | ||||
| * and must have the same meaning in all bus drivers. | * and must have the same meaning in all bus drivers. | ||||
| */ | */ | ||||
| #define BUS_IVARS_PRIVATE 0x0 /* private variables */ | #define BUS_IVARS_PRIVATE 0x0 /* private variables */ | ||||
| #define BUS_IVARS_ACPI 0x100 | #define BUS_IVARS_ACPI 0x100 | ||||
| #define BUS_IVARS_GIC 500 | #define BUS_IVARS_GIC 500 | ||||
| #define BUS_IVARS_GICV3 1000 | |||||
| #define BUS_IVARS_GPIOBUS 10500 | #define BUS_IVARS_GPIOBUS 10500 | ||||
| #define BUS_IVARS_SUPERIO 10600 | #define BUS_IVARS_SUPERIO 10600 | ||||
| /** | /** | ||||
| * CPU sets supported by bus_get_cpus(). Note that not all sets may be | * CPU sets supported by bus_get_cpus(). Note that not all sets may be | ||||
| * supported for a given device. If a request is not supported by a | * supported for a given device. If a request is not supported by a | ||||
| * device (or its parents), then bus_get_cpus() will fail with EINVAL. | * device (or its parents), then bus_get_cpus() will fail with EINVAL. | ||||
| */ | */ | ||||
| ▲ Show 20 Lines • Show All 822 Lines • Show Last 20 Lines | |||||