/hardware/broadcom/wlan/bcm4329/src/include/ |
dhdioctl.h | 114 /* Values for idleclock iovar: other values are the sd_divisor to use when idle */
|
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/ |
bcmsdspi.c | 56 uint sd_divisor = 2; /* Default 33MHz/2 = 16MHz for dongle */ variable 251 {"sd_divisor", IOV_DIVISOR, 0, IOVT_UINT32, 0 }, 388 int_val = (uint32)sd_divisor; 393 sd_divisor = int_val; 394 if (!spi_start_clock(si, (uint16)sd_divisor)) { 881 if (!spi_start_clock(sd, (uint16)sd_divisor)) { [all...] |
bcmspibrcm.c | 55 uint sd_divisor = 2; variable 292 {"sd_divisor", IOV_DIVISOR, 0, IOVT_UINT32, 0 }, 389 int_val = (uint32)sd_divisor; 394 sd_divisor = int_val; 395 if (!spi_start_clock(si, (uint16)sd_divisor)) { 998 if (!spi_start_clock(sd, (uint16)sd_divisor)) { [all...] |
bcmsdh_linux.c | 666 extern uint sd_divisor; /* Divisor (-1 means external clock) */ 667 module_param(sd_divisor, uint, 0);
|
bcmsdh_sdmmc.c | 67 uint sd_divisor = 2; /* Default 48MHz/2 = 24MHz */ variable 391 {"sd_divisor", IOV_DIVISOR, 0, IOVT_UINT32, 0 }, 536 int_val = (uint32)sd_divisor; 541 sd_divisor = int_val; [all...] |
bcmpcispi.c | 284 * 1. Force PCI clock as clock source, using sd_divisor of 0. 286 * 3. Set desired sd_divisor (will switch to external oscillator as clock source.
|
bcmsdstd.c | 58 uint sd_divisor = 2; /* Default 48MHz/2 = 24MHz */ variable 372 {"sd_divisor", IOV_DIVISOR, 0, IOVT_UINT32, 0 }, 543 int_val = (uint32)sd_divisor; 548 sd_divisor = int_val; 549 if (!sdstd_start_clock(si, (uint16)sd_divisor)) { 587 if (!sdstd_start_clock(si, (uint16)sd_divisor)) { [all...] |
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd_sdio.c | 239 int32 sd_divisor; /* Speed control to bus driver */ member in struct:dhd_bus 649 iovalue = bus->sd_divisor; 650 err = bcmsdh_iovar_op(bus->sdh, "sd_divisor", NULL, 0, 653 DHD_ERROR(("%s: error restoring sd_divisor: %d\n", 661 if ((bus->sd_divisor == -1) || (bus->sd_mode == -1)) { 663 __FUNCTION__, bus->sd_divisor, bus->sd_mode)); 690 err = bcmsdh_iovar_op(bus->sdh, "sd_divisor", NULL, 0, 693 DHD_ERROR(("%s: error changing sd_divisor: %d\n", [all...] |
/device/htc/passion-common/ |
bcm4329.ko | |
/device/samsung/crespo/ |
bcm4329.ko | |
/hardware/broadcom/wlan/bcm4329/src/dhd/exe/ |
dhdu.c | 134 "\t<N> (other) - an sd_divisor value to request on activity timeout\n"}, 243 { "sd_divisor", dhd_varint, DHD_GET_VAR, DHD_SET_VAR, [all...] |