Searched refs:strap (Results 1 – 13 of 13) sorted by relevance
| /openbmc/u-boot/drivers/clk/aspeed/ |
| H A D | clk_ast2400.c | 40 u32 strap = readl(&scu->hwstrap); in ast2400_get_clkin() local 42 if (strap & CLKIN_25MHZ_EN) { in ast2400_get_clkin() 45 if (strap & AST2400_CLK_SOURCE_SEL) in ast2400_get_clkin() 117 u32 strap = readl(ASPEED_HW_STRAP1); in ast2400_get_hpll_rate() local 119 if (strap & CLKIN_25MHZ_EN) in ast2400_get_hpll_rate() 122 if (strap & AST2400_CLK_SOURCE_SEL) in ast2400_get_hpll_rate() 180 u32 strap = readl(&scu->hwstrap); in ast2400_get_hclk() local 183 ahb_div = ((strap >> 10) & 0x3) + 1; in ast2400_get_hclk()
|
| /openbmc/u-boot/arch/x86/cpu/queensbay/ |
| H A D | Kconfig | 49 The location of the CMC binary is determined by a strap. It must be 50 put in flash at a location matching the strap-determined base address.
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | dra72-evm-revc.dts | 84 ti,dp83867-rxctrl-strap-quirk; 95 ti,dp83867-rxctrl-strap-quirk;
|
| H A D | dra71-evm.dts | 222 ti,dp83867-rxctrl-strap-quirk; 231 ti,dp83867-rxctrl-strap-quirk;
|
| H A D | dra76-evm.dts | 362 ti,dp83867-rxctrl-strap-quirk; 371 ti,dp83867-rxctrl-strap-quirk;
|
| /openbmc/u-boot/doc/device-tree-bindings/gpio/ |
| H A D | intel,x86-broadwell-pinctrl.txt | 127 <15 &gpio_unused 0>, /* unused (strap) */ 178 <66 &gpio_input 0>, /* ram_id3_old (strap) */ 198 <86 &gpio_native 0>, /* gspi0_mosi (strap) */
|
| /openbmc/openbmc/meta-raspberrypi/recipes-bsp/armstubs/ |
| H A D | armstubs.bb | 1 DESCRIPTION = "Boot strap code that the GPU puts on memory to start running the boot loader"
|
| /openbmc/u-boot/arch/x86/cpu/quark/ |
| H A D | Kconfig | 47 The location of the RMU binary is determined by a strap. It must be 48 put in flash at a location matching the strap-determined base address.
|
| /openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/files/ |
| H A D | 0006-aspeed-Enable-SPI-master-mode-by-default.patch | 6 The ast2500 share the RGMII1 pin and the hw strap pins
|
| /openbmc/u-boot/cmd/ |
| H A D | otp.c | 176 u8 *strap; member 1234 OTPSTRAP = (u32 *)image_layout->strap; in otp_print_strap_image() 1563 u32 *strap; in otp_prog_strap() local 1573 strap = (u32 *)image_layout->strap; in otp_prog_strap() 1581 bit = (strap[0] >> offset) & 0x1; in otp_prog_strap() 1589 bit = (strap[1] >> offset) & 0x1; in otp_prog_strap() 1801 u32 *strap; in otp_check_strap_image() local 1808 strap = (u32 *)image_layout->strap; in otp_check_strap_image() 1814 bit = (strap[0] >> i) & 0x1; in otp_check_strap_image() 1818 bit = (strap[1] >> (i - 32)) & 0x1; in otp_check_strap_image() [all …]
|
| /openbmc/u-boot/arch/x86/dts/ |
| H A D | chromebook_samus.dts | 152 <15 &gpio_unused 0>, /* unused (strap) */ 203 <66 &gpio_input 0>, /* ram_id3_old (strap) */ 223 <86 &gpio_native 0>, /* gspi0_mosi (strap) */
|
| /openbmc/qemu/hw/acpi/ |
| H A D | trace-events | 59 tco_timer_expired(int timeouts_no, bool strap, bool no_reboot) "timeouts_no=%d no_reboot=%d/%d"
|
| /openbmc/u-boot/arch/arm/mach-aspeed/ast2500/ |
| H A D | platform.S | 353 ldr r0, =0x1e720004 @ Copy initial strap register to 0x1e720004 355 add r0, r0, #0x04 @ Copy initial strap register to 0x1e720008 357 add r0, r0, #0x04 @ Copy initial strap register to 0x1e72000c 539 …ldr r0, =0x1e62009c @ clear software strap flag for doing again after res… 681 ldr r0, =0x1e6e2070 @ Load strap register
|