Searched refs:U08 (Results 1 – 5 of 5) sorted by relevance
76 U08 senseLen;77 U08 addrMode;78 U08 retryCount;197 U08 targetName[AGTIAPI_MAX_NAME];217 U08 targetName[AGTIAPI_MAX_NAME];219 U08 portId;228 U08 localeName[AGTIAPI_MIN_NAME];229 U08 remoteName[AGTIAPI_MAX_NAME];243 U08 cardNo;244 U08 targetLen;[all …]
93 STATIC U08 ag_Perbi = 0;116 STATIC U08 agtiapi_AddrModes[AGTIAPI_MAX_CHANNEL_NUM + 1] = 2583 U08 *CDB; in agtiapi_PrepareSGListCB()4429 U08 *pchar; in agtiapi_SetLunField()4431 pchar = (U08 *)&pccb->tiSuperScsiRequest.scsiCmnd.lun; in agtiapi_SetLunField()4439 *pchar = (U08)pccb->lun; in agtiapi_SetLunField()4443 (U08)((pccb->lun >> 8) & 0x3F); in agtiapi_SetLunField()4444 *pchar = (U08)pccb->lun; in agtiapi_SetLunField()4449 *pchar = (U08)pccb->lun; in agtiapi_SetLunField()
275 U08 ostiChipReadBit8( tiRoot_t *ptiRoot, U32 chipOffset ) in ostiChipReadBit8()279 return *(U08 *)( pCardInfo->pciMemVirtAddr + chipOffset ); in ostiChipReadBit8()292 void ostiChipWriteBit8( tiRoot_t *ptiRoot, U32 chipOffset, U08 chipValue ) in ostiChipWriteBit8()296 *(U08 *)( pCardInfo->pciMemVirtAddr + chipOffset ) = chipValue; in ostiChipWriteBit8()
121 typedef unsigned char U08; typedef
437 U08 WWN[AGTIAPI_MAX_NAME]; /* WWN for this card */438 U08 WWNLen;