Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 133) sorted by relevance

123456

/u-boot/lib/efi_selftest/
A Defi_selftest_rtc.c51 .second = 53, in execute()
64 tm_old.hour, tm_old.minute, tm_old.second); in execute()
81 tm.second < tm_new.second || in execute()
82 tm.second > tm_new.second + 2) { in execute()
/u-boot/arch/arm/include/asm/
A Dopcodes.h146 #define __opcode_thumb32_compose(first, second) ( \ argument
148 | ___opcode_identity32(___opcode_identity16(second)) \
152 #define ___asm_opcode_thumb32_compose(first, second) ( \ argument
154 | ___asm_opcode_identity32(___asm_opcode_identity16(second)) \
220 #define ___inst_thumb32(first, second) .short first, second argument
224 #define ___inst_thumb32(first, second) \ argument
225 ".short " __stringify(first) ", " __stringify(second) "\n\t"
A Ddavinci_rtc.h17 unsigned int second; member
/u-boot/drivers/rtc/
A Dftrtc010.c58 unsigned long second; in ftrtc010_time() local
62 second = readl(&rtc->sec); in ftrtc010_time()
67 } while (second != second2); in ftrtc010_time()
69 return day * 24 * 60 * 60 + hour * 60 * 60 + minute * 60 + second; in ftrtc010_time()
A Ddavinci.c28 sec = readl(&rtc->second); in rtc_get()
72 writel(bin2bcd(tmp->tm_sec), &rtc->second); in rtc_set()
/u-boot/arch/arm/dts/
A Dkirkwood-openrd.dtsi61 * mode for the second UART.
66 * To use the second UART, you need to change also
78 * SelUARTorSD selects between the second UART
A Darmada-388.dtsi11 * property and the name of the SoC, and add the second SATA host which control
/u-boot/arch/arm/mach-bcmstb/
A DKconfig8 is acting as the second stage bootloader, and U-Boot is
16 is acting as the second stage bootloader, and U-Boot is
/u-boot/doc/device-tree-bindings/gpio/
A Dnvidia,tegra20-gpio.txt10 second cell is used to specify optional parameters:
15 The second cell is used to specify flags:
/u-boot/board/toradex/common/
A DKconfig66 int "Toradex config block offset, second instance"
74 bool "Set the second Ethernet address"
78 second Ethernet address as environment variable (eth1addr).
/u-boot/board/vamrs/rock960_rk3399/
A DREADME123 The idbspl.img contains the first stage, and the u-boot.img the second stage.
125 (aka loader1) start sector is 64, and the second stage start sector is 16384.
128 and the second stage offset is 8 MiB.
130 Note: the second stage location is actually not as per the spec,
131 but defined by the SPL. Mainline SPL defines an 8 MiB offset for the second
/u-boot/doc/device-tree-bindings/misc/
A Dintel,irq-router.txt24 The second cell is the total number of PIRQ links the router supports.
27 number (0 for PIRQA, 1 for PIRQB, etc). The second cell is the PIRQ routing
36 The second cell is the PCI interrupt pin used by this device. The last cell
/u-boot/board/gdsys/mpc8308/
A DKconfig29 The base address of the second FPGA's register map.
34 The base address of the second FPGA's register map.
/u-boot/doc/device-tree-bindings/pwm/
A Dtegra20-pwm.txt9 first cell specifies the per-chip index of the PWM to use and the second
/u-boot/doc/usage/
A Daddrmap.rst34 The second column indicates the physical address.
A Dsbi.rst43 The second line indicates the implementation.
/u-boot/arch/x86/lib/
A Dcrt0_ia32_efi.S28 pushl %ebx # pass _DYNAMIC as second argument
/u-boot/arch/xtensa/dts/
A Dxtfpga.dtsi31 * two cells: second cell == 0: internal irq number
32 * second cell == 1: external irq number
/u-boot/board/phytec/pfla02/
A DREADME20 as second option.
/u-boot/doc/device-tree-bindings/ata/
A Dintel-sata.txt14 bit 1=enable second port, etc.
/u-boot/arch/powerpc/cpu/mpc8xx/
A Dimmap.c98 int i, second = (counter++ % 2); in binary() local
100 if (second) in binary()
114 if (second) in binary()
/u-boot/doc/uImage.FIT/
A Dverified-boot.txt74 It is also possible to extend this scheme to a second level, like this:
78 2. Secondary private key is created and used to sign second-stage images.
81 use the secondary public key in the first-stage image to verify the second-
/u-boot/doc/
A DREADME.SNTP8 set local time to RTC, set the offset in second from UTC to the
/u-boot/drivers/clk/at91/
A DKconfig53 driver. Some peripherals may need a second clock source
54 that may be different from the system clock. This second
/u-boot/doc/device-tree-bindings/sound/
A Dsnow.txt18 string) and the second entry must be the phandle of the HDMI IP block node

Completed in 24 milliseconds

123456