Home
last modified time | relevance | path

Searched refs:drive_strength (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/include/linux/platform_data/
Dbrcmfmac-sdio.h123 unsigned int drive_strength; member
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dof.c55 sdiodev->pdata->drive_strength = val; in brcmf_of_probe()
Dsdio.c3883 if ((bus->sdiodev->pdata) && (bus->sdiodev->pdata->drive_strength)) in brcmf_sdio_probe_attach()
3884 drivestrength = bus->sdiodev->pdata->drive_strength; in brcmf_sdio_probe_attach()
/linux-4.1.27/drivers/mmc/core/
Dsd.c391 int drive_strength; in sd_select_driver_type() local
431 drive_strength = card->host->ops->select_drive_strength( in sd_select_driver_type()
436 err = mmc_sd_switch(card, 1, 2, drive_strength, status); in sd_select_driver_type()
440 if ((status[15] & 0xF) != drive_strength) { in sd_select_driver_type()
446 mmc_set_driver_type(card->host, drive_strength); in sd_select_driver_type()
Dsdio.c407 int drive_strength; in sdio_select_driver_type() local
449 drive_strength = card->host->ops->select_drive_strength( in sdio_select_driver_type()
460 card_strength |= host_drive_to_sdio_drive(drive_strength); in sdio_select_driver_type()
467 mmc_set_driver_type(card->host, drive_strength); in sdio_select_driver_type()
/linux-4.1.27/drivers/acpi/acpica/
Drsserial.c107 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.gpio.drive_strength),
108 AML_OFFSET(gpio.drive_strength),
Damlresrc.h311 u16 drive_strength; member
Drsdumpinfo.c302 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(gpio.drive_strength), "DriveStrength",
/linux-4.1.27/include/acpi/
Dacrestyp.h385 u16 drive_strength; member
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c3730 int drive_strength; in ar9003_hw_drive_strength_apply() local
3733 drive_strength = pBase->miscConfiguration & BIT(0); in ar9003_hw_drive_strength_apply()
3734 if (!drive_strength) in ar9003_hw_drive_strength_apply()