Home | History | Annotate | Download | only in sys

Lines Matching refs:sd_power

60 uint sd_power = 1;		/* Default to SD Slot powered ON */
373 {"sd_power", IOV_POWER, 0, IOVT_UINT32, 0 },
556 int_val = (uint32)sd_power;
561 sd_power = int_val;
562 if (sd_power == 1) {