Searched refs:BHND_ACCESSOR (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd.h146 #define BHND_ACCESSOR(var, ivar, type) \ macro
149 BHND_ACCESSOR(vendor, VENDOR, uint16_t);
150 BHND_ACCESSOR(device, DEVICE, uint16_t);
151 BHND_ACCESSOR(hwrev, HWREV, uint8_t);
152 BHND_ACCESSOR(class, DEVICE_CLASS, bhnd_devclass_t);
153 BHND_ACCESSOR(vendor_name, VENDOR_NAME, const char *);
154 BHND_ACCESSOR(device_name, DEVICE_NAME, const char *);
155 BHND_ACCESSOR(core_index, CORE_INDEX, u_int);
156 BHND_ACCESSOR(core_unit, CORE_UNIT, int);
157 BHND_ACCESSOR(pmu_inf
159 #undef BHND_ACCESSOR macro
[all...]

Completed in 163 milliseconds