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

/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd.h99 #define BHND_ACCESSOR(var, ivar, type) \ macro
102 BHND_ACCESSOR(vendor, VENDOR, uint16_t);
103 BHND_ACCESSOR(device, DEVICE, uint16_t);
104 BHND_ACCESSOR(hwrev, HWREV, uint8_t);
105 BHND_ACCESSOR(class, DEVICE_CLASS, bhnd_devclass_t);
106 BHND_ACCESSOR(vendor_name, VENDOR_NAME, const char *);
107 BHND_ACCESSOR(device_name, DEVICE_NAME, const char *);
108 BHND_ACCESSOR(core_index, CORE_INDEX, u_int);
109 BHND_ACCESSOR(core_unit, CORE_UNIT, int);
111 #undef BHND_ACCESSOR macro
[all...]

Completed in 53 milliseconds