/u-boot/drivers/ddr/altera/ |
A D | sequencer.c | 74 static void set_failing_group_stage(struct socfpga_sdrseq *seq, in set_failing_group_stage() 109 static void phy_mgr_initialize(struct socfpga_sdrseq *seq) in phy_mgr_initialize() 151 static void set_rank_and_odt_mask(struct socfpga_sdrseq *seq, in set_rank_and_odt_mask() 514 static void scc_mgr_zero_all(struct socfpga_sdrseq *seq) in scc_mgr_zero_all() 601 static void scc_mgr_zero_group(struct socfpga_sdrseq *seq, in scc_mgr_zero_group() 783 static void set_jump_as_return(struct socfpga_sdrseq *seq) in set_jump_as_return() 3043 static void search_window(struct socfpga_sdrseq *seq, in search_window() 3347 static void mem_init_latency(struct socfpga_sdrseq *seq) in mem_init_latency() 3479 static u32 mem_calibrate(struct socfpga_sdrseq *seq) in mem_calibrate() 3666 static int run_mem_calibrate(struct socfpga_sdrseq *seq) in run_mem_calibrate() [all …]
|
/u-boot/drivers/video/ |
A D | orisetech_otm8009a.c | 105 #define dcs_write_seq(dev, seq...) \ argument 111 #define dcs_write_seq_hs(dev, seq...) \ argument 117 #define dcs_write_cmd_at(dev, cmd, seq...) \ argument
|
A D | raydium-rm68200.c | 115 #define dcs_write_seq(ctx, seq...) \ argument 126 #define dcs_write_cmd_seq(ctx, cmd, seq...) \ argument
|
A D | pwm_backlight.c | 79 static int enable_sequence(struct udevice *dev, int seq) in enable_sequence()
|
/u-boot/cmd/x86/ |
A D | hob.c | 101 int seq = -1; /* Show all by default */ in do_hob() local
|
/u-boot/drivers/i2c/ |
A D | nx_i2c.c | 366 uint seq) in i2c_transfer() 473 uint alen, uchar *buffer, uint len, uint seq) in nx_i2c_read() 510 uint alen, uchar *buffer, uint len, uint seq) in nx_i2c_write()
|
A D | s3c24x0_i2c.c | 229 int seq) in s3c24x0_do_msg()
|
/u-boot/net/ |
A D | fastboot.c | 25 unsigned short seq; member
|
A D | eth-uclass.c | 111 int seq = -1; in eth_get_dev_by_name() local
|
/u-boot/tools/patman/ |
A D | status.py | 266 def find_new_responses(new_rtag_list, review_list, seq, cmt, patch, url, argument
|
/u-boot/common/ |
A D | stdio.c | 155 int seq, ret; in stdio_probe_device() local
|
A D | miiphyutil.c | 111 int mdio_register_seq(struct mii_dev *bus, int seq) in mdio_register_seq()
|
/u-boot/fs/yaffs2/ |
A D | yaffs_summary.c | 51 unsigned seq; /* Must be this sequence number */ member
|
A D | yaffs_yaffs2.c | 46 unsigned seq; in yaffs_calc_oldest_dirty_seq() local 917 int seq; member
|
/u-boot/arch/arm/mach-sunxi/ |
A D | dram_sun8i_a83t.c | 24 u8 seq; member
|
A D | dram_sun8i_a33.c | 26 u8 seq; member
|
/u-boot/drivers/tpm/ |
A D | tpm_tis_sandbox.c | 186 int seq; in sandbox_tpm_xfer() local
|
/u-boot/drivers/core/ |
A D | uclass.c | 312 int uclass_find_device_by_seq(enum uclass_id id, int seq, struct udevice **devp) in uclass_find_device_by_seq() 482 int uclass_get_device_by_seq(enum uclass_id id, int seq, struct udevice **devp) in uclass_get_device_by_seq()
|
A D | device.c | 716 int device_find_child_by_seq(const struct udevice *parent, int seq, in device_find_child_by_seq() 733 int device_get_child_by_seq(const struct udevice *parent, int seq, in device_get_child_by_seq()
|
/u-boot/arch/arm/mach-uniphier/dram/ |
A D | umc-pxs2.c | 313 const struct ddrphy_init_sequence *seq) in __ddrphy_training()
|
/u-boot/tools/ |
A D | kwboot.c | 97 const char seq[] = { '-', '\\', '|', '/' }; in __spinner() local
|
/u-boot/drivers/ddr/marvell/a38x/ |
A D | ddr3_debug.c | 1342 u32 seq = 0, if_id = 0, addr, cnt; in run_xsb_test() local
|
/u-boot/lib/acpi/ |
A D | acpigen.c | 861 void acpigen_write_dsm_uuid_start_cond(struct acpi_ctx *ctx, int seq) in acpigen_write_dsm_uuid_start_cond()
|
/u-boot/lib/zstd/ |
A D | decompress.c | 924 seq_t seq; in ZSTD_decodeSequence() local 1156 seq_t seq; in ZSTD_decodeSequenceLong_generic() local
|
/u-boot/tools/binman/ |
A D | ftest.py | 3727 def _CheckFdt(seq, expected_data): argument 3743 def _CheckConfig(seq, expected_data): argument
|