Home | History | Annotate | Download | only in dev

Lines Matching defs:bush

109 	bus_space_handle_t bush;
116 bus_space_map(pa->pa_bust, pa->pa_offset, 4, 0, &bush);
121 zs.zs_chan_b.zc_csr = (volatile uint8_t *)bush;
122 zs.zs_chan_b.zc_data = (volatile uint8_t *)bush + 1;
123 zs.zs_chan_a.zc_csr = (volatile uint8_t *)bush + 2;
124 zs.zs_chan_a.zc_data = (volatile uint8_t *)bush + 3;
187 bus_space_handle_t bush;
191 intiobase_phys + MAINBUS_PCC_OFFSET + PCC_ZS0_OFF, 4, 0, &bush);
194 zs.zs_chan_b.zc_csr = (volatile uint8_t *)bush;
195 zs.zs_chan_b.zc_data = (volatile uint8_t *)bush + 1;
196 zs.zs_chan_a.zc_csr = (volatile uint8_t *)bush + 2;
197 zs.zs_chan_a.zc_data = (volatile uint8_t *)bush + 3;