Searched refs:sfr (Results 1 – 12 of 12) sorted by relevance
| /arch/arm/mach-at91/ |
| A D | atmel_sfr.c | 15 struct atmel_sfr *sfr = (struct atmel_sfr *)ATMEL_BASE_SFR; in redirect_int_from_saic_to_aic() local 18 if (!(readl(&sfr->aicredir) & ATMEL_SFR_AICREDIR_NSAIC)) { in redirect_int_from_saic_to_aic() 19 key32 = readl(&sfr->sn1) ^ ATMEL_SFR_AICREDIR_KEY; in redirect_int_from_saic_to_aic() 20 writel((key32 | ATMEL_SFR_AICREDIR_NSAIC), &sfr->aicredir); in redirect_int_from_saic_to_aic() 26 struct atmel_sfr *sfr = (struct atmel_sfr *)ATMEL_BASE_SFR; in configure_2nd_sram_as_l2_cache() local 28 writel(1, &sfr->l2cc_hramc); in configure_2nd_sram_as_l2_cache() 34 struct atmel_sfr *sfr = (struct atmel_sfr *)ATMEL_BASE_SFR; in configure_ddrcfg_input_buffers() local 38 &sfr->ddrcfg); in configure_ddrcfg_input_buffers() 40 writel(0, &sfr->ddrcfg); in configure_ddrcfg_input_buffers()
|
| /arch/arm/dts/ |
| A D | at91-sama7g5ek-u-boot.dtsi | 29 sfr-phandle = <&sfr>; 39 sfr-phandle = <&sfr>; 49 sfr-phandle = <&sfr>; 60 sfr-phandle = <&sfr>; 91 sfr: sfr@e1624000 { label 92 compatible = "microchip,sama7g5-sfr", "syscon";
|
| A D | at91-sama5d27_giantboard.dts | 71 sfr: sfr@f8030000 { label
|
| A D | at91-sama5d27_wlsom1_ek-u-boot.dtsi | 36 &sfr {
|
| A D | sam9x60.dtsi | 109 microchip,sfr = <&sfr>; 194 sfr: sfr@f8050000 { label 195 compatible = "microchip,sam9x60-sfr", "syscon";
|
| A D | sama5d2.dtsi | 174 regmap-sfr = <&sfr>; 757 sfr: sfr@f8030000 { label 758 compatible = "atmel,sama5d2-sfr", "syscon";
|
| A D | sama5d3.dtsi | 243 sfr: sfr@f0038000 { label 244 compatible = "atmel,sama5d3-sfr", "syscon"; 991 regmap-sfr = <&sfr>;
|
| A D | sama5d4.dtsi | 993 sfr: sfr@f8028000 { label 994 compatible = "atmel,sama5d4-sfr", "syscon";
|
| A D | sama7g5.dtsi | 186 sfrbu: sfr@e0008000 {
|
| /arch/mips/dts/ |
| A D | sfr,nb4-ser.dts | 12 compatible = "sfr,nb4-ser", "brcm,bcm6358";
|
| A D | Makefile | 29 dtb-$(CONFIG_BOARD_SFR_NB4_SER) += sfr,nb4-ser.dtb
|
| /arch/mips/mach-bmips/ |
| A D | Kconfig | 290 source "board/sfr/nb4_ser/Kconfig"
|
Completed in 22 milliseconds