Home
last modified time | relevance | path

Searched defs:HI_LBA (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/raid/hptrr/
H A Dosm.h74 #define HI_LBA(x) (sizeof(HPT_LBA)>4? (HPT_U32)((x)>>32) : 0) macro
/dragonfly/sys/dev/raid/hpt27xx/
H A Dosm.h105 #define HI_LBA(x) (sizeof(HPT_LBA)>4? (HPT_U32)((x)>>32) : 0) macro