Home
last modified time | relevance | path

Searched refs:MS_PARAM (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/ppbus/
Dimmio.c70 #define WAIT_RET MS_PARAM(7, 2, MS_TYP_PTR)
71 #define WAIT_TMO MS_PARAM(1, 0, MS_TYP_INT)
88 #define SELECT_TARGET MS_PARAM(6, 1, MS_TYP_CHA)
126 #define CPP_S1 MS_PARAM(10, 2, MS_TYP_PTR)
127 #define CPP_S2 MS_PARAM(13, 2, MS_TYP_PTR)
128 #define CPP_S3 MS_PARAM(16, 2, MS_TYP_PTR)
129 #define CPP_PARAM MS_PARAM(17, 1, MS_TYP_CHA)
152 #define NEGOCIATED_MODE MS_PARAM(2, 1, MS_TYP_CHA)
176 #define INB_NIBBLE_L MS_PARAM(3, 2, MS_TYP_PTR)
177 #define INB_NIBBLE_H MS_PARAM(6, 2, MS_TYP_PTR)
[all …]
Dvpoio.c101 #define WAIT_RET MS_PARAM(4, 2, MS_TYP_PTR)
102 #define WAIT_TMO MS_PARAM(0, 0, MS_TYP_INT)
175 #define INB_NIBBLE_H MS_PARAM(2, 2, MS_TYP_PTR)
176 #define INB_NIBBLE_L MS_PARAM(4, 2, MS_TYP_PTR)
177 #define INB_NIBBLE_F MS_PARAM(5, 0, MS_TYP_FUN)
178 #define INB_NIBBLE_P MS_PARAM(5, 1, MS_TYP_PTR)
326 #define INITIATOR MS_PARAM(0, 1, MS_TYP_INT) in vpoio_reset()
482 #define SELECT_TARGET MS_PARAM(0, 1, MS_TYP_INT) in vpoio_select()
483 #define SELECT_INITIATOR MS_PARAM(3, 1, MS_TYP_INT) in vpoio_select()
Dppi.c464 #define ADDRESS MS_PARAM(0, 0, MS_TYP_PTR) in ppiwrite()
465 #define LENGTH MS_PARAM(0, 1, MS_TYP_INT) in ppiwrite()
Dppb_msq.h54 #define MS_PARAM(ins,arg,typ) \ macro