Lines Matching defs:hwperiod
483 struct bha_period hwperiod;
544 rlen = sizeof(hwperiod.reply) +
546 sizeof(hwperiod.reply_w) : 0);
547 hwperiod.cmd.opcode = BHA_INQUIRE_PERIOD;
548 hwperiod.cmd.len = rlen;
550 device_xname(sc->sc_dev), sizeof(hwperiod.cmd),
551 (u_char *)&hwperiod.cmd, rlen,
552 (u_char *)&hwperiod.reply);
555 period = hwperiod.reply_w.period[toff];
557 period = hwperiod.reply.period[toff];