Searched refs:drive_strength (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/pinctrl/qcom/ |
D | pinctrl-ssbi-mpp.c | 128 u8 drive_strength; member 225 level = (pin->drive_strength / 5) - 1; in pm8xxx_mpp_update() 352 arg = pin->drive_strength; in pm8xxx_pin_config_get() 408 pin->drive_strength = arg; in pm8xxx_pin_config_set() 614 seq_printf(s, " sink %dmA ", pin->drive_strength); in pm8xxx_mpp_dbg_show_one() 724 pin->drive_strength = 5 * (level + 1); in pm8xxx_pin_populate() 731 pin->drive_strength = 5 * (level + 1); in pm8xxx_pin_populate()
|
D | pinctrl-spmi-mpp.c | 145 unsigned int drive_strength; member 388 arg = pad->drive_strength; in pmic_mpp_config_get() 458 arg = pad->drive_strength; in pmic_mpp_config_set() 779 pad->drive_strength = val; in pmic_mpp_populate()
|
/Linux-v4.19/drivers/mmc/core/ |
D | sdio.c | 407 int card_drv_type, drive_strength, drv_type; in sdio_select_driver_type() local 411 card->drive_strength = 0; in sdio_select_driver_type() 415 drive_strength = mmc_select_drive_strength(card, in sdio_select_driver_type() 419 if (drive_strength) { in sdio_select_driver_type() 427 card_strength |= host_drive_to_sdio_drive(drive_strength); in sdio_select_driver_type() 434 card->drive_strength = drive_strength; in sdio_select_driver_type()
|
D | sd.c | 379 int card_drv_type, drive_strength, drv_type; in sd_select_driver_type() local 382 card->drive_strength = 0; in sd_select_driver_type() 386 drive_strength = mmc_select_drive_strength(card, in sd_select_driver_type() 390 if (drive_strength) { in sd_select_driver_type() 391 err = mmc_sd_switch(card, 1, 2, drive_strength, status); in sd_select_driver_type() 394 if ((status[15] & 0xF) != drive_strength) { in sd_select_driver_type() 399 card->drive_strength = drive_strength; in sd_select_driver_type()
|
D | mmc.c | 1197 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs400() 1275 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_hs400_to_hs200() 1309 int card_drv_type, drive_strength, drv_type = 0; in mmc_select_driver_type() local 1316 drive_strength = card_drv_type & mmc_driver_type_mask(fixed_drv_type) in mmc_select_driver_type() 1319 drive_strength = mmc_select_drive_strength(card, in mmc_select_driver_type() 1323 card->drive_strength = drive_strength; in mmc_select_driver_type() 1392 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs400es() 1457 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs200()
|
/Linux-v4.19/include/linux/platform_data/ |
D | brcmfmac.h | 93 unsigned int drive_strength; member
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | of.c | 40 sdio->drive_strength = val; in brcmf_of_probe()
|
D | sdio.c | 3910 if (sdiodev->settings->bus.sdio.drive_strength) in brcmf_sdio_probe_attach() 3911 drivestrength = sdiodev->settings->bus.sdio.drive_strength; in brcmf_sdio_probe_attach()
|
/Linux-v4.19/include/linux/mmc/ |
D | card.h | 304 unsigned int drive_strength; /* for UHS-I, HS200 or HS400 */ member
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | rsserial.c | 71 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.gpio.drive_strength), 72 AML_OFFSET(gpio.drive_strength),
|
D | amlresrc.h | 280 u16 drive_strength; member
|
D | rsdumpinfo.c | 266 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(gpio.drive_strength), "DriveStrength",
|
/Linux-v4.19/include/acpi/ |
D | acrestyp.h | 356 u16 drive_strength; member
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | ar9003_eeprom.c | 3799 int drive_strength; in ar9003_hw_drive_strength_apply() local 3802 drive_strength = pBase->miscConfiguration & BIT(0); in ar9003_hw_drive_strength_apply() 3803 if (!drive_strength) in ar9003_hw_drive_strength_apply()
|