Searched refs:tbipa (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | fman_dtsec.c | 78 cfg->tbipa = DEFAULT_TBIPA; /* PHY address 0 is reserved (DPAA RM)*/ in fman_dtsec_defconfig() 207 iowrite32be(cfg->tbipa, ®s->tbipa); in fman_dtsec_init() 435 iowrite32be(addr, ®s->tbipa); in fman_dtsec_set_tbi_phy_addr()
|
H A D | dtsec.c | 96 if (p_Dtsec->p_DtsecDriverParam->tbipa > MAX_PHYS) in CheckInitParameters() 1256 DTSEC_MII_WritePhyReg(p_Dtsec, (uint8_t)p_DtsecDriverParam->tbipa, 17, tmpReg16); in DtsecInit() 1259 DTSEC_MII_WritePhyReg(p_Dtsec, (uint8_t)p_DtsecDriverParam->tbipa, 17, tmpReg16); in DtsecInit() 1262 DTSEC_MII_WritePhyReg(p_Dtsec, (uint8_t)p_DtsecDriverParam->tbipa, 0, tmpReg16); in DtsecInit() 1268 DTSEC_MII_WritePhyReg(p_Dtsec, (uint8_t)p_DtsecDriverParam->tbipa, 4, tmpReg16); in DtsecInit() 1272 DTSEC_MII_WritePhyReg(p_Dtsec, (uint8_t)p_DtsecDriverParam->tbipa, 0, tmpReg16); in DtsecInit()
|
/freebsd/sys/contrib/ncsw/inc/flib/ |
H A D | fsl_fman_dtsec.h | 414 uint32_t tbipa; /* 0x01C TBI PHY address register */ member 713 unsigned short tbipa; member
|