Home
last modified time | relevance | path

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

/linux/drivers/iio/dac/
H A Dad3552r-common.c146 u32 drive_strength; in ad3552r_get_drive_strength() local
149 &drive_strength); in ad3552r_get_drive_strength()
153 if (drive_strength > 3) { in ad3552r_get_drive_strength()
159 *val = drive_strength; in ad3552r_get_drive_strength()
/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()
/linux/include/linux/platform_data/
H A Dbrcmfmac.h93 unsigned int drive_strength; member
/linux/drivers/pinctrl/
H A Dpinctrl-eyeq5.c309 u32 drive_strength; in eq5p_pinctrl_pin_dbg_show() local
362 drive_strength = pinconf_to_config_argument(ds_config); in eq5p_pinctrl_pin_dbg_show()
365 func_name, bias, drive_strength); in eq5p_pinctrl_pin_dbg_show()
/linux/drivers/mmc/core/
H A Dsd.c418 int card_drv_type, drive_strength, drv_type; in sd_select_driver_type() local
421 card->drive_strength = 0; in sd_select_driver_type()
425 drive_strength = mmc_select_drive_strength(card, in sd_select_driver_type()
429 if (drive_strength) { in sd_select_driver_type()
431 drive_strength, status); in sd_select_driver_type()
434 if ((status[15] & 0xF) != drive_strength) { in sd_select_driver_type()
439 card->drive_strength = drive_strength; in sd_select_driver_type()
H A Dmmc.c1215 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs400()
1301 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_hs400_to_hs200()
1335 int card_drv_type, drive_strength, drv_type = 0; in mmc_select_driver_type() local
1342 drive_strength = card_drv_type & mmc_driver_type_mask(fixed_drv_type) in mmc_select_driver_type()
1345 drive_strength = mmc_select_drive_strength(card, in mmc_select_driver_type()
1349 card->drive_strength = drive_strength; in mmc_select_driver_type()
1417 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs400es()
1482 card->drive_strength << EXT_CSD_DRV_STR_SHIFT; in mmc_select_hs200()
/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",
/linux/include/acpi/
H A Dacrestyp.h365 u16 drive_strength; member
/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()