Home
last modified time | relevance | path

Searched refs:PIN_CONF_PACKED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/pinctrl/
H A Dpinconf-generic.h152 #define PIN_CONF_PACKED(p, a) ((a << 8) | ((unsigned long) p & 0xffUL)) macro
174 return PIN_CONF_PACKED(param, argument); in pinconf_to_config_packed()
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-acpi.c923 PIN_CONF_PACKED(PIN_CONFIG_BIAS_PULL_UP, 20000)); in sdhci_acpi_probe()
/openbmc/linux/Documentation/driver-api/
H A Dpin-control.rst896 PIN_CONF_PACKED(PIN_CONFIG_DRIVE_PUSH_PULL, 0),
900 PIN_CONF_PACKED(PIN_CONFIG_OUTPUT, 0),