Searched defs:syscon (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/sys/dev/extres/syscon/
H A Dsyscon_generic.h37 struct syscon *syscon; member in struct:syscon_generic_softc
H A Dsyscon.h40 struct syscon { struct
[all...]
H A Dsyscon_generic.c92 syscon_generic_unlocked_read_4(struct syscon *syscon, bus_size_t offset) argument
104 syscon_generic_unlocked_write_4(struct syscon *syscon, bus_size_t offset, uint32_t val) argument
115 syscon_generic_unlocked_modify_4(struct syscon *syscon, bus_size_t offset, uint32_t clear_bits, uint32_t set_bits) argument
[all...]
H A Dsyscon.c107 syscon_method_init(struct syscon *syscon) argument
114 syscon_method_uninit(struct syscon *syscon) argument
121 syscon_get_softc(struct syscon *syscon) argument
128 syscon_method_read_4(struct syscon *syscon, bus_size_t offset) argument
139 syscon_method_write_4(struct syscon *syscon, bus_size_t offset, uint32_t val) argument
150 syscon_method_modify_4(struct syscon *syscon, bus_size_t offset, uint32_t clear_bits, uint32_t set_bits) argument
166 struct syscon *syscon; local
185 syscon_register(struct syscon *syscon) argument
213 syscon_unregister(struct syscon *syscon) argument
248 struct syscon *syscon; local
260 syscon_get_ofw_node(struct syscon *syscon) argument
267 syscon_get_by_ofw_node(device_t cdev, phandle_t node, struct syscon **syscon) argument
282 syscon_get_by_ofw_property(device_t cdev, phandle_t cnode, char *name, struct syscon **syscon) argument
[all...]
/freebsd-13-stable/sys/dev/fdt/
H A Dsimple_mfd.h37 struct syscon *syscon; member in struct:simple_mfd_softc
H A Dsimple_mfd.c86 simple_mfd_syscon_read_4(struct syscon *sysco argument
100 simple_mfd_syscon_write_4(struct syscon *syscon, bus_size_t offset, uint32_t val) argument
114 simple_mfd_syscon_modify_4(struct syscon *syscon, bus_size_t offset, uint32_t clear_bits, uint32_t set_bits) argument
131 simple_mfd_syscon_get_handle(device_t dev, struct syscon **syscon) argument
[all...]
/freebsd-13-stable/sys/arm/mv/
H A Dmv_ap806_clock.c97 struct syscon *syscon; member in struct:mv_ap806_clock_softc
H A Dmvebu_pinctrl.c101 struct syscon *syscon; member in struct:mv_pinctrl_softc
H A Da37x0_gpio.c56 struct syscon *syscon; member in struct:a37x0_gpio_softc
H A Dmv_cp110_clock.c130 struct syscon *syscon; member in struct:mv_cp110_clock_softc
H A Dmv_thermal.c92 struct syscon *syscon; member in struct:mv_thermal_softc
H A Dmvebu_gpio.c106 struct syscon *syscon; member in struct:mvebu_gpio_softc
[all...]
/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam3359_cppi41.c63 struct syscon * syscon; member in struct:ti_am3359_cppi41_softc
H A Dam335x_pwmss.c75 struct syscon *syscon; member in struct:am335x_pwmss_softc
[all...]
H A Dam335x_scm.c51 struct syscon *syscon; member in struct:am335x_scm_softc
[all...]
H A Dam335x_musb.c135 struct syscon *syscon; member in struct:musbotg_super_softc
[all...]
/freebsd-13-stable/sys/arm/freescale/imx/
H A Dimx6_snvs.c72 struct syscon *syscon; member in struct:snvs_softc
/freebsd-13-stable/sys/arm/ti/
H A Dti_scm_syscon.c70 struct syscon * syscon; member in struct:ti_scm_syscon_softc
90 ti_scm_syscon_write_4(struct syscon *syscon, bus_size_t offset, uint32_t val) argument
103 ti_scm_syscon_read_4(struct syscon *sysco argument
117 ti_scm_syscon_modify_4(struct syscon *syscon, bus_size_t offset, uint32_t clr, uint32_t set) argument
204 ti_scm_syscon_get_handle(device_t dev, struct syscon **syscon) argument
[all...]
/freebsd-13-stable/sys/arm64/rockchip/
H A Drk_usbphy.c90 struct syscon *syscon; member in struct:rk_phynode_sc
153 struct syscon *syscon; local
[all...]
H A Drk_pcie_phy.c85 struct syscon *syscon; member in struct:rk_pcie_phy_softc
H A Drk3399_emmcphy.c110 struct syscon *syscon; member in struct:rk_emmcphy_softc
[all...]
H A Drk_pinctrl.c908 struct syscon *syscon; local
1013 rk_pinctrl_is_gpio_locked(struct rk_pinctrl_softc *sc, struct syscon *syscon, int bank, uint32_t pin, bool *is_gpio) argument
1095 struct syscon *syscon; local
1119 struct syscon *syscon; local
1160 struct syscon *syscon; local
[all...]
/freebsd-13-stable/sys/arm/allwinner/
H A Dif_awg.c206 struct syscon *syscon; member in struct:awg_softc
[all...]
/freebsd-13-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c1009 struct syscon *syscon; local
[all...]

Completed in 276 milliseconds