Searched refs:tmpReg (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec_mii_acc.c53 uint32_t tmpReg; local
63 tmpReg = GET_UINT32(p_MiiAccess->miimcom);
66 tmpReg = (uint32_t)((phyAddr << MIIMADD_PHY_ADDR_SHIFT) | reg);
67 WRITE_UINT32(p_MiiAccess->miimadd, tmpReg);
72 tmpReg = GET_UINT32(p_MiiAccess->miimcon);
88 uint32_t tmpReg; local
96 tmpReg = (uint32_t)((phyAddr << MIIMADD_PHY_ADDR_SHIFT) | reg);
97 WRITE_UINT32(p_MiiAccess->miimadd, tmpReg);
102 tmpReg = GET_UINT32(p_MiiAccess->miimcom);
112 tmpReg
[all...]
H A Ddtsec.c1340 uint32_t tmpReg, bitMask = 0; local
1362 tmpReg = GET_UINT32(p_DtsecMemMap->imask);
1364 tmpReg |= bitMask;
1366 tmpReg &= ~bitMask;
1367 WRITE_UINT32(p_DtsecMemMap->imask, tmpReg);
1380 tmpReg = GET_UINT32(p_DtsecMemMap->tmr_pemask);
1386 WRITE_UINT32(p_DtsecMemMap->tmr_pemask, tmpReg | PEMASK_TSRE);
1391 WRITE_UINT32(p_DtsecMemMap->tmr_pemask, tmpReg & ~PEMASK_TSRE);
H A Dtgec.c854 uint32_t bitMask = 0, tmpReg; local
884 tmpReg = GET_UINT32(p_TgecMemMap->imask);
886 tmpReg |= bitMask;
888 tmpReg &= ~bitMask;
889 WRITE_UINT32(p_TgecMemMap->imask, tmpReg);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c226 uint32_t status, mask, tmpReg=0; local
242 tmpReg = GET_UINT32(p_Fm->p_FmDmaRegs->fmdmtcid);
250 hardwarePortId = (uint8_t)(((tmpReg & DMA_TRANSFER_PORTID_MASK) >> DMA_TRANSFER_PORTID_SHIFT));
252 tnum = (uint8_t)((tmpReg & DMA_TRANSFER_TNUM_MASK) >> DMA_TRANSFER_TNUM_SHIFT);
253 liodn = (uint16_t)(tmpReg & DMA_TRANSFER_LIODN_MASK);
355 uint32_t tmpReg; local
375 tmpReg = (integer << FPM_TS_INT_SHIFT) | (uint16_t)fraction;
376 WRITE_UINT32(p_Fm->p_FmFpmRegs->fpmtsc2, tmpReg);
1350 uint32_t tmpReg = 0; local
1379 tmpReg
1401 uint32_t tmpReg; local
1602 uint32_t tmpReg; local
1718 uint32_t tmpReg; local
1756 uint32_t tmpReg; local
1963 uint32_t tmpReg; local
2028 uint32_t minFifoSizeRequired = 0, sizeOfFifo, tmpReg = 0; local
2221 uint32_t tmpReg = 0; local
2303 uint32_t tmpReg = 0; local
2596 uint32_t tmpReg, cfgReg = 0; local
3786 uint32_t tmpReg; local
3833 uint32_t tmpReg; local
3891 uint32_t tmpReg; local
4109 uint32_t tmpReg; local
4330 uint32_t tmpReg; local
4436 uint32_t tmpReg; local
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c350 uint32_t tmpReg, vector, minFifoSizeRequired=0; local
409 tmpReg = BMI_EXT_BUF_POOL_VALID | BMI_EXT_BUF_POOL_EN_COUNTER;
410 tmpReg |= ((uint32_t)orderedArray[i] << BMI_EXT_BUF_POOL_ID_SHIFT);
411 tmpReg |= sizesArray[orderedArray[i]];
417 tmpReg |= BMI_EXT_BUF_POOL_BACKUP;
420 WRITE_UINT32(*(p_ExtBufRegs+i), tmpReg);
478 tmpReg = 0;
509 tmpReg |= (((uint32_t)p_BufPoolDepletion->numOfPools - 1) << BMI_POOL_DEP_NUM_OF_POOLS_SHIFT);
510 tmpReg |= vector;
543 tmpReg |
563 uint32_t tmpReg; local
716 uint32_t tmpReg; local
828 uint32_t tmpReg, errorsToEnq = 0; local
939 uint32_t tmpReg; local
1267 uint32_t tmpReg = 0, tmpPrsOffset; local
1518 uint32_t tmpReg; local
2035 uint32_t tmpReg; local
3542 uint32_t tmpReg; local
3595 uint32_t tmpReg; local
3768 uint32_t tmpReg; local
3835 uint32_t tmpReg; local
4140 uint32_t tmpReg; local
4196 uint32_t tmpReg; local
4258 uint32_t tmpReg; local
4657 uint32_t tmpReg; local
4942 uint32_t tmpReg = 0; local
5005 uint32_t tmpReg = 0; local
[all...]
H A Dfm_port_im.c143 uint32_t tmpReg = GET_UINT32(p_FmPort->im.p_FmPortImPram->mode); local
144 WRITE_UINT32(p_FmPort->im.p_FmPortImPram->mode, (uint32_t)(tmpReg & ~IM_MODE_GRC_STP));
150 uint32_t tmpReg = GET_UINT32(p_FmPort->im.p_FmPortImPram->mode); local
151 WRITE_UINT32(p_FmPort->im.p_FmPortImPram->mode, (uint32_t)(tmpReg | IM_MODE_GRC_STP));
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfm_rtc.c574 uint32_t tmpReg; local
604 tmpReg = TMR_TEVENT_ALM1;
606 tmpReg = TMR_TEVENT_ALM2;
607 WRITE_UINT32(p_MemMap->tmr_temask, GET_UINT32(p_MemMap->tmr_temask) | tmpReg);
618 uint32_t tmpReg; local
648 tmpReg = TMR_TEVENT_PP1;
650 tmpReg = TMR_TEVENT_PP2;
651 WRITE_UINT32(p_MemMap->tmr_temask, GET_UINT32(p_MemMap->tmr_temask) | tmpReg);
661 uint32_t tmpReg; local
674 tmpReg
691 uint32_t tmpReg; local
727 uint32_t tmpReg; local
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_prs.c154 uint32_t tmpReg; local
212 tmpReg = 0;
216 tmpReg |= FM_PCD_PRS_DOUBLE_ECC;
218 WRITE_UINT32(p_Regs->perer, tmpReg);
237 tmpReg = 0;
240 tmpReg <<= 8;
241 tmpReg |= swPrsL4Patch[i*4+j];
244 WRITE_UINT32(*(p_FmPcd->p_FmPcdPrs->p_SwPrsCode+ FM_PCD_PRS_SW_OFFSET/4 + i), tmpReg);
390 uint32_t *p_LoadTarget, tmpReg; local
423 tmpReg
[all...]
H A Dfm_pcd.c1349 uint32_t bitMask = 0, tmpReg; local
1393 tmpReg = GET_UINT32(p_FmPcd->p_FmPcdKg->p_FmPcdKgRegs->kgeeer);
1395 tmpReg |= FM_PCD_KG_DOUBLE_ECC;
1397 tmpReg &= ~FM_PCD_KG_DOUBLE_ECC;
1398 WRITE_UINT32(p_FmPcd->p_FmPcdKg->p_FmPcdKgRegs->kgeeer, tmpReg);
1401 tmpReg = GET_UINT32(p_FmPcd->p_FmPcdKg->p_FmPcdKgRegs->kgeeer);
1403 tmpReg |= FM_PCD_KG_KEYSIZE_OVERFLOW;
1405 tmpReg &= ~FM_PCD_KG_KEYSIZE_OVERFLOW;
1406 WRITE_UINT32(p_FmPcd->p_FmPcdKg->p_FmPcdKgRegs->kgeeer, tmpReg);
1409 tmpReg
[all...]
H A Dfm_kg.c1383 uint32_t tmpReg; local
1392 tmpReg = 0;
1396 tmpReg |= FM_PCD_KG_DOUBLE_ECC;
1399 tmpReg |= FM_PCD_KG_KEYSIZE_OVERFLOW;
1400 WRITE_UINT32(p_Regs->kgeeer,tmpReg);
1819 uint32_t tmpReg, fqbTmp = 0, ppcTmp = 0, selectTmp, maskTmp, knownTmp, genTmp; local
1990 tmpReg = KG_SCH_MODE_EN;
1995 tmpReg |= KG_SCH_MODE_NIA_PLCR;
1996 tmpReg |= NIA_ENG_PLCR;
1997 tmpReg |
2965 uint32_t tmpReg; local
[all...]
H A Dfm_plcr.c1645 uint32_t tmpReg, intFlags; local
1675 tmpReg = FmPcdPlcrBuildReadPlcrActionReg((uint16_t)profileIndx);
1677 WritePar(p_FmPcd, tmpReg);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c392 uint32_t tmpReg; local
403 tmpReg = GET_UINT32(p_Bm->p_BmRegs->ip_rev_1);
404 p_BmRevisionInfo->majorRev = (uint8_t)((tmpReg & REV1_MAJOR_MASK) >> REV1_MAJOR_SHIFT);
405 p_BmRevisionInfo->minorRev = (uint8_t)((tmpReg & REV1_MINOR_MASK) >> REV1_MINOR_SHIFT);
683 uint32_t tmpReg; local
693 tmpReg = GET_UINT32(p_Bm->p_BmRegs->err_isr);
694 tmpReg &= GET_UINT32(p_Bm->p_BmRegs->err_ier);
695 WRITE_UINT32(p_Bm->p_BmRegs->err_isr, tmpReg);
697 if (tmpReg & BM_EX_INVALID_COMMAND)
699 if (tmpReg
730 uint32_t tmpReg, bitMask = 0; local
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c376 uint32_t tmpReg; local
387 tmpReg = GET_UINT32(p_Qm->p_QmRegs->ip_rev_1);
388 p_QmRevisionInfo->majorRev = (uint8_t)((tmpReg & REV1_MAJOR_MASK) >> REV1_MAJOR_SHIFT);
389 p_QmRevisionInfo->minorRev = (uint8_t)((tmpReg & REV1_MINOR_MASK) >> REV1_MINOR_SHIFT);
715 uint32_t tmpReg = WORKAROUND_TMP_VAL; local
716 WRITE_UINT32(*tmp, tmpReg);
717 while ((tmpReg = GET_UINT32(*tmp)) != WORKAROUND_TMP_VAL) ;
1038 uint32_t tmpReg; local
1048 tmpReg = GET_UINT32(p_Qm->p_QmRegs->err_isr);
1049 tmpReg
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1346 uint32_t tmpReg, mask; local
1380 tmpReg = OS_REG_READ(ah, AR_INTR_SYNC_CAUSE);
1381 if (tmpReg & (AR_INTR_SYNC_LOCAL_TIMEOUT|AR_INTR_SYNC_RADM_CPL_TIMEOUT)) {
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c155827 int tmpReg = sqlite3GetTempReg(pParse); local
155849 int tmpReg = sqlite3GetTempReg(pParse); local
[all...]

Completed in 615 milliseconds