/u-boot/drivers/ddr/marvell/axp/ |
A D | xor_regs.h | 21 #define MV_XOR_REGS_BASE(unit) (MV_XOR_REGS_OFFSET(unit)) argument 24 #define XOR_CHANNEL_ARBITER_REG(unit) (MV_XOR_REGS_BASE(unit)) argument 29 #define XOR_CAUSE_REG(unit) (MV_XOR_REGS_BASE(unit) + 0x30) argument 30 #define XOR_MASK_REG(unit) (MV_XOR_REGS_BASE(unit) + 0x40) argument 31 #define XOR_ERROR_CAUSE_REG(unit) (MV_XOR_REGS_BASE(unit) + 0x50) argument 32 #define XOR_ERROR_ADDR_REG(unit) (MV_XOR_REGS_BASE(unit) + 0x60) argument 41 #define XOR_TIMER_MODE_CTRL_REG(unit) (MV_XOR_REGS_BASE(unit) + 0x2D0) argument 42 #define XOR_TIMER_MODE_INIT_VAL_REG(unit) (MV_XOR_REGS_BASE(unit) + 0x2D4) argument 43 #define XOR_TIMER_MODE_CURR_VAL_REG(unit) (MV_XOR_REGS_BASE(unit) + 0x2D8) argument 44 #define XOR_INIT_VAL_LOW_REG(unit) (MV_XOR_REGS_BASE(unit) + 0x2E0) argument [all …]
|
/u-boot/drivers/ddr/marvell/a38x/ |
A D | xor_regs.h | 17 #define MV_XOR_REGS_BASE(unit) (MV_XOR_REGS_OFFSET(unit)) argument 20 #define XOR_CHANNEL_ARBITER_REG(unit) (MV_XOR_REGS_BASE(unit)) argument 21 #define XOR_CONFIG_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + \ argument 23 #define XOR_ACTIVATION_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + \ argument 27 #define XOR_CAUSE_REG(unit) (MV_XOR_REGS_BASE(unit)+(0x30)) argument 28 #define XOR_MASK_REG(unit) (MV_XOR_REGS_BASE(unit)+(0x40)) argument 29 #define XOR_ERROR_CAUSE_REG(unit) (MV_XOR_REGS_BASE(unit)+(0x50)) argument 30 #define XOR_ERROR_ADDR_REG(unit) (MV_XOR_REGS_BASE(unit)+(0x60)) argument 37 #define XOR_BYTE_COUNT_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + \ argument 41 #define XOR_DST_PTR_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + \ argument [all …]
|
A D | mv_ddr_sys_env_lib.h | 21 #define MV_GPP_REGS_BASE(unit) (0x18100 + ((unit) * 0x40)) argument
|
/u-boot/arch/arm/mach-mvebu/serdes/axp/ |
A D | board_env_spec.h | 95 #define MV_GPP_REGS_OFFSET(unit) (0x18100 + ((unit) * 0x40)) argument 97 #define MV_GPP_REGS_BASE(unit) (MV_GPP_REGS_OFFSET(unit)) argument 127 #define PEX_PHY_ACCESS_REG(unit) (0x40000 + ((unit) % 2 * 0x40000) + \ argument 128 ((unit)/2 * 0x2000) + 0x1B00)
|
/u-boot/drivers/power/regulator/ |
A D | tps65910_regulator.c | 166 switch (pdata->unit) { in tps65910_ldo_get_value() 222 switch (pdata->unit) { in tps65910_ldo_set_value() 254 reg = get_ctrl_reg_from_unit_addr(pdata->unit); in tps65910_get_enable() 272 reg = get_ctrl_reg_from_unit_addr(pdata->unit); in tps65910_set_enable() 310 switch (pdata->unit) { in tps65910_buck_get_value() 329 switch (pdata->unit) { in buck_set_vdd1_vdd2_value() 374 if (pdata->unit == TPS65910_UNIT_VIO) in tps65910_buck_set_value() 396 pdata->unit = dev_get_driver_data(dev); in tps65910_regulator_of_to_plat() 397 if (pdata->unit > TPS65910_UNIT_VMMC) in tps65910_regulator_of_to_plat() 399 supply_name = supply_names[regulator_supplies[pdata->unit]]; in tps65910_regulator_of_to_plat()
|
/u-boot/test/env/ |
A D | Kconfig | 2 bool "Enable env unit tests" 6 This enables the 'ut env' command which runs a series of unit
|
/u-boot/test/dm/ |
A D | Kconfig | 2 bool "Enable driver model unit test command" 5 This enables the 'ut dm' command which runs a series of unit
|
/u-boot/arch/arm/mach-mvebu/serdes/a38x/ |
A D | sys_env_lib.c | 157 u32 sys_env_unit_max_num_get(enum unit_id unit) in sys_env_unit_max_num_get() argument 161 if (unit >= MAX_UNITS_ID) { in sys_env_unit_max_num_get() 162 printf("%s: Error: Wrong unit type (%u)\n", __func__, unit); in sys_env_unit_max_num_get() 167 return sys_env_soc_unit_nums[unit][dev_id_index]; in sys_env_unit_max_num_get()
|
A D | sys_env_lib.h | 244 #define MV_GPP_REGS_BASE(unit) (0x18100 + ((unit) * 0x40)) argument 343 u32 sys_env_unit_max_num_get(enum unit_id unit);
|
/u-boot/cmd/ |
A D | clone.c | 20 char *unit, *buf; in do_clone() local 37 requested = simple_strtoul(argv[5], &unit, 10); in do_clone() 55 switch (unit[0]) { in do_clone()
|
/u-boot/drivers/ram/stm32mp1/ |
A D | stm32mp1_tuning.c | 57 u8 unit; /* DQS unit delay */ member 738 last_right_ok.unit = 1; in bit_deskew() 759 last_right_ok.unit = in bit_deskew() 762 last_right_ok.unit = 0; in bit_deskew() 962 right_bound.unit = 0; in eye_training() 965 left_bound.unit = 0; in eye_training() 1084 left_bound.unit = in eye_training() 1095 left_bound.unit = 0; in eye_training() 1150 right_bound.unit = in eye_training() 1171 left_bound.unit) / 2; in eye_training() [all …]
|
/u-boot/doc/device-tree-bindings/mmc/ |
A D | snps,dw-mmc.txt | 9 bus interface unit clock and the card interface unit clock.
|
/u-boot/scripts/dtc/ |
A D | dtc.c | 47 const char *unit; in fill_fullpaths() local 51 unit = strchr(tree->name, '@'); in fill_fullpaths() 52 if (unit) in fill_fullpaths() 53 tree->basenamelen = unit - tree->name; in fill_fullpaths()
|
/u-boot/doc/device-tree-bindings/clock/ |
A D | snps,hsdk-cgu.txt | 1 * Synopsys HSDK clock generation unit 9 - reg: the pair of physical base address and length of clock generation unit
|
/u-boot/drivers/clk/owl/ |
A D | Kconfig | 5 Enable support for clock managemet unit present in Actions Semi
|
/u-boot/doc/device-tree-bindings/serial/ |
A D | sh.txt | 6 - clock: input clock frequency for the SCI unit
|
/u-boot/drivers/cache/ |
A D | Kconfig | 35 bool "Arteris Ncore cache coherent unit driver" 38 This driver is for the Arteris Ncore cache coherent unit (CCU)
|
/u-boot/test/optee/ |
A D | Kconfig | 6 This enables the 'ut optee' command which runs a series of unit
|
/u-boot/doc/usage/ |
A D | bootefi.rst | 91 U-Boot can be compiled with UEFI unit tests. These unit tests are invoked using 94 Which unit test is executed is controlled by the environment variable 95 *efi\_selftest*. If this variable is not set, all unit tests that are not marked 98 To show a list of the available unit tests the value *list* can be used
|
/u-boot/lib/efi_selftest/ |
A D | Kconfig | 2 bool "UEFI unit tests"
|
/u-boot/test/overlay/ |
A D | Kconfig | 7 This enables the 'ut overlay' command which runs a series of unit
|
/u-boot/test/ |
A D | Kconfig | 4 Select this to compile in unit tests for various parts of 14 Select this to enable unit tests in SPL. Most test are designed for 17 board, use the -u (unit test) option.
|
/u-boot/arch/x86/cpu/quark/ |
A D | mrc_util.h | 76 void mrc_write_mask(u32 unit, u32 addr, u32 data, u32 mask); 77 void mrc_alt_write_mask(u32 unit, u32 addr, u32 data, u32 mask);
|
/u-boot/doc/device-tree-bindings/net/ |
A D | marvell-mdio.txt | 4 have an identical unit that provides an interface with the MDIO bus.
|
/u-boot/include/power/ |
A D | tps65910_pmic.h | 121 uint unit; /* unit-address according to DT */ member
|