Lines Matching defs:hwsetup
482 struct bha_setup hwsetup;
492 rlen = sizeof(hwsetup.reply) +
493 ((sc->sc_flags & BHAF_WIDE) ? sizeof(hwsetup.reply_w) : 0);
494 hwsetup.cmd.opcode = BHA_INQUIRE_SETUP;
495 hwsetup.cmd.len = rlen;
497 sizeof(hwsetup.cmd), (u_char *)&hwsetup.cmd,
498 rlen, (u_char *)&hwsetup.reply);
514 hwsetup.reply_w.high_wide_active & tmask;
517 hwsetup.reply_w.low_wide_active & tmask;
531 &hwsetup.reply_w.sync_high[toff] :
532 &hwsetup.reply.sync_low[toff];