Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/qcom/
H A Dpinctrl-ssbi-mpp.c120 u8 drive_strength; member
219 level = (pin->drive_strength / 5) - 1; in pm8xxx_mpp_update()
346 arg = pin->drive_strength; in pm8xxx_pin_config_get()
402 pin->drive_strength = arg; in pm8xxx_pin_config_set()
603 seq_printf(s, " sink %dmA ", pin->drive_strength); in pm8xxx_mpp_dbg_show_one()
711 pin->drive_strength = 5 * (level + 1); in pm8xxx_pin_populate()
718 pin->drive_strength = 5 * (level + 1); in pm8xxx_pin_populate()
H A Dpinctrl-spmi-mpp.c137 unsigned int drive_strength; member
387 arg = pad->drive_strength; in pmic_mpp_config_get()
457 pad->drive_strength = arg; in pmic_mpp_config_set()
504 ret = pmic_mpp_write(state, pad, PMIC_MPP_REG_SINK_CTL, pad->drive_strength); in pmic_mpp_config_set()
771 pad->drive_strength = val; in pmic_mpp_populate()
/openbmc/linux/drivers/mmc/core/
H A Dsdio.c484 int card_drv_type, drive_strength, drv_type; in sdio_select_driver_type() local
488 card->drive_strength = 0; in sdio_select_driver_type()
492 drive_strength = mmc_select_drive_strength(card, in sdio_select_driver_type()
496 if (drive_strength) { in sdio_select_driver_type()
504 card_strength |= host_drive_to_sdio_drive(drive_strength); in sdio_select_driver_type()
511 card->drive_strength = drive_strength; in sdio_select_driver_type()
H A Dsd.c425 int card_drv_type, drive_strength, drv_type; in sd_select_driver_type() local
428 card->drive_strength = 0; in sd_select_driver_type()
432 drive_strength = mmc_select_drive_strength(card, in sd_select_driver_type()
436 if (drive_strength) { in sd_select_driver_type()
437 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()
445 card->drive_strength = drive_strength; in sd_select_driver_type()
H A Dmmc.c1221 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs400()
1307 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_hs400_to_hs200()
1341 int card_drv_type, drive_strength, drv_type = 0; in mmc_select_driver_type() local
1348 drive_strength = card_drv_type & mmc_driver_type_mask(fixed_drv_type) in mmc_select_driver_type()
1351 drive_strength = mmc_select_drive_strength(card, in mmc_select_driver_type()
1355 card->drive_strength = drive_strength; in mmc_select_driver_type()
1423 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs400es()
1488 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs200()
/openbmc/linux/include/linux/platform_data/
H A Dbrcmfmac.h93 unsigned int drive_strength; member
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dof.c128 sdio->drive_strength = val; in brcmf_of_probe()
H A Dsdio.c4038 if (sdiodev->settings->bus.sdio.drive_strength) in brcmf_sdio_probe_attach()
4039 drivestrength = sdiodev->settings->bus.sdio.drive_strength; in brcmf_sdio_probe_attach()
/openbmc/linux/include/linux/mmc/
H A Dcard.h338 unsigned int drive_strength; /* for UHS-I, HS200 or HS400 */ member
/openbmc/linux/drivers/iio/addac/
H A Dad74413r.c42 u32 drive_strength; member
1225 &config->drive_strength); in ad74413r_parse_channel_config()
1323 strength = config->drive_strength; in ad74413r_setup_gpios()
/openbmc/linux/drivers/acpi/acpica/
H A Drsserial.c71 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET(data.gpio.drive_strength),
72 AML_OFFSET(gpio.drive_strength),
H A Damlresrc.h287 u16 drive_strength; member
H A Drsdumpinfo.c266 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET(gpio.drive_strength), "DriveStrength",
/openbmc/linux/include/acpi/
H A Dacrestyp.h365 u16 drive_strength; member
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c3800 int drive_strength; in ar9003_hw_drive_strength_apply() local
3803 drive_strength = pBase->miscConfiguration & BIT(0); in ar9003_hw_drive_strength_apply()
3804 if (!drive_strength) in ar9003_hw_drive_strength_apply()