Searched refs:zynqmp_pm_set_sd_config (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/firmware/ |
H A D | xlnx-zynqmp.h | 573 int zynqmp_pm_set_sd_config(u32 node, enum pm_sd_config_type config, u32 value); 886 static inline int zynqmp_pm_set_sd_config(u32 node, in zynqmp_pm_set_sd_config() function
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-of-arasan.c | 1754 ret = zynqmp_pm_set_sd_config(node_id, SD_CONFIG_FIXED, 0); in sdhci_zynqmp_set_dynamic_config() 1758 ret = zynqmp_pm_set_sd_config(node_id, SD_CONFIG_EMMC_SEL, in sdhci_zynqmp_set_dynamic_config() 1773 ret = zynqmp_pm_set_sd_config(node_id, SD_CONFIG_BASECLK, mhz); in sdhci_zynqmp_set_dynamic_config() 1777 ret = zynqmp_pm_set_sd_config(node_id, SD_CONFIG_8BIT, in sdhci_zynqmp_set_dynamic_config()
|
/openbmc/linux/drivers/firmware/xilinx/ |
H A D | zynqmp.c | 1535 int zynqmp_pm_set_sd_config(u32 node, enum pm_sd_config_type config, u32 value) in zynqmp_pm_set_sd_config() function 1540 EXPORT_SYMBOL_GPL(zynqmp_pm_set_sd_config);
|