Lines Matching defs:syscon
107 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
260 syscon_get_ofw_node(struct syscon *syscon) in syscon_get_ofw_node()
267 syscon_get_by_ofw_node(device_t cdev, phandle_t node, struct syscon **syscon) in syscon_get_by_ofw_node()
283 struct syscon **syscon) in syscon_get_by_ofw_property()