HomeSort by: relevance | last modified time | path
    Searched defs:hwperiod (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
bha.c 483 struct bha_period hwperiod; local in function:bha_get_xfer_mode
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]
    [all...]
bha.c 483 struct bha_period hwperiod; local in function:bha_get_xfer_mode
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]
    [all...]

Completed in 24 milliseconds