Home | History | Annotate | Download | only in ic

Lines Matching refs:bus_width

157 					   u_int bus_width);
161 u_int bus_width, u_int ppr_options);
2884 u_int *bus_width, role_t role)
2886 switch (*bus_width) {
2890 *bus_width = MSG_EXT_WDTR_BUS_16_BIT;
2895 *bus_width = MSG_EXT_WDTR_BUS_8_BIT;
2900 *bus_width = MIN(tinfo->user.width, *bus_width);
2902 *bus_width = MIN(tinfo->goal.width, *bus_width);
3690 u_int bus_width)
3695 ahd->msgout_buf[ahd->msgout_index++] = bus_width;
3700 devinfo->lun, bus_width);
3710 u_int period, u_int offset, u_int bus_width,
3728 ahd->msgout_buf[ahd->msgout_index++] = bus_width;
3732 printf("(%s:%c:%d:%d): Sending PPR bus_width %x, period 0x%x, "
3735 bus_width, period, offset, ppr_options);
4286 u_int bus_width;
4306 bus_width = ahd->msgin_buf[3];
4307 saved_width = bus_width;
4308 ahd_validate_width(ahd, tinfo, &bus_width,
4315 saved_width, bus_width);
4325 if (saved_width > bus_width) {
4331 8 * (0x01 << bus_width));
4332 bus_width = 0;
4347 ahd_construct_wdtr(ahd, devinfo, bus_width);
4363 ahd_set_width(ahd, devinfo, bus_width,
4384 u_int bus_width;
4407 bus_width = ahd->msgin_buf[6];
4408 saved_width = bus_width;
4425 if (bus_width == 0)
4428 ahd_validate_width(ahd, tinfo, &bus_width,
4433 bus_width, devinfo->role);
4441 if (saved_width > bus_width
4447 bus_width = 0;
4464 bus_width, ppr_options);
4477 bus_width, period, offset, ppr_options);
4479 ahd_set_width(ahd, devinfo, bus_width,