Searched refs:aap1Len (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sahw.c | 1453 if (userFwImg->aap1Img && userFwImg->aap1Len) in siHDAMode() 1456 flashImg.aap1Len = userFwImg->aap1Len; in siHDAMode() 1457 SA_DBG1(("siHDAMode: User fw aap1 @ %p (%d)\n", flashImg.aap1Img, flashImg.aap1Len)); in siHDAMode() 1487 if (!(flashImg.aap1Img && flashImg.aap1Len && in siHDAMode() 1683 if (AGSA_RC_FAILURE == siBar4Cpy(agRoot, regVal, flashImg.aap1Img, flashImg.aap1Len)) in siHDAMode() 1696 regVal = (HDA_AAP1_DONE | (bit32)flashImg.aap1Len); in siHDAMode() 1976 …_V: HDA aap1Img %p len %8d 0x%x\n", userFwImg->aap1Img, userFwImg->aap1Len , userFwImg->aap1Len )); in siHDAMode_V() 1979 if(userFwImg->aap1Len > biggest) in siHDAMode_V() 1981 SA_DBG1(("siHDAMode_V: HDA DMA area too small %d < %d aap1Len\n", biggest ,userFwImg->aap1Len)); in siHDAMode_V() 2341 if( userFwImg->aap1Len < biggest) in siHDAMode_V() [all …]
|
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/ |
H A D | tdport.c | 4244 HDAImg.aap1Len = sizeof( aap1array); in tiCOMPortInit() 4257 HDAImg.aap1Len = sizeof( spcv_aap1array); in tiCOMPortInit() 4268 HDAImg.aap1Len = sizeof( spcv12g_raaearray); in tiCOMPortInit() 4280 …TI_DBG1(("tiCOMPortInit: HDA aap1Len 0x%08x iopLen 0x%08x ilaLen 0x%08x\n",HDAImg.aap1Len,HDAImg.i… in tiCOMPortInit()
|
/freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
H A D | sa.h | 2448 bit32 aap1Len; /**< AAP1 Image Length */ member
|