HomeSort by: relevance | last modified time | path
    Searched refs:reg_lo (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/i2c/
titemp.c 154 uint8_t reg_hi, reg_lo, temp[2]; local in function:titemp_sensors_refresh
159 reg_lo = TITEMP_LTEMP_LO_REG;
162 reg_lo = TITEMP_RTEMP_LO_REG;
171 if ((error = titemp_read(sc, reg_lo, &temp[1])) != 0)
  /src/sys/arch/arm/ti/
if_cpsw.c 438 uint32_t reg_lo, reg_hi;
440 if (sitara_cm_reg_read_4(OMAP2SCM_MAC_ID0_LO, &reg_lo) == 0 &&
446 sc->sc_enaddr[4] = (reg_lo >> 0) & 0xff;
447 sc->sc_enaddr[5] = (reg_lo >> 8) & 0xff;
  /src/sys/dev/pci/cxgb/
cxgb_xgmac.c 636 #define RMON_UPDATE64(mac, name, reg_lo, reg_hi) \
637 (mac)->stats.name += RMON_READ(mac, A_XGM_STAT_##reg_lo) + \
  /src/sys/dev/pci/
if_ixl.c 6292 ixl_stat_delta(struct ixl_softc *sc, uint32_t reg_hi, uint32_t reg_lo,
6300 value = ixl_rd(sc, reg_lo);

Completed in 18 milliseconds