• Home
  • Raw
  • Download

Lines Matching refs:bus_width

147 					   u_int bus_width);
151 u_int bus_width, u_int ppr_options);
3817 u_int *bus_width, role_t role) in ahd_validate_width() argument
3819 switch (*bus_width) { in ahd_validate_width()
3823 *bus_width = MSG_EXT_WDTR_BUS_16_BIT; in ahd_validate_width()
3828 *bus_width = MSG_EXT_WDTR_BUS_8_BIT; in ahd_validate_width()
3833 *bus_width = min((u_int)tinfo->user.width, *bus_width); in ahd_validate_width()
3835 *bus_width = min((u_int)tinfo->goal.width, *bus_width); in ahd_validate_width()
4639 u_int bus_width) in ahd_construct_wdtr() argument
4642 ahd->msgout_buf + ahd->msgout_index, bus_width); in ahd_construct_wdtr()
4647 devinfo->lun, bus_width); in ahd_construct_wdtr()
4657 u_int period, u_int offset, u_int bus_width, in ahd_construct_ppr() argument
4671 bus_width, ppr_options); in ahd_construct_ppr()
4677 bus_width, period, offset, ppr_options); in ahd_construct_ppr()
5228 u_int bus_width; in ahd_parse_msg() local
5248 bus_width = ahd->msgin_buf[3]; in ahd_parse_msg()
5249 saved_width = bus_width; in ahd_parse_msg()
5250 ahd_validate_width(ahd, tinfo, &bus_width, in ahd_parse_msg()
5257 saved_width, bus_width); in ahd_parse_msg()
5267 if (saved_width > bus_width) { in ahd_parse_msg()
5273 8 * (0x01 << bus_width)); in ahd_parse_msg()
5274 bus_width = 0; in ahd_parse_msg()
5289 ahd_construct_wdtr(ahd, devinfo, bus_width); in ahd_parse_msg()
5305 ahd_set_width(ahd, devinfo, bus_width, in ahd_parse_msg()
5326 u_int bus_width; in ahd_parse_msg() local
5349 bus_width = ahd->msgin_buf[6]; in ahd_parse_msg()
5350 saved_width = bus_width; in ahd_parse_msg()
5367 if (bus_width == 0) in ahd_parse_msg()
5370 ahd_validate_width(ahd, tinfo, &bus_width, in ahd_parse_msg()
5375 bus_width, devinfo->role); in ahd_parse_msg()
5383 if (saved_width > bus_width in ahd_parse_msg()
5389 bus_width = 0; in ahd_parse_msg()
5406 bus_width, ppr_options); in ahd_parse_msg()
5419 bus_width, period, offset, ppr_options); in ahd_parse_msg()
5421 ahd_set_width(ahd, devinfo, bus_width, in ahd_parse_msg()