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

  /src/sys/arch/sparc64/dev/
tadpmu.c 208 tadpmu_battery_capacity(uint8_t gstat)
212 if (gstat == GENSTAT_STATE_BATTERY_FULL) {
222 if (gstat & GENSTAT_STATE_BATTERY_DISCHARGE) {
231 } else if (gstat == GENSTAT_STATE_BATTERY_CHARGE) {
242 __func__, gstat);
  /src/sys/dev/mii/
rgephy.c 350 uint16_t gstat, bmsr, bmcr, gtsr, physr, ssr; local in function:rgephy_status
423 PHY_READ(sc, RTK_GMEDIASTAT, &gstat);
424 if ((gstat & RTK_GMEDIASTAT_1000MBPS) != 0)
426 else if ((gstat & RTK_GMEDIASTAT_100MBPS) != 0)
428 else if ((gstat & RTK_GMEDIASTAT_10MBPS) != 0)
432 if ((gstat & RTK_GMEDIASTAT_FDX) != 0)
  /src/sys/arch/newsmips/dev/
sc_wrap.c 400 u_int gstat = *gsp; local in function:sc_intr
403 if ((gstat & CH_INT(CH_SCSI)) == 0)
410 mrqb = (gstat & CH_INT(CH_SCSI)) << 1;
411 if (gstat & mrqb) {

Completed in 28 milliseconds