Searched refs:hwcb (Results 1 – 1 of 1) sorted by relevance
78 #define _LIST(hwcb) ((hwcb_list_t*)(&(hwcb)[PAGE_SIZE-sizeof(hwcb_list_t)])) argument80 #define _HWCB_CHAR(hwcb) (_LIST(hwcb)->mto_char_sum) argument82 #define _HWCB_MTO(hwcb) (_LIST(hwcb)->mto_number) argument84 #define _HWCB_CHAR_LOST(hwcb) (_LIST(hwcb)->mto_char_sum_lost) argument86 #define _HWCB_MTO_LOST(hwcb) (_LIST(hwcb)->mto_number_lost) argument88 #define _HWCB_TIMES_LOST(hwcb) (_LIST(hwcb)->times_lost) argument90 #define _HWCB_NEXT(hwcb) (_LIST(hwcb)->next) argument319 unsigned char hwcb[]) in service_call() argument327 :"a" (&hwc_command_word), "a" (hwcb) in service_call()351 write_hwcb_t *hwcb; in prepare_write_hwcb() local[all …]