Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/sallsdk/api/
HDsa_spec.h559 bit16 numOfUserAddressableSectorsHi; /**< word61 of identify device information */ member
/NextBSD/sys/dev/pms/RefTisa/sat/src/
HDsmsat.c2181 = (SATAIdData->numOfUserAddressableSectorsHi << (8*2) ) in smsatSetDevInfo()
10932 lastLba = (((pSATAIdData->numOfUserAddressableSectorsHi) << 16) ) | in smsatReadCapacity10()
11174 lastLbaLo = (((pSATAIdData->numOfUserAddressableSectorsHi) << 16) ) | in smsatReadCapacity16()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
HDossasat.c4295 = (SATAIdData->numOfUserAddressableSectorsHi << (8*2) ) in satSetDevInfo()
HDsat.c6024 lastLba = (((pSATAIdData->numOfUserAddressableSectorsHi) << 16) ) | in satReadCapacity10()
6270 lastLbaLo = (((pSATAIdData->numOfUserAddressableSectorsHi) << 16) ) | in satReadCapacity16()