Searched refs:reg_status (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/iicbus/twsi/
H A Dtwsi.h54 bus_size_t reg_status; member in struct:twsi_softc
H A Dtwsi.c199 status = TWSI_READ(sc, sc->reg_status);
216 status = TWSI_READ(sc, sc->reg_status);
353 status = TWSI_READ(sc, sc->reg_status);
391 status = TWSI_READ(sc, sc->reg_status);
H A Da10_twsi.c122 sc->reg_status = TWI_STAT;
H A Dmv_twsi.c148 sc->reg_status = TWSI_STAT;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-board.c1233 cvmx_mdio_phy_reg_status_t reg_status; local
1238 reg_status.u16 = cvmx_mdio_read(phy_addr >> 8, phy_addr & 0xff, CVMX_MDIO_PHY_REG_STATUS);
1240 reg_autoneg_adver.s.advert_100base_t4 = reg_status.s.capable_100base_t4;
1241 reg_autoneg_adver.s.advert_10base_tx_full = reg_status.s.capable_10_full;
1242 reg_autoneg_adver.s.advert_10base_tx_half = reg_status.s.capable_10_half;
1243 reg_autoneg_adver.s.advert_100base_tx_full = reg_status.s.capable_100base_x_full;
1244 reg_autoneg_adver.s.advert_100base_tx_half = reg_status.s.capable_100base_x_half;
1246 if (reg_status.s.capable_extended_status)
1262 cvmx_mdio_phy_reg_status_t reg_status; local
1266 reg_status
[all...]

Completed in 185 milliseconds