/linux-6.14.4/Documentation/devicetree/bindings/rtc/ |
D | atmel,at91sam9260-rtt.yaml | 44 - description: Phandle to the GPBR node. 45 - description: Offset within the GPBR block. 47 Should encode the GPBR register used to store the time base when the 48 RTT is used as an RTC. The first cell should point to the GPBR node 49 and the second one encodes the offset within the GPBR block (or in 50 other words, the GPBR register used to store the time base). 70 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
|
/linux-6.14.4/Documentation/devicetree/bindings/mfd/ |
D | atmel,at91sam9260-gpbr.yaml | 4 $id: http://devicetree.org/schemas/mfd/atmel,at91sam9260-gpbr.yaml# 21 - atmel,at91sam9260-gpbr 25 - microchip,sam9x60-gpbr 26 - microchip,sam9x7-gpbr 27 - const: atmel,at91sam9260-gpbr 42 compatible = "atmel,at91sam9260-gpbr", "syscon";
|
/linux-6.14.4/drivers/rtc/ |
D | rtc-at91sam9.c | 42 * choose from, or a "real" RTC module. All systems have multiple GPBR 72 struct regmap *gpbr; member 90 regmap_read(rtc->gpbr, rtc->gpbr_offset, &val); in gpbr_readl() 97 regmap_write(rtc->gpbr, rtc->gpbr_offset, val); in gpbr_writel() 370 rtc->gpbr = syscon_node_to_regmap(args.np); in at91_rtc_probe() 373 if (IS_ERR(rtc->gpbr)) { in at91_rtc_probe() 374 dev_err(&pdev->dev, "failed to retrieve gpbr regmap, aborting.\n"); in at91_rtc_probe()
|
D | Kconfig | 1559 small coin cell battery) which keeps this block and the GPBR
|
/linux-6.14.4/arch/arm/boot/dts/microchip/ |
D | at91sam9260ek.dts | 121 atmel,rtt-rtc-time-reg = <&gpbr 0x0>; 129 gpbr: syscon@fffffd50 { label
|
D | at91sam9g20ek_common.dtsi | 135 atmel,rtt-rtc-time-reg = <&gpbr 0x0>; 143 gpbr: syscon@fffffd50 { label
|
D | at91sam9m10g45ek.dts | 223 atmel,rtt-rtc-time-reg = <&gpbr 0x0>; 227 gpbr: syscon@fffffd60 { label
|
D | at91sam9263ek.dts | 106 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
|
D | at91sam9261ek.dts | 182 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
|
D | at91sam9rlek.dts | 216 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
|
D | at91-sam9x60ek.dts | 301 &gpbr { 650 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
|
D | at91sam9261.dtsi | 646 gpbr: syscon@fffffd50 { label 647 compatible = "atmel,at91sam9260-gpbr", "syscon";
|
D | sama7g5.dtsi | 285 gpbr: gpbr@e001d060 { label 286 compatible = "microchip,sama7g5-gpbr", "syscon";
|
D | at91-sam9x75_curiosity.dts | 340 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
|
D | at91sam9rl.dtsi | 817 gpbr: syscon@fffffd60 { label 818 compatible = "atmel,at91sam9260-gpbr", "syscon";
|
D | at91sam9260.dtsi | 738 gpbr: syscon@fffffd50 { label 739 compatible = "atmel,at91sam9260-gpbr", "syscon";
|
D | at91sam9263.dtsi | 753 gpbr: syscon@fffffd60 { label 754 compatible = "atmel,at91sam9260-gpbr", "syscon";
|
D | sam9x7.dtsi | 1239 gpbr: syscon@fffffe60 { label 1240 compatible = "microchip,sam9x7-gpbr", "atmel,at91sam9260-gpbr", "syscon";
|
D | sam9x60.dtsi | 1382 gpbr: syscon@fffffe60 { label 1383 compatible = "microchip,sam9x60-gpbr", "atmel,at91sam9260-gpbr", "syscon";
|
D | at91-sama7g54_curiosity.dts | 466 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
|
D | at91-sam9x60_curiosity.dts | 444 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
|
D | at91sam9g45.dtsi | 949 gpbr: syscon@fffffd60 { label 950 compatible = "atmel,at91sam9260-gpbr", "syscon";
|
D | at91-sama7g5ek.dts | 845 atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
|
/linux-6.14.4/drivers/platform/x86/ |
D | sony-laptop.c | 663 SNC_HANDLE_NAMES(brightness_def_get, "GPBR");
|