Home
last modified time | relevance | path

Searched refs:sectorCount (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c893 fis->d.sectorCount = 0x45; in satSetFeatures()
898 fis->d.sectorCount = 0x0C; in satSetFeatures()
1071 fis->d.sectorCount = 0; in satDeviceReset()
1148 fis->d.sectorCount = 0; in satExecuteDeviceDiagnostic()
1600 fis->d.sectorCount = 0xFF; in satRead10()
2309 fis->d.sectorCount = 0xFF; in satRead12()
2755 fis->d.sectorCount = 0xFF; in satRead16()
5243 fis->d.sectorCount = 0; in satTestUnitReady_1()
5696 fis->d.sectorCount = 0; in satRequestSense_1()
11272 fis->d.sectorCount = 0; in satSMARTEnable()
[all …]
H A Dossasat.c8004 if (statDevToHostFisData.sectorCount == 0x00) in satRequestSenseCB()
/freebsd/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c4345 fis->d.sectorCount = 0; in smsatDeviceReset()
4422 fis->d.sectorCount = 0; in smsatExecuteDeviceDiagnostic()
5189 fis->d.sectorCount = 0x0; in smsatRead10()
5202 fis->d.sectorCount = 0xFF; in smsatRead10()
6840 fis->d.sectorCount = 0x0; in smsatWrite10()
8784 fis->d.sectorCount = 0; in smsatTestUnitReady_1()
9349 fis->d.sectorCount = 0; in smsatRequestSense_1()
13542 fis->d.sectorCount = 0; in smsatSMARTEnable()
19690 fis->d.sectorCount = 0; in smsatCheckPowerMode()
20025 fis->d.sectorCount = 0; in smsatSetFeaturesReadLookAhead()
[all …]
H A Dsmsatcb.c2729 if (statDevToHostFisData.sectorCount == 0x00) in smsatRequestSenseCB()
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h309 bit8 sectorCount; /* Contains the contents to be placed in the Sector member
352 bit8 sectorCount; /* Contains the contents of the Sector Count register of the member
421 bit8 sectorCount; /* Contains the contents of the Sector Count register of the member
/freebsd/sys/dev/hptmv/
H A DmvStorageDev.h186 MV_U16 sectorCount,
H A DmvSata.h213 MV_U16 sectorCount; member
H A Dentry.c1912 pNoUdmaParams->sectorCount = nSector; in fDeviceSendCommand()
1926 pNoUdmaParams->sectorCount = 0xff & nSector; in fDeviceSendCommand()
/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c1305 SataDevice->satSignature[0] = fis->d.sectorCount; in dmReportPhySataRcvd()
1347 SataDevice->satSignature[0] = fis->d.sectorCount; in dmReportPhySataRcvd()
1513 SataDevice->satSignature[0] = fis->d.sectorCount; in dmReportPhySata2Rcvd()
1553 SataDevice->satSignature[0] = fis->d.sectorCount; in dmReportPhySata2Rcvd()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c2239 SA_DBG5((" sectorCount = %x\n", fisD2H->d.sectorCount)); in siEventSATASignatureRcvd()
2250 pPhy->remoteSignature[0] = (bit8) fisD2H->d.sectorCount; in siEventSATASignatureRcvd()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c1307 TI_DBG2(("ossaHwCB: Sector Count %d\n", RegD2H->d.sectorCount)); in ossaHwCB()
1363 onePortContext->remoteSignature[0] = RegD2H->d.sectorCount; in ossaHwCB()
1476 onePortContext->remoteSignature[0] = RegD2H->d.sectorCount; in ossaHwCB()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c5673 SataDevice->satDevData.satSignature[0] = fis->d.sectorCount; in tdsaReportPhySataRcvd()