Home
last modified time | relevance | path

Searched defs:ctl (Results 1 – 25 of 42) sorted by relevance

12

/u-boot/cmd/
A Dtsi148.c136 unsigned int ctl = 0; in tsi148_pci_slave_window() local
221 unsigned int ctl = 0; in tsi148_eval_vam() local
261 unsigned int ctl = 0; in tsi148_vme_slave_window() local
318 unsigned int ctl; in tsi148_vme_gcsr_window() local
342 unsigned int ctl; in tsi148_vme_crcsr_window() local
365 unsigned int ctl; in tsi148_vme_crg_window() local
A Duniverse.c122 unsigned int ctl = 0; in universe_pci_slave_window() local
219 unsigned int ctl = 0; in universe_vme_slave_window() local
/u-boot/drivers/ram/stm32mp1/
A Dstm32mp1_tests.c347 static enum test_result databuswalk0(struct stm32mp1_ddrctl *ctl, in databuswalk0()
388 static enum test_result databuswalk1(struct stm32mp1_ddrctl *ctl, in databuswalk1()
428 static enum test_result test_databus(struct stm32mp1_ddrctl *ctl, in test_databus()
477 static enum test_result test_memdevice(struct stm32mp1_ddrctl *ctl, in test_memdevice()
518 static enum test_result test_sso(struct stm32mp1_ddrctl *ctl, in test_sso()
589 static enum test_result test_random(struct stm32mp1_ddrctl *ctl, in test_random()
686 static enum test_result test_noise(struct stm32mp1_ddrctl *ctl, in test_noise()
1209 static enum test_result test_bitflip(struct stm32mp1_ddrctl *ctl, in test_bitflip()
1256 static enum test_result test_read(struct stm32mp1_ddrctl *ctl, in test_read()
1306 static enum test_result test_write(struct stm32mp1_ddrctl *ctl, in test_write()
[all …]
A Dstm32mp1_tuning.c67 static u8 get_nb_bytes(struct stm32mp1_ddrctl *ctl) in get_nb_bytes()
86 static u8 get_nb_bank(struct stm32mp1_ddrctl *ctl) in get_nb_bank()
109 static u8 get_nb_col(struct stm32mp1_ddrctl *ctl) in get_nb_col()
166 static u8 get_nb_row(struct stm32mp1_ddrctl *ctl) in get_nb_row()
306 static void config_BIST(struct stm32mp1_ddrctl *ctl, in config_BIST()
500 static enum test_result bit_deskew(struct stm32mp1_ddrctl *ctl, in bit_deskew()
918 static enum test_result eye_training(struct stm32mp1_ddrctl *ctl, in eye_training()
1346 static enum test_result read_dqs_gating(struct stm32mp1_ddrctl *ctl, in read_dqs_gating()
1443 static enum test_result do_bit_deskew(struct stm32mp1_ddrctl *ctl, in do_bit_deskew()
1483 static enum test_result do_display(struct stm32mp1_ddrctl *ctl, in do_display()
[all …]
A Dstm32mp1_ddr.c588 static void start_sw_done(struct stm32mp1_ddrctl *ctl) in start_sw_done()
594 static void wait_sw_done_ack(struct stm32mp1_ddrctl *ctl) in wait_sw_done_ack()
642 void stm32mp1_refresh_disable(struct stm32mp1_ddrctl *ctl) in stm32mp1_refresh_disable()
653 void stm32mp1_refresh_restore(struct stm32mp1_ddrctl *ctl, in stm32mp1_refresh_restore()
/u-boot/arch/arm/include/asm/arch-sunxi/
A Dtimer.h20 u32 ctl; member
28 u32 ctl; /* 0x80 */ member
36 u32 ctl; /* 0xa0 */ member
43 u32 ctl; /* 0x100 */ member
A Dwatchdog.h24 u32 ctl; /* 0x00 */ member
38 u32 ctl; /* 0x10 */ member
A Ddma_sun4i.h11 u32 ctl; /* 0x00 Control */ member
/u-boot/arch/arm/mach-imx/
A Dmmdc_size.c18 u32 ctl; member
42 unsigned int ctl = readl(&mem->ctl); in imx_ddr_size() local
/u-boot/lib/rsa/
A Drsa-keyprop.c57 static uint32_t NOT(uint32_t ctl) in NOT()
65 static uint32_t MUX(uint32_t ctl, uint32_t x, uint32_t y) in MUX()
331 static uint32_t br_i32_add(uint32_t *a, const uint32_t *b, uint32_t ctl) in br_i32_add()
364 static uint32_t br_i32_sub(uint32_t *a, const uint32_t *b, uint32_t ctl) in br_i32_sub()
409 uint32_t w, ctl, hi2, lo2; in br_divrem() local
/u-boot/board/synopsys/hsdk/
A Dclk-lib.c17 int soc_clk_ctl(const char *name, ulong *rate, enum clk_ctl_ops ctl) in soc_clk_ctl()
/u-boot/drivers/ram/sifive/
A Dfu540_ddr.c89 struct fu540_ddrctl *ctl; member
121 static void fu540_ddr_setup_range_protection(volatile u32 *ctl, u64 end_addr) in fu540_ddr_setup_range_protection()
138 static void fu540_ddr_start(volatile u32 *ctl, u32 *physical_filter_ctrl, in fu540_ddr_start()
224 static u32 fu540_ddr_get_dram_class(volatile u32 *ctl) in fu540_ddr_get_dram_class()
/u-boot/arch/arm/include/asm/arch-armv7/
A Dglobaltimer.h12 u32 ctl; member
/u-boot/drivers/net/phy/
A Det1011c.c29 int ctl = 0; in et1011c_config() local
A Dphy.c131 int ctl = BMCR_ANRESTART; in genphy_setup_forced() local
155 int ctl; in genphy_restart_aneg() local
197 int ctl = phy_read(phydev, MDIO_DEVAD_NONE, MII_BMCR); in genphy_config_aneg() local
/u-boot/arch/mips/mach-ath79/ar934x/
A Dddr.c45 u32 reg, cycle, ctl; in ar934x_ddr_init() local
/u-boot/drivers/reset/
A Dsandbox-reset-test.c16 struct reset_ctl ctl; member
/u-boot/drivers/mtd/nand/raw/
A Docteontx_bch.c352 union bch_vqx_ctl ctl; in octeontx_pci_bchvf_probe() local
/u-boot/drivers/spi/
A Dmt7620_spi.c49 u32 ctl; member
/u-boot/drivers/pinctrl/
A Dpinctrl_stm32.c266 const struct stm32_gpio_ctl *ctl) in stm32_gpio_config()
/u-boot/arch/arm/mach-keystone/include/mach/
A Dclock_defs.h18 u32 ctl; /* 00 */ member
/u-boot/drivers/clk/altera/
A Dclk-agilex.c510 u32 ctl; in clk_get_emac_clk_hz() local
/u-boot/arch/arm/mach-at91/include/mach/
A Dat91_emac.h12 u32 ctl; member
/u-boot/drivers/video/nexell/
A Ds5pxx18_dp_mipi.c115 unsigned int pms, ctl; in mipi_get_phy_pll() local
/u-boot/drivers/qe/
A Duec_phy.c305 u16 ctl; in genmii_restart_aneg() local

Completed in 53 milliseconds

12