Searched refs:gpbr (Results 1 – 14 of 14) sorted by relevance
/u-boot/drivers/rtc/ |
A D | at91sam9_rtt.c | 33 at91_gpbr_t *gpbr = (at91_gpbr_t *) ATMEL_BASE_GPBR; in rtc_get() local 42 off = readl(&gpbr->reg[AT91_GPBR_INDEX_TIMEOFF]); in rtc_get() 51 at91_gpbr_t *gpbr = (at91_gpbr_t *) ATMEL_BASE_GPBR; in rtc_set() local 59 writel(tim, &gpbr->reg[AT91_GPBR_INDEX_TIMEOFF]); in rtc_set() 69 at91_gpbr_t *gpbr = (at91_gpbr_t *) ATMEL_BASE_GPBR; in rtc_reset() local 74 writel(0, &gpbr->reg[AT91_GPBR_INDEX_TIMEOFF]); in rtc_reset()
|
/u-boot/drivers/bootcount/ |
A D | bootcount_at91.c | 15 at91_gpbr_t *gpbr = (at91_gpbr_t *) ATMEL_BASE_GPBR; in bootcount_store() local 18 &gpbr->reg[AT91_GPBR_INDEX_BOOTCOUNT]); in bootcount_store() 23 at91_gpbr_t *gpbr = (at91_gpbr_t *) ATMEL_BASE_GPBR; in bootcount_load() local 25 ulong val = readl(&gpbr->reg[AT91_GPBR_INDEX_BOOTCOUNT]); in bootcount_load()
|
/u-boot/arch/arm/dts/ |
A D | at91sam9g20-taurus.dts | 44 &gpbr { 73 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
|
A D | at91sam9260-smartweb.dts | 87 atmel,rtt-rtc-time-reg = <&gpbr 0x0>; 96 gpbr: syscon@fffffd50 { label
|
A D | at91sam9g45-corvus.dts | 78 atmel,rtt-rtc-time-reg = <&gpbr 0x0>; 82 gpbr: syscon@fffffd60 { label
|
A D | at91sam9g45-gurnard.dts | 131 atmel,rtt-rtc-time-reg = <&gpbr 0x0>; 139 gpbr: syscon@fffffd60 { label
|
A D | at91sam9g20ek_common.dtsi | 113 atmel,rtt-rtc-time-reg = <&gpbr 0x0>; 121 gpbr: syscon@fffffd50 { label
|
A D | at91sam9260ek.dts | 146 atmel,rtt-rtc-time-reg = <&gpbr 0x0>; 154 gpbr: syscon@fffffd50 { label
|
A D | at91sam9m10g45ek.dts | 208 atmel,rtt-rtc-time-reg = <&gpbr 0x0>; 212 gpbr: syscon@fffffd60 { label
|
A D | at91sam9261.dtsi | 869 gpbr: syscon@fffffd50 { label 870 compatible = "atmel,at91sam9260-gpbr", "syscon";
|
A D | at91sam9rl.dtsi | 1091 gpbr: syscon@fffffd60 { label 1092 compatible = "atmel,at91sam9260-gpbr", "syscon";
|
A D | at91sam9260.dtsi | 1000 gpbr: syscon@fffffd50 { label 1001 compatible = "atmel,at91sam9260-gpbr", "syscon";
|
A D | at91sam9263.dtsi | 994 gpbr: syscon@fffffd60 { label 995 compatible = "atmel,at91sam9260-gpbr", "syscon";
|
A D | at91sam9g45.dtsi | 1266 gpbr: syscon@fffffd60 { label 1267 compatible = "atmel,at91sam9260-gpbr", "syscon";
|
Completed in 16 milliseconds