Home | History | Annotate | Download | only in include

Lines Matching defs:bus_addr_t

72 typedef u_long bus_addr_t;
147 * int bus_space_map(bus_space_tag_t t, bus_addr_t addr,
157 int bus_space_map(bus_space_tag_t, bus_addr_t, bus_size_t,
171 * bus_addr_t addr, off_t off, int prot, int flags);
177 bus_space_mmap(bus_space_tag_t t, bus_addr_t addr, off_t off, int prot, int flags)
195 * int bus_space_alloc(bus_space_tag_t t, bus_addr_t, rstart,
196 * bus_addr_t rend, bus_size_t size, bus_size_t align,
197 * bus_size_t boundary, int flags, bus_addr_t *addrp,
203 int bus_space_alloc(bus_space_tag_t t, bus_addr_t rstart,
204 bus_addr_t rend, bus_size_t size, bus_size_t align,
205 bus_size_t boundary, int cacheable, bus_addr_t *addrp,