Lines Matching defs:bus_width
178 u_int bus_width);
182 u_int bus_width, u_int ppr_options);
1860 u_int *bus_width, role_t role)
1862 switch (*bus_width) {
1866 *bus_width = MSG_EXT_WDTR_BUS_16_BIT;
1871 *bus_width = MSG_EXT_WDTR_BUS_8_BIT;
1876 *bus_width = MIN(tinfo->user.width, *bus_width);
1878 *bus_width = MIN(tinfo->goal.width, *bus_width);
2521 u_int bus_width)
2526 ahc->msgout_buf[ahc->msgout_index++] = bus_width;
2531 devinfo->lun, bus_width);
2541 u_int period, u_int offset, u_int bus_width,
2552 ahc->msgout_buf[ahc->msgout_index++] = bus_width;
2556 printf("(%s:%c:%d:%d): Sending PPR bus_width %x, period %x, "
2559 bus_width, period, offset, ppr_options);
3163 u_int bus_width;
3183 bus_width = ahc->msgin_buf[3];
3184 saved_width = bus_width;
3185 ahc_validate_width(ahc, tinfo, &bus_width,
3192 saved_width, bus_width);
3202 if (saved_width > bus_width) {
3208 8 * (0x01 << bus_width));
3209 bus_width = 0;
3224 ahc_construct_wdtr(ahc, devinfo, bus_width);
3240 ahc_set_width(ahc, devinfo, bus_width,
3262 u_int bus_width;
3285 bus_width = ahc->msgin_buf[6];
3286 saved_width = bus_width;
3305 if (bus_width == 0)
3308 ahc_validate_width(ahc, tinfo, &bus_width,
3314 &offset, bus_width,
3323 if (saved_width > bus_width
3329 bus_width = 0;
3347 bus_width, ppr_options);
3360 bus_width, period, offset, ppr_options);
3362 ahc_set_width(ahc, devinfo, bus_width,