| /Zephyr-latest/soc/arm/beetle/ | 
| D | soc_registers.h | 16 struct syscon {  struct 18 	volatile uint32_t remap; 20 	volatile uint32_t pmuctrl; 22 	volatile uint32_t resetop; 24 	volatile uint32_t emictrl; 26 	volatile uint32_t rstinfo; 27 	volatile uint32_t reserved0[3]; 29 	volatile uint32_t ahbper0set; 31 	volatile uint32_t ahbper0clr; 32 	volatile uint32_t reserved1[2]; [all …] 
 | 
| /Zephyr-latest/drivers/clock_control/ | 
| D | clock_control_lpc11u6x.c | 17 static void syscon_power_up(struct lpc11u6x_syscon_regs *syscon,  in syscon_power_up() 29 static void syscon_set_pll_src(struct lpc11u6x_syscon_regs *syscon,  in syscon_set_pll_src() 44 static void syscon_setup_pll(struct lpc11u6x_syscon_regs *syscon,  in syscon_setup_pll() 54 static bool syscon_pll_locked(struct lpc11u6x_syscon_regs *syscon)  in syscon_pll_locked() 59 static void syscon_set_main_clock_source(struct lpc11u6x_syscon_regs *syscon,  in syscon_set_main_clock_source() 67 static void syscon_ahb_clock_enable(struct lpc11u6x_syscon_regs *syscon,  in syscon_ahb_clock_enable() 77 static void syscon_peripheral_reset(struct lpc11u6x_syscon_regs *syscon,  in syscon_peripheral_reset() 86 static void syscon_frg_init(struct lpc11u6x_syscon_regs *syscon)  in syscon_frg_init() 102 static void syscon_frg_deinit(struct lpc11u6x_syscon_regs *syscon)  in syscon_frg_deinit()
  | 
| D | clock_control_ast10x0.c | 47 	const struct device *syscon;  member 54 	const struct device *syscon = DEV_CFG(dev)->syscon;  in aspeed_clock_control_on()  local 75 	const struct device *syscon = DEV_CFG(dev)->syscon;  in aspeed_clock_control_off()  local 97 	const struct device *syscon = DEV_CFG(dev)->syscon;  in aspeed_clock_control_get_rate()  local
  | 
| D | clock_control_lpc11u6x.h | 136 	struct lpc11u6x_syscon_regs *syscon;  member
  | 
| /Zephyr-latest/tests/drivers/syscon/src/ | 
| D | main.c | 15 ZTEST(syscon, test_size)  in ZTEST()  argument 27 ZTEST(syscon, test_out_of_bounds)  in ZTEST()  argument 36 ZTEST(syscon, test_read)  in ZTEST()  argument 50 ZTEST(syscon, test_write)  in ZTEST()  argument
  | 
| /Zephyr-latest/drivers/reset/ | 
| D | reset_ast10x0.c | 30 	const struct device *syscon;  member 36 	const struct device *syscon = config->syscon;  in aspeed_reset_line_assert()  local 50 	const struct device *syscon = config->syscon;  in aspeed_reset_line_deassert()  local 64 	const struct device *syscon = config->syscon;  in aspeed_reset_status()  local
  | 
| /Zephyr-latest/tests/drivers/syscon/ | 
| D | CMakeLists.txt | 7 project(syscon)  project
  | 
| /Zephyr-latest/dts/arm/aspeed/ | 
| D | ast10x0.dtsi | 28 		syscon: syscon@7e6e2000 {  label
  | 
| /Zephyr-latest/boards/arm/v2m_beetle/ | 
| D | v2m_beetle.dts | 129 		syscon: syscon@4001f000 {  label
  | 
| /Zephyr-latest/dts/arm/nxp/ | 
| D | nxp_lpc51u68.dtsi | 26 		syscon: syscon@40000000 {  label
  | 
| D | nxp_lpc11u6x.dtsi | 131 		syscon: clock-controller@40048000 {  label
  | 
| D | nxp_lpc54xxx.dtsi | 41 		syscon: syscon@40000000 {  label
  | 
| D | nxp_lpc55S0x_common.dtsi | 68 	syscon: syscon@0 {  label
  | 
| D | nxp_lpc55S2x_common.dtsi | 88 	syscon: syscon@0 {  label
  | 
| D | nxp_lpc55S1x_common.dtsi | 75 	syscon: syscon@0 {  label
  | 
| D | nxp_lpc55S3x_common.dtsi | 73 	syscon: syscon@0 {  label
  | 
| D | nxp_mcxa156.dtsi | 33 		syscon: syscon@40000000 {  label
  | 
| D | nxp_lpc55S6x_common.dtsi | 113 	syscon: syscon@0 {  label
  | 
| D | nxp_mcxn23x_common.dtsi | 66 	syscon: syscon@0 {  label
  | 
| D | nxp_mcxn94x_common.dtsi | 72 	syscon: syscon@0 {  label
  | 
| /Zephyr-latest/dts/riscv/andes/ | 
| D | andes_v5_ae350.dtsi | 226 		syscon: syscon@f0100000 {  label
  | 
| /Zephyr-latest/drivers/entropy/ | 
| D | entropy_neorv32_trng.c | 35 	const struct device *syscon;  member
  | 
| /Zephyr-latest/drivers/gpio/ | 
| D | gpio_neorv32.c | 33 	const struct device *syscon;  member
  | 
| /Zephyr-latest/drivers/serial/ | 
| D | uart_neorv32.c | 54 	const struct device *syscon;  member
  |