Searched refs:bge_mii_get16 (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/bge/ |
H A D | bge_mii.c | 123 regs[i] = bge_mii_get16(bgep, i); in bge_phydump() 158 val = bge_mii_get16(bgep, MII_AUX_CONTROL); in bge_phy_toggle_auxctl_smdsp() 203 miicfg = bge_mii_get16(bgep, MII_STATUS); in bge_phy_probe() 255 control = bge_mii_get16(bgep, MII_CONTROL); in bge_phy_reset() 301 if ((bge_mii_get16(bgep, 0x16) & 0x1000) == 0) in bge_phy_macro_wait() 411 dataLo = bge_mii_get16(bgep, 0x15) & 0x7fff; in bge_phy_locked_up() 412 dataHi = bge_mii_get16(bgep, 0x15) & 0x003f; in bge_phy_locked_up() 466 extctrl = bge_mii_get16(bgep, 0x10); in bge_phy_reset_and_check() 473 gigctrl = bge_mii_get16(bgep, 0x9); in bge_phy_reset_and_check() 520 extctrl = bge_mii_get16(bgep, 0x10); in bge_phy_reset_and_check() [all …]
|
H A D | bge_kstats.c | 555 knp->value.ui64 = bge_mii_get16(bgep, MII_PHYIDH); in bge_phydata_update() 557 knp->value.ui64 |= bge_mii_get16(bgep, MII_PHYIDL); in bge_phydata_update() 571 knp->value.ui64 = bge_mii_get16(bgep, ksip->index); in bge_phydata_update() 962 *val = bge_mii_get16(bgep, MII_PHYIDH); in bge_m_stat() 964 *val |= bge_mii_get16(bgep, MII_PHYIDL); in bge_m_stat() 1075 *val = bge_mii_get16(bgep, MII_AN_ADVERT) & in bge_m_stat() 1129 *val = bge_mii_get16(bgep, MII_AN_LPABLE) & in bge_m_stat()
|
H A D | bge_chip2.c | 1267 uint16_t bge_mii_get16(bge_t *bgep, bge_regno_t regno); 1268 #pragma no_inline(bge_mii_get16) 1271 bge_mii_get16(bge_t *bgep, bge_regno_t regno) in bge_mii_get16() function 1312 return bge_mii_get16(bgep, MII_DSP_RW_PORT); in bge_phydsp_read() 5786 ppd->pp_acc_data = bge_mii_get16(bgep, ppd->pp_acc_offset/2); in bge_chip_peek_mii() 6221 miirwp->mii_data = bge_mii_get16(bgep, miirwp->mii_reg); in bge_mii_ioctl()
|
H A D | bge_impl.h | 1181 uint16_t bge_mii_get16(bge_t *bgep, bge_regno_t regno);
|