Searched defs:HPT_CTL_CODE (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/hptmv/
H A Dhptintf.h166 #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
[all...]
/freebsd-11-stable/sys/dev/hptrr/
H A Dhptintf.h207 #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
[all...]
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dhptintf.h221 #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
[all...]
/freebsd-11-stable/sys/dev/hptnr/
H A Dhptintf.h217 #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
[all...]

Completed in 182 milliseconds