Searched defs:HPT_CTL_CODE (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/hptmv/ |
H A D | hptintf.h | 166 #define HPT_CTL_CODE(x) (x+0xFF00) macro 173 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0) macro 177 #define HPT_CTL_CODE(x) (x) macro
|
/freebsd/sys/dev/hptrr/ |
H A D | hptintf.h | 207 #define HPT_CTL_CODE(x) (x+0xFF00) macro 215 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0) macro 219 #define HPT_CTL_CODE(x) (x) macro
|
/freebsd/sys/dev/hpt27xx/ |
H A D | hptintf.h | 221 #define HPT_CTL_CODE(x) (x+0xFF00) macro 229 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0) macro 233 #define HPT_CTL_CODE(x) (x) macro
|
/freebsd/sys/dev/hptnr/ |
H A D | hptintf.h | 217 #define HPT_CTL_CODE(x) (x+0xFF00) macro 225 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0) macro 229 #define HPT_CTL_CODE(x) (x) macro
|