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

/freebsd-13-stable/sys/dev/iicbus/twsi/
H A Dtwsi.h75 bus_size_t reg_status; member in struct:twsi_softc
H A Da10_twsi.c120 sc->reg_status = TWI_STAT;
H A Dtwsi.c220 status = TWSI_READ(sc, sc->reg_status);
239 status = TWSI_READ(sc, sc->reg_status);
431 status = TWSI_READ(sc, sc->reg_status);
470 status = TWSI_READ(sc, sc->reg_status);
500 debugf(sc->dev, "status=%x\n", TWSI_READ(sc, sc->reg_status));
527 debugf(sc->dev, "status=%x\n", TWSI_READ(sc, sc->reg_status));
529 debugf(sc->dev, "status=%x\n", TWSI_READ(sc, sc->reg_status));
545 status = TWSI_READ(sc, sc->reg_status);
H A Dmv_twsi.c239 sc->reg_status = TWSI_STAT;
/freebsd-13-stable/sys/dev/pwm/
H A Dpwm_backlight.c219 int reg_status; local
243 error = regulator_status(sc->power_supply, &reg_status);
249 if (reg_status != REGULATOR_STATUS_ENABLED)
252 if (reg_status == REGULATOR_STATUS_ENABLED)
/freebsd-13-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 190 milliseconds