Home
last modified time | relevance | path

Searched defs:syscon (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/sys/dev/syscon/
H A Dsyscon.c107 syscon_method_init(struct syscon *syscon) in syscon_method_init()
114 syscon_method_uninit(struct syscon *syscon) in syscon_method_uninit()
121 syscon_get_softc(struct syscon *syscon) in syscon_get_softc()
128 syscon_method_read_4(struct syscon *syscon, bus_size_t offset) in syscon_method_read_4()
139 syscon_method_write_4(struct syscon *syscon, bus_size_t offset, uint32_t val) in syscon_method_write_4()
150 syscon_method_modify_4(struct syscon *syscon, bus_size_t offset, in syscon_method_modify_4()
166 struct syscon *syscon; in syscon_create() local
185 syscon_register(struct syscon *syscon) in syscon_register()
213 syscon_unregister(struct syscon *syscon) in syscon_unregister()
248 struct syscon *syscon; in syscon_create_ofw_node() local
[all …]
H A Dsyscon.h38 struct syscon { struct
45 phandle_t ofw_node; /* OFW node for syscon */ argument
59 void *syscon_get_softc(struct syscon *syscon); argument
H A Dsyscon_generic.c90 syscon_generic_unlocked_read_4(struct syscon *syscon, bus_size_t offset) in syscon_generic_unlocked_read_4()
102 syscon_generic_unlocked_write_4(struct syscon *syscon, bus_size_t offset, uint32_t val) in syscon_generic_unlocked_write_4()
113 syscon_generic_unlocked_modify_4(struct syscon *syscon, bus_size_t offset, in syscon_generic_unlocked_modify_4()
H A Dsyscon_generic.h35 struct syscon *syscon; member
/freebsd/sys/arm/ti/
H A Dti_scm_syscon.c65 struct syscon * syscon; member
85 ti_scm_syscon_write_4(struct syscon *syscon, bus_size_t offset, uint32_t val) in ti_scm_syscon_write_4()
98 ti_scm_syscon_read_4(struct syscon *syscon, bus_size_t offset) in ti_scm_syscon_read_4()
112 ti_scm_syscon_modify_4(struct syscon *syscon, bus_size_t offset, uint32_t clr, uint32_t set) in ti_scm_syscon_modify_4()
199 ti_scm_syscon_get_handle(device_t dev, struct syscon **syscon) in ti_scm_syscon_get_handle()
/freebsd/sys/dev/fdt/
H A Dsimple_mfd.c83 simple_mfd_syscon_read_4(struct syscon *syscon, bus_size_t offset) in simple_mfd_syscon_read_4()
95 simple_mfd_syscon_write_4(struct syscon *syscon, bus_size_t offset, in simple_mfd_syscon_write_4()
107 simple_mfd_syscon_modify_4(struct syscon *syscon, bus_size_t offset, in simple_mfd_syscon_modify_4()
123 simple_mfd_syscon_get_handle(device_t dev, struct syscon **syscon) in simple_mfd_syscon_get_handle()
H A Dsimple_mfd.h35 struct syscon *syscon; member
/freebsd/sys/contrib/device-tree/src/arm/gemini/
H A Dgemini-wbd111.dts97 syscon: syscon@40000000 { label
H A Dgemini-nas4220b.dts91 syscon: syscon@40000000 { label
H A Dgemini-wbd222.dts101 syscon: syscon@40000000 { label
H A Dgemini-rut1xx.dts80 syscon: syscon@40000000 { label
H A Dgemini-sl93512r.dts153 syscon: syscon@40000000 { label
H A Dgemini-sq201.dts141 syscon: syscon@40000000 { label
H A Dgemini-dlink-dns-313.dts199 syscon: syscon@40000000 { label
H A Dgemini-dlink-dir-685.dts348 syscon: syscon@40000000 { label
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h5.dtsi82 syscon: system-control@1c00000 { label
/freebsd/sys/contrib/device-tree/src/arm/intel/axm/
H A Daxm55xx.dtsi95 syscon: syscon@2010030000 { label
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun8i-h3.dtsi166 syscon: system-control@1c00000 { label
/freebsd/sys/contrib/device-tree/src/arm64/amd/
H A Delba.dtsi186 syscon: syscon@307c0000 { label
/freebsd/sys/arm64/rockchip/
H A Drk_usbphy.c87 struct syscon *syscon; member
150 struct syscon *syscon; in rk_usbphy_init_phy() local
H A Drk_pinctrl.c1143 struct syscon *syscon; in rk_pinctrl_configure_pin() local
1279 rk_pinctrl_is_gpio_locked(struct rk_pinctrl_softc *sc, struct syscon *syscon, in rk_pinctrl_is_gpio_locked()
1361 struct syscon *syscon; in rk_pinctrl_is_gpio() local
1385 struct syscon *syscon; in rk_pinctrl_get_flags() local
1425 struct syscon *syscon; in rk_pinctrl_set_flags() local
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx51-ts4800.dts153 syscon: syscon@10000 { label
/freebsd/sys/arm/mv/clk/
H A Da37x0_xtal.c82 struct syscon *syscon; in a37x0_xtal_attach() local
/freebsd/sys/contrib/device-tree/src/arm/axis/
H A Dartpec6.dtsi72 syscon: syscon@f8000000 { label
/freebsd/sys/arm/ti/am335x/
H A Dam335x_pwmss.c72 struct syscon *syscon; member

123