| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | uclass.c | 54 static int uclass_add(enum uclass_id id, struct uclass **ucp) in uclass_add() 145 int uclass_get(enum uclass_id id, struct uclass **ucp) in uclass_get() 158 const char *uclass_get_name(enum uclass_id id) in uclass_get_name() 181 int uclass_find_device(enum uclass_id id, int index, struct udevice **devp) in uclass_find_device() 204 int uclass_find_first_device(enum uclass_id id, struct udevice **devp) in uclass_find_first_device() 234 int uclass_find_device_by_name(enum uclass_id id, const char *name, in uclass_find_device_by_name() 258 int uclass_find_device_by_seq(enum uclass_id id, int seq_or_req_seq, in uclass_find_device_by_seq() 287 int uclass_find_device_by_of_offset(enum uclass_id id, int node, in uclass_find_device_by_of_offset() 311 int uclass_find_device_by_ofnode(enum uclass_id id, ofnode node, in uclass_find_device_by_ofnode() 336 static int uclass_find_device_by_phandle(enum uclass_id id, in uclass_find_device_by_phandle() [all …]
|
| /rk3399_rockchip-uboot/drivers/reset/ |
| H A D | reset-uniphier.c | 16 unsigned int id; member 92 #define UNIPHIER_MIO_RESET_SD(id, ch) \ argument 95 #define UNIPHIER_MIO_RESET_SD_BRIDGE(id, ch) \ argument 98 #define UNIPHIER_MIO_RESET_EMMC_HW_RESET(id, ch) \ argument 101 #define UNIPHIER_MIO_RESET_USB2(id, ch) \ argument 104 #define UNIPHIER_MIO_RESET_USB2_BRIDGE(id, ch) \ argument 107 #define UNIPHIER_MIO_RESET_DMAC(id) \ argument 131 #define UNIPHIER_PERI_RESET_UART(id, ch) \ argument 134 #define UNIPHIER_PERI_RESET_I2C(id, ch) \ argument 137 #define UNIPHIER_PERI_RESET_FI2C(id, ch) \ argument [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/ |
| H A D | powergate.c | 23 static int tegra_powergate_set(enum tegra_powergate id, bool state) in tegra_powergate_set() 47 int tegra_powergate_power_on(enum tegra_powergate id) in tegra_powergate_power_on() 52 int tegra_powergate_power_off(enum tegra_powergate id) in tegra_powergate_power_off() 57 static int tegra_powergate_remove_clamping(enum tegra_powergate id) in tegra_powergate_remove_clamping() 95 int tegra_powergate_sequence_power_up(enum tegra_powergate id, in tegra_powergate_sequence_power_up()
|
| /rk3399_rockchip-uboot/arch/arm/mach-davinci/ |
| H A D | psc.c | 34 static void lpsc_transition(unsigned int id, unsigned int state) in lpsc_transition() 106 void lpsc_on(unsigned int id) in lpsc_on() 111 void lpsc_syncreset(unsigned int id) in lpsc_syncreset() 116 void lpsc_disable(unsigned int id) in lpsc_disable()
|
| /rk3399_rockchip-uboot/drivers/clk/uniphier/ |
| H A D | clk-uniphier-mio.c | 10 #define UNIPHIER_MIO_CLK_SD_GATE(id, ch) \ argument 13 #define UNIPHIER_MIO_CLK_USB2(id, ch) \ argument 16 #define UNIPHIER_MIO_CLK_USB2_PHY(id, ch) \ argument 19 #define UNIPHIER_MIO_CLK_DMAC(id) \ argument
|
| /rk3399_rockchip-uboot/include/ |
| H A D | remoteproc.h | 154 static inline int rproc_load(int id, ulong addr, ulong size) { return -ENOSYS; } in rproc_load() 155 static inline int rproc_start(int id) { return -ENOSYS; } in rproc_start() 156 static inline int rproc_stop(int id) { return -ENOSYS; } in rproc_stop() 157 static inline int rproc_reset(int id) { return -ENOSYS; } in rproc_reset() 158 static inline int rproc_ping(int id) { return -ENOSYS; } in rproc_ping() 159 static inline int rproc_is_running(int id) { return -ENOSYS; } in rproc_is_running()
|
| H A D | libata.h | 426 #define ata_id_is_ata(id) (((id)[0] & (1 << 15)) == 0) argument 427 #define ata_id_has_lba(id) ((id)[49] & (1 << 9)) argument 428 #define ata_id_has_dma(id) ((id)[49] & (1 << 8)) argument 429 #define ata_id_has_ncq(id) ((id)[76] & (1 << 8)) argument 430 #define ata_id_queue_depth(id) (((id)[75] & 0x1f) + 1) argument 431 #define ata_id_removeable(id) ((id)[0] & (1 << 7)) argument 432 #define ata_id_iordy_disable(id) ((id)[49] & (1 << 10)) argument 433 #define ata_id_has_iordy(id) ((id)[49] & (1 << 11)) argument 435 #define ata_id_u32(id,n) \ argument 437 #define ata_id_u64(id,n) \ argument [all …]
|
| H A D | rockchip_ir.h | 26 #define PWM_STA_REG(id) ((4 - (id)) * 0x10) argument 27 #define PWM_CH_POL(id) BIT(id + 8) argument 30 #define PWM_INT_REG(id) ((4 - (id)) * 0x14) argument 31 #define PWM_CH_INT(id) BIT(id) argument 58 int id; member
|
| /rk3399_rockchip-uboot/arch/arm/cpu/pxa/ |
| H A D | cpuinfo.c | 37 uint32_t id = pxa_get_cpuid(); in cpu_is_pxa25x() local 44 uint32_t id = pxa_get_cpuid(); in cpu_is_pxa27x() local 51 uint32_t id = pxa_get_cpuid(); in cpu_is_pxa27xm() local 69 uint32_t id; in pxa25x_get_revision() local 94 uint32_t id; in pxa27x_get_revision() local
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | memblk.c | 9 #define MEM_DEFINE(id, attr) \ argument 15 #define MEM_DEFINE_1(id, attr, alias0) \ argument 22 #define MEM_DEFINE_2(id, attr, alias0, alias1) \ argument
|
| H A D | hotkey.c | 26 bool is_hotkey(enum hotkey_t id) in is_hotkey() 52 void hotkey_run(enum hotkey_t id) in hotkey_run()
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | libata.c | 11 u64 ata_id_n_sectors(u16 *id) in ata_id_n_sectors() 43 static void ata_id_string(const u16 *id, unsigned char *s, in ata_id_string() 62 void ata_id_c_string(const u16 *id, unsigned char *s, in ata_id_c_string() 75 void ata_dump_id(u16 *id) in ata_dump_id()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rmobile/ |
| H A D | cpu_info-sh73a0.c | 12 u32 id; in rmobile_get_cpu_type() local 24 u32 id; in rmobile_get_cpu_rev_integer() local 36 u32 id; in rmobile_get_cpu_rev_fraction() local
|
| H A D | cpu_info-r8a7740.c | 12 u32 id; in rmobile_get_cpu_type() local 24 u32 id; in rmobile_get_cpu_rev() local
|
| /rk3399_rockchip-uboot/drivers/clk/ |
| H A D | clk_zynq.c | 56 static void *zynq_clk_get_register(enum zynq_clk id) in zynq_clk_get_register() 132 static ulong zynq_clk_get_pll_rate(struct zynq_clk_priv *priv, enum zynq_clk id) in zynq_clk_get_pll_rate() 153 static enum zynq_clk_rclk zynq_clk_get_gem_rclk(enum zynq_clk id) in zynq_clk_get_gem_rclk() 170 static ulong zynq_clk_get_cpu_rate(struct zynq_clk_priv *priv, enum zynq_clk id) in zynq_clk_get_cpu_rate() 241 enum zynq_clk id, bool two_divs) in zynq_clk_get_peripheral_rate() 271 static ulong zynq_clk_get_gem_rate(struct zynq_clk_priv *priv, enum zynq_clk id) in zynq_clk_get_gem_rate() 315 enum zynq_clk id, ulong rate, in zynq_clk_set_peripheral_rate() 349 static ulong zynq_clk_set_gem_rate(struct zynq_clk_priv *priv, enum zynq_clk id, in zynq_clk_set_gem_rate() 372 enum zynq_clk id = clk->id; in zynq_clk_get_rate() local 407 enum zynq_clk id = clk->id; in zynq_clk_set_rate() local [all …]
|
| H A D | clk_sandbox_test.c | 45 ulong sandbox_clk_test_get_rate(struct udevice *dev, int id) in sandbox_clk_test_get_rate() 55 ulong sandbox_clk_test_set_rate(struct udevice *dev, int id, ulong rate) in sandbox_clk_test_set_rate() 65 int sandbox_clk_test_enable(struct udevice *dev, int id) in sandbox_clk_test_enable() 82 int sandbox_clk_test_disable(struct udevice *dev, int id) in sandbox_clk_test_disable()
|
| /rk3399_rockchip-uboot/drivers/remoteproc/ |
| H A D | rproc-uclass.c | 275 int rproc_load(int id, ulong addr, ulong size) in rproc_load() 332 static int _rproc_ops_wrapper(int id, enum rproc_ops op) in _rproc_ops_wrapper() 394 int rproc_start(int id) in rproc_start() 399 int rproc_stop(int id) in rproc_stop() 404 int rproc_reset(int id) in rproc_reset() 409 int rproc_ping(int id) in rproc_ping() 414 int rproc_is_running(int id) in rproc_is_running()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/ |
| H A D | law.c | 55 void set_law(u8 idx, phys_addr_t addr, enum law_size sz, enum law_trgt_if id) in set_law() 99 int set_next_law(phys_addr_t addr, enum law_size sz, enum law_trgt_if id) in set_next_law() 113 int set_last_law(phys_addr_t addr, enum law_size sz, enum law_trgt_if id) in set_last_law() 183 int set_ddr_laws(u64 start, u64 sz, enum law_trgt_if id) in set_ddr_laws() 228 int id; in disable_non_ddr_laws() local
|
| /rk3399_rockchip-uboot/common/ |
| H A D | bootstage.c | 29 enum bootstage_id id; member 68 enum bootstage_id id) in find_id() 83 enum bootstage_id id) in ensure_id() 97 ulong bootstage_add_record(enum bootstage_id id, const char *name, in bootstage_add_record() 123 ulong bootstage_mark(enum bootstage_id id) in bootstage_mark() 128 ulong bootstage_error(enum bootstage_id id) in bootstage_error() 134 ulong bootstage_mark_name(enum bootstage_id id, const char *name) in bootstage_mark_name() 171 uint32_t bootstage_start(enum bootstage_id id, const char *name) in bootstage_start() 185 uint32_t bootstage_accum(enum bootstage_id id) in bootstage_accum()
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/ |
| H A D | hotkey.h | 27 static inline bool is_hotkey(enum hotkey_t id) { return false; } in is_hotkey() 28 static inline void hotkey_run(enum hotkey_t id) { } in hotkey_run()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | jffs2.c | 209 static int mtd_id_parse(const char *id, const char **ret_id, u8 *dev_type, u8 *dev_num) in mtd_id_parse() 249 static inline u32 get_part_sector_size_nand(struct mtdids *id) in get_part_sector_size_nand() 263 static inline u32 get_part_sector_size_nor(struct mtdids *id, struct part_info *part) in get_part_sector_size_nor() 317 static inline u32 get_part_sector_size(struct mtdids *id, struct part_info *part) in get_part_sector_size() 348 struct mtdids *id; in mtdparts_init() local
|
| /rk3399_rockchip-uboot/board/xilinx/zynqmp/ |
| H A D | zynqmp.c | 30 uint32_t id; member 80 int chip_id(unsigned char id) in chip_id() 139 uint32_t i, id; in zynqmp_get_silicon_idcode_name() local
|
| /rk3399_rockchip-uboot/drivers/nvme/ |
| H A D | nvme_show.c | 65 static void print_formats(struct nvme_id_ns *id, struct nvme_ns *ns) in print_formats() 111 struct nvme_id_ns *id = (struct nvme_id_ns *)buf_ns; in nvme_print_info() local
|
| /rk3399_rockchip-uboot/arch/mips/mach-ath79/ |
| H A D | cpu.c | 53 u32 id, major, minor = 0; in mach_cpu_init() local 108 u32 id, rev, ver; in print_cpuinfo() local
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.y | 43 const struct kconf_id *id; member 239 const struct kconf_id *id = kconf_id_lookup($2, strlen($2)); variable 550 static bool zconf_endtoken(const struct kconf_id *id, int starttoken, int endtoken) in zconf_endtoken()
|