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

/freebsd-12-stable/sys/dev/hptmv/
H A Dhptintf.h168 #define HPT_CTL_CODE(x) (x+0xFF00) macro
175 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0) macro
179 #define HPT_CTL_CODE(x) (x) macro
[all...]
/freebsd-12-stable/sys/dev/hptrr/
H A Dhptintf.h209 #define HPT_CTL_CODE(x) (x+0xFF00) macro
217 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0) macro
221 #define HPT_CTL_CODE(x) (x) macro
[all...]
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhptintf.h223 #define HPT_CTL_CODE(x) (x+0xFF00) macro
231 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0) macro
235 #define HPT_CTL_CODE(x) (x) macro
[all...]
/freebsd-12-stable/sys/dev/hptnr/
H A Dhptintf.h219 #define HPT_CTL_CODE(x) (x+0xFF00) macro
227 #define HPT_CTL_CODE(x) CTL_CODE(0x370, 0x900+(x), 0, 0) macro
231 #define HPT_CTL_CODE(x) (x) macro
[all...]

Completed in 119 milliseconds