Home
last modified time | relevance | path

Searched refs:PERIPH_ID_NONE (Results 1 – 24 of 24) sorted by relevance

/external/u-boot/arch/arm/include/asm/arch-hi6220/
Dperiph.h26 PERIPH_ID_NONE = -1, enumerator
/external/u-boot/arch/arm/mach-s5pc1xx/include/mach/
Dperiph.h57 PERIPH_ID_NONE = -1, enumerator
/external/u-boot/arch/arm/mach-exynos/include/mach/
Dperiph.h58 PERIPH_ID_NONE = -1, enumerator
/external/u-boot/drivers/pinctrl/ath79/
Dpinctrl_ar933x.c18 PERIPH_ID_NONE = -1, enumerator
Dpinctrl_qca953x.c18 PERIPH_ID_NONE = -1, enumerator
/external/u-boot/arch/arm/include/asm/arch-tegra20/
Dclock-tables.h161 PERIPH_ID_NONE = -1, enumerator
/external/u-boot/arch/arm/mach-exynos/
Dpinmux.c892 return PERIPH_ID_NONE; in exynos4_pinmux_decode_periph_id()
906 return PERIPH_ID_NONE; in exynos5_pinmux_decode_periph_id()
918 return PERIPH_ID_NONE; in pinmux_decode_periph_id()
Dclock.c62 {PERIPH_ID_NONE, -1, -1, -1, -1, -1, -1},
98 {PERIPH_ID_NONE, -1, -1, -1, -1, -1, -1},
353 for (i = 0; info[i].id != PERIPH_ID_NONE; i++) { in get_clk_bit_info()
358 if (info[i].id == PERIPH_ID_NONE) in get_clk_bit_info()
/external/u-boot/arch/arm/include/asm/arch-tegra114/
Dclock-tables.h243 PERIPH_ID_NONE = -1, enumerator
/external/u-boot/arch/arm/include/asm/arch-tegra30/
Dclock-tables.h223 PERIPH_ID_NONE = -1, enumerator
/external/u-boot/arch/arm/include/asm/arch-tegra124/
Dclock-tables.h296 PERIPH_ID_NONE = -1, enumerator
/external/u-boot/arch/arm/mach-tegra/tegra20/
Dclock.c553 return PERIPH_ID_NONE; in clk_id_to_periph_id()
571 return PERIPH_ID_NONE; in clk_id_to_periph_id()
/external/u-boot/arch/arm/include/asm/arch-tegra210/
Dclock-tables.h342 PERIPH_ID_NONE = -1, enumerator
/external/u-boot/arch/arm/mach-tegra/tegra114/
Dclock.c628 return PERIPH_ID_NONE; in clk_id_to_periph_id()
647 return PERIPH_ID_NONE; in clk_id_to_periph_id()
/external/u-boot/arch/arm/mach-tegra/tegra30/
Dclock.c608 return PERIPH_ID_NONE; in clk_id_to_periph_id()
629 return PERIPH_ID_NONE; in clk_id_to_periph_id()
/external/u-boot/drivers/spi/
Dtegra20_slink.c101 if (plat->periph_id == PERIPH_ID_NONE) { in tegra30_spi_ofdata_to_platdata()
Dtegra114_spi.c103 if (plat->periph_id == PERIPH_ID_NONE) { in tegra114_spi_ofdata_to_platdata()
Dtegra20_sflash.c95 if (plat->periph_id == PERIPH_ID_NONE) { in tegra20_sflash_ofdata_to_platdata()
Dtegra210_qspi.c104 if (plat->periph_id == PERIPH_ID_NONE) { in tegra210_qspi_ofdata_to_platdata()
Dexynos_spi.c260 if (plat->periph_id == PERIPH_ID_NONE) { in exynos_spi_ofdata_to_platdata()
/external/u-boot/arch/arm/mach-tegra/tegra124/
Dclock.c778 return PERIPH_ID_NONE; in clk_id_to_periph_id()
827 return PERIPH_ID_NONE; in clk_id_to_periph_id()
/external/u-boot/arch/arm/mach-tegra/tegra210/
Dclock.c874 return PERIPH_ID_NONE; in clk_id_to_periph_id()
923 return PERIPH_ID_NONE; in clk_id_to_periph_id()
/external/u-boot/drivers/usb/host/
Dehci-tegra.c720 if (config->periph_id == PERIPH_ID_NONE) { in fdt_decode_usb()
/external/u-boot/doc/driver-model/
Dspi-howto.txt231 if (plat->periph_id == PERIPH_ID_NONE) {