Home | History | Annotate | Download | only in ic

Lines Matching defs:bus_width

181 					   u_int bus_width);
185 u_int bus_width, u_int ppr_options);
1820 u_int *bus_width, role_t role)
1822 switch (*bus_width) {
1826 *bus_width = MSG_EXT_WDTR_BUS_16_BIT;
1831 *bus_width = MSG_EXT_WDTR_BUS_8_BIT;
1836 *bus_width = MIN(tinfo->user.width, *bus_width);
1838 *bus_width = MIN(tinfo->goal.width, *bus_width);
2478 u_int bus_width)
2483 ahc->msgout_buf[ahc->msgout_index++] = bus_width;
2488 devinfo->lun, bus_width);
2498 u_int period, u_int offset, u_int bus_width,
2509 ahc->msgout_buf[ahc->msgout_index++] = bus_width;
2513 printf("(%s:%c:%d:%d): Sending PPR bus_width %x, period %x, "
2516 bus_width, period, offset, ppr_options);
3120 u_int bus_width;
3140 bus_width = ahc->msgin_buf[3];
3141 saved_width = bus_width;
3142 ahc_validate_width(ahc, tinfo, &bus_width,
3149 saved_width, bus_width);
3159 if (saved_width > bus_width) {
3165 8 * (0x01 << bus_width));
3166 bus_width = 0;
3181 ahc_construct_wdtr(ahc, devinfo, bus_width);
3186 ahc_set_width(ahc, devinfo, bus_width,
3212 u_int bus_width;
3235 bus_width = ahc->msgin_buf[6];
3236 saved_width = bus_width;
3255 if (bus_width == 0)
3258 ahc_validate_width(ahc, tinfo, &bus_width,
3264 &offset, bus_width,
3273 if (saved_width > bus_width
3279 bus_width = 0;
3297 bus_width, ppr_options);
3310 bus_width, period, offset, ppr_options);
3312 ahc_set_width(ahc, devinfo, bus_width,