HomeSort by relevance Sort by last modified time
    Searched refs:sd_clock (Results 1 - 5 of 5) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_linux.c 663 extern uint sd_clock; /* SD Clock Control, 0 = SD Clock OFF, 1 = SD Clock ON */
664 module_param(sd_clock, uint, 0);
bcmsdh_sdmmc.c 70 uint sd_clock = 1; /* Default to SD Clock turned ON */ variable
393 {"sd_clock", IOV_CLOCK, 0, IOVT_UINT32, 0 },
554 int_val = (uint32)sd_clock;
559 sd_clock = int_val;
    [all...]
bcmsdspi.c 58 uint sd_clock = 1; /* Default to SD Clock turned ON */ variable
253 {"sd_clock", IOV_CLOCK, 0, IOVT_UINT32, 0 },
410 int_val = (uint32)sd_clock;
415 sd_clock = int_val;
    [all...]
bcmspibrcm.c 57 uint sd_clock = 1; /* Default to SD Clock turned ON */ variable
294 {"sd_clock", IOV_CLOCK, 0, IOVT_UINT32, 0 },
411 int_val = (uint32)sd_clock;
416 sd_clock = int_val;
    [all...]
bcmsdstd.c 61 uint sd_clock = 1; /* Default to SD Clock turned ON */ variable
374 {"sd_clock", IOV_CLOCK, 0, IOVT_UINT32, 0 },
579 int_val = (uint32)sd_clock;
584 sd_clock = int_val;
585 if (sd_clock == 1) {
    [all...]

Completed in 35 milliseconds