Home | History | Annotate | Download | only in dev

Lines Matching defs:bush

110 	bus_space_handle_t bush;
117 bus_space_map(pa->pa_bust, pa->pa_offset, 8, 0, &bush);
122 zs.zs_chan_b.zc_csr = (volatile uint8_t *)bush + 1;
123 zs.zs_chan_b.zc_data = (volatile uint8_t *)bush + 3;
124 zs.zs_chan_a.zc_csr = (volatile uint8_t *)bush + 5;
125 zs.zs_chan_a.zc_data = (volatile uint8_t *)bush + 7;
169 bus_space_handle_t bush;
174 &bush);
177 zs.zs_chan_b.zc_csr = (volatile uint8_t *)bush + 1;
178 zs.zs_chan_b.zc_data = (volatile uint8_t *)bush + 3;
179 zs.zs_chan_a.zc_csr = (volatile uint8_t *)bush + 5;
180 zs.zs_chan_a.zc_data = (volatile uint8_t *)bush + 7;