Home | History | Annotate | Download | only in include

Lines Matching defs:bus_addr_t

111 typedef int64_t bus_addr_t;
117 typedef paddr_t bus_addr_t;
145 int (*bs_map)(void *, bus_addr_t, bus_size_t, int,
153 int (*bs_translate)(void *, bus_addr_t, bus_size_t, int,
159 int (*bs_alloc)(void *, bus_addr_t, bus_addr_t,
161 bus_addr_t *, bus_space_handle_t *);
168 paddr_t (*bs_mmap)(void *, bus_addr_t, off_t, int, int);
321 bus_addr_t mbst_bus_start; /* start of bus window */
322 bus_addr_t mbst_bus_end; /* end of bus window */