Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
H A Dsat.c894 fis->d.sectorCount = 0x45; in satSetFeatures()
899 fis->d.sectorCount = 0x0C; in satSetFeatures()
1072 fis->d.sectorCount = 0; in satDeviceReset()
1149 fis->d.sectorCount = 0; in satExecuteDeviceDiagnostic()
1601 fis->d.sectorCount = 0xFF; in satRead10()
2310 fis->d.sectorCount = 0xFF; in satRead12()
2756 fis->d.sectorCount = 0xFF; in satRead16()
5244 fis->d.sectorCount = 0; in satTestUnitReady_1()
5697 fis->d.sectorCount = 0; in satRequestSense_1()
11273 fis->d.sectorCount = 0; in satSMARTEnable()
[all …]
H A Dossasat.c8005 if (statDevToHostFisData.sectorCount == 0x00) in satRequestSenseCB()
/freebsd-13.1/sys/dev/pms/RefTisa/sat/src/
H A Dsmsat.c4346 fis->d.sectorCount = 0; in smsatDeviceReset()
4423 fis->d.sectorCount = 0; in smsatExecuteDeviceDiagnostic()
5190 fis->d.sectorCount = 0x0; in smsatRead10()
5203 fis->d.sectorCount = 0xFF; in smsatRead10()
6841 fis->d.sectorCount = 0x0; in smsatWrite10()
8785 fis->d.sectorCount = 0; in smsatTestUnitReady_1()
9350 fis->d.sectorCount = 0; in smsatRequestSense_1()
13543 fis->d.sectorCount = 0; in smsatSMARTEnable()
19691 fis->d.sectorCount = 0; in smsatCheckPowerMode()
20026 fis->d.sectorCount = 0; in smsatSetFeaturesReadLookAhead()
[all …]
H A Dsmsatcb.c2730 if (statDevToHostFisData.sectorCount == 0x00) in smsatRequestSenseCB()
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsa_spec.h310 bit8 sectorCount; /* Contains the contents to be placed in the Sector member
353 bit8 sectorCount; /* Contains the contents of the Sector Count register of the member
422 bit8 sectorCount; /* Contains the contents of the Sector Count register of the member
/freebsd-13.1/sys/dev/hptmv/
H A DmvStorageDev.h188 MV_U16 sectorCount,
H A DmvSata.h215 MV_U16 sectorCount; member
H A Dentry.c1917 pNoUdmaParams->sectorCount = nSector; in fDeviceSendCommand()
1931 pNoUdmaParams->sectorCount = 0xff & nSector; in fDeviceSendCommand()
/freebsd-13.1/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmsmp.c1306 SataDevice->satSignature[0] = fis->d.sectorCount; in dmReportPhySataRcvd()
1348 SataDevice->satSignature[0] = fis->d.sectorCount; in dmReportPhySataRcvd()
1514 SataDevice->satSignature[0] = fis->d.sectorCount; in dmReportPhySata2Rcvd()
1554 SataDevice->satSignature[0] = fis->d.sectorCount; in dmReportPhySata2Rcvd()
/freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c2240 SA_DBG5((" sectorCount = %x\n", fisD2H->d.sectorCount)); in siEventSATASignatureRcvd()
2251 pPhy->remoteSignature[0] = (bit8) fisD2H->d.sectorCount; in siEventSATASignatureRcvd()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dossacmnapi.c1308 TI_DBG2(("ossaHwCB: Sector Count %d\n", RegD2H->d.sectorCount)); in ossaHwCB()
1364 onePortContext->remoteSignature[0] = RegD2H->d.sectorCount; in ossaHwCB()
1477 onePortContext->remoteSignature[0] = RegD2H->d.sectorCount; in ossaHwCB()
/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditddisc.c5674 SataDevice->satDevData.satSignature[0] = fis->d.sectorCount; in tdsaReportPhySataRcvd()