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

/freebsd-10-stable/sys/dev/aic7xxx/
H A Daic79xx.h728 uint8_t event_type; /* MSG type or EVENT_TYPE_BUS_RESET */
729 #define EVENT_TYPE_BUS_RESET 0xFF macro
H A Daic7xxx.h676 uint8_t event_type; /* MSG type or EVENT_TYPE_BUS_RESET */
677 #define EVENT_TYPE_BUS_RESET 0xFF macro
H A Daic7xxx.c6182 EVENT_TYPE_BUS_RESET, /*arg*/0);
6329 if (event_type == EVENT_TYPE_BUS_RESET
6380 case EVENT_TYPE_BUS_RESET:
H A Daic79xx.c8078 EVENT_TYPE_BUS_RESET, /*arg*/0);
8522 if (event_type == EVENT_TYPE_BUS_RESET
8573 case EVENT_TYPE_BUS_RESET:

Completed in 278 milliseconds