Searched refs:BHND_ACCESSOR (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/dev/bhnd/ |
| D | bhnd.h | 147 #define BHND_ACCESSOR(var, ivar, type) \ macro 150 BHND_ACCESSOR(vendor, VENDOR, uint16_t); 151 BHND_ACCESSOR(device, DEVICE, uint16_t); 152 BHND_ACCESSOR(hwrev, HWREV, uint8_t); 153 BHND_ACCESSOR(class, DEVICE_CLASS, bhnd_devclass_t); 154 BHND_ACCESSOR(vendor_name, VENDOR_NAME, const char *); 155 BHND_ACCESSOR(device_name, DEVICE_NAME, const char *); 156 BHND_ACCESSOR(core_index, CORE_INDEX, u_int); 157 BHND_ACCESSOR(core_unit, CORE_UNIT, int); 158 BHND_ACCESSOR(pmu_info, PMU_INFO, void *); [all …]
|