Searched refs:periph_id (Results 1 – 15 of 15) sorted by relevance
| /drivers/spi/ |
| A D | exynos_spi.c | 27 enum periph_id periph_id; member 37 enum periph_id periph_id; /* Peripheral ID for this device */ member 261 plat->periph_id = pinmux_decode_periph_id(blob, node); in exynos_spi_of_to_plat() 263 if (plat->periph_id == PERIPH_ID_NONE) { in exynos_spi_of_to_plat() 265 plat->periph_id); in exynos_spi_of_to_plat() 275 __func__, plat->regs, plat->periph_id, plat->frequency, in exynos_spi_of_to_plat() 287 if (plat->periph_id == PERIPH_ID_SPI1 || in exynos_spi_probe() 288 plat->periph_id == PERIPH_ID_SPI2) in exynos_spi_probe() 296 priv->periph_id = plat->periph_id; in exynos_spi_probe() 306 exynos_pinmux_config(priv->periph_id, PINMUX_FLAG_NONE); in exynos_spi_claim_bus() [all …]
|
| A D | tegra114_spi.c | 94 int periph_id; member 104 plat->periph_id = clock_decode_periph_id(bus); in tegra114_spi_of_to_plat() 106 if (plat->periph_id == PERIPH_ID_NONE) { in tegra114_spi_of_to_plat() 108 plat->periph_id); in tegra114_spi_of_to_plat() 118 __func__, plat->base, plat->periph_id, plat->frequency, in tegra114_spi_of_to_plat() 136 priv->periph_id = plat->periph_id; in tegra114_spi_probe() 142 rate = clock_start_periph_pll(priv->periph_id, CLOCK_ID_PERIPH, in tegra114_spi_probe() 145 rate = clock_start_periph_pll(priv->periph_id, CLOCK_ID_OSC, in tegra114_spi_probe()
|
| A D | tegra20_sflash.c | 75 int periph_id; member 97 plat->periph_id = clock_decode_periph_id(bus); in tegra20_sflash_of_to_plat() 99 if (plat->periph_id == PERIPH_ID_NONE) { in tegra20_sflash_of_to_plat() 101 plat->periph_id); in tegra20_sflash_of_to_plat() 111 __func__, plat->base, plat->periph_id, plat->frequency, in tegra20_sflash_of_to_plat() 126 priv->periph_id = plat->periph_id; in tegra20_sflash_probe() 129 clock_start_periph_pll(priv->periph_id, CLOCK_ID_PERIPH, in tegra20_sflash_probe() 143 clock_start_periph_pll(priv->periph_id, CLOCK_ID_PERIPH, in tegra20_sflash_claim_bus()
|
| A D | tegra20_slink.c | 96 int periph_id; member 113 plat->periph_id = clock_decode_periph_id(bus); in tegra30_spi_of_to_plat() 115 if (plat->periph_id == PERIPH_ID_NONE) { in tegra30_spi_of_to_plat() 117 plat->periph_id); in tegra30_spi_of_to_plat() 127 __func__, plat->base, plat->periph_id, plat->frequency, in tegra30_spi_of_to_plat() 142 priv->periph_id = plat->periph_id; in tegra30_spi_probe() 145 clock_start_periph_pll(priv->periph_id, CLOCK_ID_PERIPH, in tegra30_spi_probe() 159 clock_start_periph_pll(priv->periph_id, CLOCK_ID_PERIPH, in tegra30_spi_claim_bus()
|
| A D | tegra210_qspi.c | 95 int periph_id; member 105 plat->periph_id = clock_decode_periph_id(bus); in tegra210_qspi_of_to_plat() 107 if (plat->periph_id == PERIPH_ID_NONE) { in tegra210_qspi_of_to_plat() 109 plat->periph_id); in tegra210_qspi_of_to_plat() 120 __func__, plat->base, plat->periph_id, plat->frequency, in tegra210_qspi_of_to_plat() 136 priv->periph_id = plat->periph_id; in tegra210_qspi_probe() 139 priv->periph_id); in tegra210_qspi_probe() 141 clock_start_periph_pll(priv->periph_id, CLOCK_ID_PERIPH, priv->freq); in tegra210_qspi_probe()
|
| A D | tegra_spi.h | 7 enum periph_id periph_id; member
|
| /drivers/usb/host/ |
| A D | ehci-tegra.c | 88 enum periph_id periph_id;/* peripheral id */ member 311 reset_periph(config->periph_id, 2); in usbf_reset_controller() 345 if (config->periph_id == PERIPH_ID_USBD) { in init_phy_mux() 384 clock_enable(config->periph_id); in init_utmi_usb_controller() 491 if (config->periph_id != PERIPH_ID_USBD) { in init_utmi_usb_controller() 575 if (config->periph_id == PERIPH_ID_USBD) in init_utmi_usb_controller() 578 if (config->periph_id == PERIPH_ID_USB2) in init_utmi_usb_controller() 581 if (config->periph_id == PERIPH_ID_USB3) in init_utmi_usb_controller() 663 clock_enable(config->periph_id); in init_ulpi_usb_controller() 769 if (config->periph_id == PERIPH_ID_NONE) { in fdt_decode_usb() [all …]
|
| /drivers/pinctrl/tegra/ |
| A D | funcmux-tegra210.c | 14 int funcmux_select(enum periph_id id, int config) in funcmux_select()
|
| A D | funcmux-tegra114.c | 13 int funcmux_select(enum periph_id id, int config) in funcmux_select()
|
| A D | funcmux-tegra30.c | 13 int funcmux_select(enum periph_id id, int config) in funcmux_select()
|
| A D | funcmux-tegra124.c | 14 int funcmux_select(enum periph_id id, int config) in funcmux_select()
|
| A D | funcmux-tegra20.c | 35 int funcmux_select(enum periph_id id, int config) in funcmux_select()
|
| /drivers/mmc/ |
| A D | arm_pl180_mmci.c | 283 static int check_peripheral_id(struct pl180_mmc_host *host, u32 periph_id) in check_peripheral_id() argument 285 return readl(&host->base->periph_id0) == (periph_id & 0xFF) && in check_peripheral_id() 286 readl(&host->base->periph_id1) == ((periph_id >> 8) & 0xFF) && in check_peripheral_id() 287 readl(&host->base->periph_id2) == ((periph_id >> 16) & 0xFF) && in check_peripheral_id() 288 readl(&host->base->periph_id3) == ((periph_id >> 24) & 0xFF); in check_peripheral_id()
|
| /drivers/pinctrl/ath79/ |
| A D | pinctrl_ar933x.c | 16 enum periph_id { enum
|
| A D | pinctrl_qca953x.c | 16 enum periph_id { enum
|
Completed in 24 milliseconds