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

  /src/sys/dev/pci/
if_iwn.c 3675 cmd.bintval = htole16(ni->ni_intval);
3683 DPRINTF(("timing bintval=%u, tstamp=%" PRIu64 ", init=%" PRIu32 "\n",
4697 int bintval = 0; local in function:iwn_limit_dwell
4699 /* bintval is in TU (1.024mS) */
4701 bintval = ni->ni_intval;
4707 * XXX Yes, the math should take into account that bintval
4710 if (bintval > 0)
4711 return MIN(IWN_PASSIVE_DWELL_BASE, ((bintval * 85) / 100));
6703 frm += 12; /* skip tstamp, bintval and capinfo fields */
if_wpireg.h 335 uint16_t bintval; member in struct:wpi_cmd_tsf
if_iwnreg.h 555 uint16_t bintval; member in struct:iwn_cmd_timing

Completed in 20 milliseconds