Lines Matching defs:or1k_bus_space
180 struct or1k_bus_space { struct
203 struct or1k_bus_space_scalar pbs_scalar; argument
204 struct or1k_bus_space_scalar pbs_scalar_stream; argument
205 const struct or1k_bus_space_group *pbs_multi; argument
206 const struct or1k_bus_space_group *pbs_multi_stream; argument
207 const struct or1k_bus_space_group *pbs_region; argument
208 const struct or1k_bus_space_group *pbs_region_stream; argument
209 const struct or1k_bus_space_set *pbs_set; argument
210 const struct or1k_bus_space_set *pbs_set_stream; argument
211 const struct or1k_bus_space_copy *pbs_copy; argument
223 int bus_space_init(struct or1k_bus_space *, const char *, void *, size_t); argument