sys/dev/bhnd/bhnd.h
144
BHND_ACCESSOR(vendor, VENDOR, uint16_t);
sys/dev/bhnd/bhnd.h
145
BHND_ACCESSOR(device, DEVICE, uint16_t);
sys/dev/bhnd/bhnd.h
146
BHND_ACCESSOR(hwrev, HWREV, uint8_t);
sys/dev/bhnd/bhnd.h
147
BHND_ACCESSOR(class, DEVICE_CLASS, bhnd_devclass_t);
sys/dev/bhnd/bhnd.h
148
BHND_ACCESSOR(vendor_name, VENDOR_NAME, const char *);
sys/dev/bhnd/bhnd.h
149
BHND_ACCESSOR(device_name, DEVICE_NAME, const char *);
sys/dev/bhnd/bhnd.h
150
BHND_ACCESSOR(core_index, CORE_INDEX, u_int);
sys/dev/bhnd/bhnd.h
151
BHND_ACCESSOR(core_unit, CORE_UNIT, int);
sys/dev/bhnd/bhnd.h
152
BHND_ACCESSOR(pmu_info, PMU_INFO, void *);