Searched refs:tmpReg16 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c351 uint16_t tmpReg16; local
417 tmpReg16 = (uint16_t)(p_FmPort->fmanCtrlEventId & IM_RXQD_FPMEVT_SEL_MASK);
422 tmpReg16 |= IM_RXQD_BSYINTM;
427 tmpReg16 |= IM_RXQD_RXFINTM;
430 WRITE_UINT16(p_FmPort->im.p_FmPortImPram->rxQd.gen, tmpReg16);
612 uint16_t tmpReg16; local
633 tmpReg16 = (uint16_t)((p_FmPort->fmanCtrlEventId & IM_RXQD_FPMEVT_SEL_MASK) | IM_RXQD_BSYINTM);
638 tmpReg16 = (uint16_t)(GET_UINT16(p_FmPort->im.p_FmPortImPram->rxQd.gen) | IM_RXQD_BSYINTM);
642 WRITE_UINT16(p_FmPort->im.p_FmPortImPram->rxQd.gen, tmpReg16);
658 tmpReg16
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.c1599 uint16_t tmpReg16; local
1602 tmpReg16 = PHY_TBICON_SPEED2 | PHY_TBICON_SRESET;
1604 DTSEC_MII_WritePhyReg(p_Dtsec, p_DtsecDriverParam->tbiPhyAddr, 17, tmpReg16);
1606 tmpReg16 = PHY_TBICON_SPEED2;
1608 DTSEC_MII_WritePhyReg(p_Dtsec, p_DtsecDriverParam->tbiPhyAddr, 17, tmpReg16);
1611 tmpReg16 |= PHY_CR_FULLDUPLEX | 0x8000 | PHY_CR_ANE;
1613 DTSEC_MII_WritePhyReg(p_Dtsec, p_DtsecDriverParam->tbiPhyAddr, 0, tmpReg16);
1615 tmpReg16 = 0x01a0;
1616 DTSEC_MII_WritePhyReg(p_Dtsec, p_DtsecDriverParam->tbiPhyAddr, 4, tmpReg16);
1618 tmpReg16
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c1979 uint16_t tmpReg16 = 0; local
2103 tmpReg32 = tmpReg16 = tmpReg8 = 0;
2110 memcpy(&tmpReg16, &p_Template[VLAN_TAG_FIELD_OFFSET_FROM_ETH], 2*(sizeof(uint8_t)));
2111 if((tmpReg16 != 0x9100) && (tmpReg16!= 0x9200) && (tmpReg16 != 0x8100))

Completed in 85 milliseconds