| /freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/api/ |
| D | sa_spec.h | 531 bit16 rm_ataDevice; 536 bit16 word1_9[9]; /**< word 1 to 9 of identify device information */ 538 bit16 word20_22[3]; /**< word 20 to 22 of identify device information */ 541 …bit16 word47_48[2]; /**< word 47 to 48 of identify device information, 40 ASCII… 542 bit16 dma_lba_iod_ios_stimer; 551 …bit16 word50_52[3]; /**< word 50 to 52 of identify device information, 40 ASCII… 552 bit16 valid_w88_w70; 557 bit16 word54_59[6]; /**< word54-59 of identify device information */ 558 bit16 numOfUserAddressableSectorsLo; /**< word60 of identify device information */ 559 bit16 numOfUserAddressableSectorsHi; /**< word61 of identify device information */ [all …]
|
| D | sa.h | 45 (*((bit16 *)(((bit8 *)DMA_ADDR)+(OFFSET)))) = (bit16)(VALUE16); 51 (*((bit16 *)ADDR16)) = (*((bit16 *)(((bit8 *)DMA_ADDR)+(OFFSET)))) 57 (*((bit8 *)(((bit8 *)DMA_ADDR)+(OFFSET)))) = (bit8)((((bit16)VALUE16)>>8)&0xFF); \ 58 (*((bit8 *)(((bit8 *)DMA_ADDR)+(OFFSET)+1))) = (bit8)(((bit16)VALUE16)&0xFF); 83 (*((bit8 *)(((bit8 *)DMA_ADDR)+(OFFSET)+1))) = (bit8)((((bit16)VALUE16)>>8)&0xFF); \ 84 (*((bit8 *)(((bit8 *)DMA_ADDR)+(OFFSET)))) = (bit8)(((bit16)VALUE16)&0xFF); 103 (*((bit16 *)(((bit8 *)DMA_ADDR)+(OFFSET)))) = (bit16)(VALUE16); 109 (*((bit16 *)ADDR16)) = (*((bit16 *)(((bit8 *)DMA_ADDR)+(OFFSET)))); 138 #define AGSA_FLIP_2_BYTES(_x) ((bit16)(((((bit16)(_x))&0x00FF)<<8)| \ 139 ((((bit16)(_x))&0xFF00)>>8))) [all …]
|
| D | saosapi.h | 258 bit16 sspTag, 300 bit16 sspTag, 312 bit16 sspTag, 322 bit16 agInitiatorTag, 335 bit16 sspTag,
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/sallsdk/spc/ |
| D | mpi.h | 396 bit16 numInboundQueues; 397 bit16 numOutboundQueues; 398 bit16 maxNumInboundQueues; 399 bit16 maxNumOutboundQueues; 422 bit16 numInboundQueues; 423 bit16 numOutboundQueues; 424 bit16 maxNumInboundQueues; 425 bit16 maxNumOutboundQueues; 447 FORCEINLINE bit32 mpiMsgFreeGet(mpiICQueue_t *circularQ, bit16 messageSize, void** messagePtr); 449 mpiMsgCategory_t category, bit16 opCode, [all …]
|
| D | mpi.c | 230 bit16 messageSize, in mpiMsgFreeGet() 293 GLOBAL bit32 mpiMsgFreeGetOQ(mpiOCQueue_t *circularQ, bit16 messageSize, void** messagePtr) in mpiMsgFreeGetOQ() 365 bit16 opCode, in mpiMsgPrepare() 430 bit16 opCode, in mpiMsgProduce() 465 bit16 opCode, in mpiMsgProduce() 664 bit16 *pOpCode, in mpiMsgConsume() 723 *pOpCode = (bit16)(msgHeader_tmp & OPCODE_MASK); in mpiMsgConsume() 913 bit16 opCode, in mpiMsgProduceOQ()
|
| D | satypes.h | 139 bit16 HwAckType; /**< Track HW_acks */ 140 bit16 SOP; /**< SetPhyProfile page not returned in reply */
|
| D | saport.c | 119 pDevice->devInfo.sasDeviceInfo.commonDevInfo.smpTimeout = (bit16)smpTimeout; in siPortSASDeviceAdd() 120 pDevice->devInfo.sasDeviceInfo.commonDevInfo.it_NexusTimeout = (bit16)itNexusTimeout; in siPortSASDeviceAdd() 121 pDevice->devInfo.sasDeviceInfo.commonDevInfo.firstBurstSize = (bit16)firstBurstSize; in siPortSASDeviceAdd() 285 pDevice->devInfo.sataDeviceInfo.commonDevInfo.smpTimeout = (bit16)smpReqTimeout; in siPortSATADeviceAdd() 286 pDevice->devInfo.sataDeviceInfo.commonDevInfo.it_NexusTimeout = (bit16)itNexusTimeout; in siPortSATADeviceAdd() 287 pDevice->devInfo.sataDeviceInfo.commonDevInfo.firstBurstSize = (bit16)firstBurstSize; in siPortSATADeviceAdd()
|
| D | saproto.h | 336 bit16 opcode 582 bit16 opcode, 583 bit16 size, 642 bit16 opcode,
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/tisa/api/ |
| D | titypes.h | 138 bit16 MajorFunction; 139 bit16 MinorFunction; 140 bit16 Length; 141 bit16 Status; 150 bit16 MajorFunction; 151 bit16 MinorFunction; 152 bit16 Length; 153 bit16 Status; 172 bit16 initialIOSeed; 173 bit16 reserved; [all …]
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/sat/api/ |
| D | sm.h | 207 bit16 initialIOSeed; 208 bit16 reserved; 211 bit16 DIFPerLARegion0SecCount; 212 bit16 DIFPerLANumOfRegions; 237 bit16 EncryptionPerLRegion0SecCount; 238 bit16 reserved;
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/sat/src/ |
| D | smdefs.h | 174 bit16 word[256]; 586 (*((bit16 *)(((bit8 *)DMA_ADDR)+(OFFSET)))) = (bit16)(VALUE16); 592 (*((bit16 *)ADDR16)) = (*((bit16 *)(((bit8 *)DMA_ADDR)+(OFFSET)))) 598 (*((bit8 *)(((bit8 *)DMA_ADDR)+(OFFSET)))) = (bit8)((((bit16)VALUE16)>>8)&0xFF); \ 599 (*((bit8 *)(((bit8 *)DMA_ADDR)+(OFFSET)+1))) = (bit8)(((bit16)VALUE16)&0xFF); 624 (*((bit8 *)(((bit8 *)DMA_ADDR)+(OFFSET)+1))) = (bit8)((((bit16)VALUE16)>>8)&0xFF); \ 625 (*((bit8 *)(((bit8 *)DMA_ADDR)+(OFFSET)))) = (bit8)(((bit16)VALUE16)&0xFF); 644 (*((bit16 *)(((bit8 *)DMA_ADDR)+(OFFSET)))) = (bit16)(VALUE16); 650 (*((bit16 *)ADDR16)) = (*((bit16 *)(((bit8 *)DMA_ADDR)+(OFFSET))));
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/discovery/dm/ |
| D | dmdefs.h | 274 DMA_BEBIT16_TO_BIT16(*(bit16 *)((pResp)->expanderRouteIndexes16)) 628 DMA_BEBIT16_TO_BIT16(*(bit16 *)((pResp)->expanderRouteIndexes16)) 661 bit16 ExpanderChangeCount; /* byte 4-5 */ 685 bit16 reserved2; /* byte 10 - 11*/ 693 bit16 ExpanderChangeCount; /* byte 4 - 5 */ 809 bit16 PathToEnclosure; /* byte 110 - 111 */ 895 bit16 ExpanderChangeCount; /* byte 4 - 5 */ 896 bit16 reserved1; /* byte 6 - 7 */ 907 bit16 reserved3; /* byte 14 - 15 */ 917 bit16 LastDescIdx; /* byte 18 - 19 */ [all …]
|
| D | dmtypes.h | 271 bit16 routingIndex; /* maximum routing table index reported by expander */ 272 bit16 currentIndex[DM_MAX_EXPANDER_PHYS]; /* routing table index in use */ 280 bit16 numOfUpStreamPhys; 281 bit16 currentUpStreamPhyIndex; 293 bit16 numOfDownStreamPhys;
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/discovery/api/ |
| D | dm.h | 97 bit16 smpTimeout; 98 bit16 it_NexusTimeout; 99 bit16 firstBurstSize; 114 bit16 ext;
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| D | tddefs.h | 65 #define os_bit16 bit16 503 DMA_BEBIT16_TO_BIT16(*(bit16 *)((pResp)->expanderRouteIndexes16)) 836 #define AGSA_FLIP_2_BYTES(_x) ((bit16)(((((bit16)(_x))&0x00FF)<<8)| \ 837 ((((bit16)(_x))&0xFF00)>>8))) 861 (*((bit16 *)(((bit8 *)DMA_ADDR)+(OFFSET)))) = (bit16)(VALUE16); 867 (*((bit16 *)ADDR16)) = (*((bit16 *)(((bit8 *)DMA_ADDR)+(OFFSET)))) 873 (*((bit8 *)(((bit8 *)DMA_ADDR)+(OFFSET)))) = (bit8)((((bit16)VALUE16)>>8)&0xFF); \ 874 (*((bit8 *)(((bit8 *)DMA_ADDR)+(OFFSET)+1))) = (bit8)(((bit16)VALUE16)&0xFF); 899 (*((bit8 *)(((bit8 *)DMA_ADDR)+(OFFSET)+1))) = (bit8)((((bit16)VALUE16)>>8)&0xFF); \ 900 (*((bit8 *)(((bit8 *)DMA_ADDR)+(OFFSET)))) = (bit8)(((bit16)VALUE16)&0xFF); [all …]
|
| D | tdinit.c | 911 QueueConfig.numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaLoLevelGetResource() 915 QueueConfig.numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaLoLevelGetResource() 948 QueueConfig.numOutboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaLoLevelGetResource() 952 QueueConfig.numOutboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaLoLevelGetResource() 1177 InboundQueueSize[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaLoLevelGetResource() 1181 InboundQueueSize[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaLoLevelGetResource() 1211 InboundQueueEleSize[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaLoLevelGetResource() 1215 InboundQueueEleSize[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaLoLevelGetResource() 1245 InboundQueuePriority[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaLoLevelGetResource() 1249 InboundQueuePriority[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaLoLevelGetResource() [all …]
|
| D | tdsatypes.h | 105 bit16 DeviceID; 106 bit16 VendorID; 307 bit16 SASConnectTimeLimit; /* used by tdsaCTLSet() */
|
| D | tdport.c | 278 QueueConfig->numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams() 282 QueueConfig->numInboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams() 315 QueueConfig->numOutboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams() 319 QueueConfig->numOutboundQueues = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams() 353 tdsaAllShared->QueueOption = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams() 357 tdsaAllShared->QueueOption = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams() 579 tdsaAllShared->InboundQueueSize[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams() 583 tdsaAllShared->InboundQueueSize[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams() 614 tdsaAllShared->InboundQueueEleSize[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 0); in tdsaGetSwConfigParams() 618 tdsaAllShared->InboundQueueEleSize[i] = (bit16) osti_strtoul (buffer, &pLastUsedChar, 10); in tdsaGetSwConfigParams() [all …]
|
| D | tdioctl.h | 319 bit16 reserved2; 565 bit16 queueType; 566 bit16 queueIndex;
|
| /freebsd-12-stable/sys/dev/pms/freebsd/driver/common/ |
| D | encrypt_ioctl.h | 146 bit16 MajorFunction; 147 bit16 MinorFunction; 148 bit16 Length; 149 bit16 Status;
|
| D | ostypes.h | 98 typedef unsigned short bit16; typedef
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/common/ |
| D | tdtypes.h | 504 bit16 routingIndex; /* maximum routing table index reported by expander */ 505 bit16 currentIndex[TD_MAX_EXPANDER_PHYS]; /* routing table index in use */ 511 bit16 numOfUpStreamPhys; 512 bit16 currentUpStreamPhyIndex; 522 bit16 numOfDownStreamPhys; 523 bit16 currentDownStreamPhyIndex;
|
| /freebsd-12-stable/sys/dev/sound/isa/ |
| D | sb.h | 82 #define DSP_CMD_DMAMODE(stereo, bit16) (0xA0 | (stereo ? 8:0) | (bit16 ? 4:0)) argument
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
| D | ttdtxchg.h | 90 bit16 tag;
|
| /freebsd-12-stable/sys/dev/pms/RefTisa/tisa/sassata/sata/host/ |
| D | sat.h | 141 bit16 word[256];
|