/src/sys/dev/pci/ |
if_wpireg.h | 335 uint16_t bintval; member in struct:wpi_cmd_tsf
|
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_iwnreg.h | 555 uint16_t bintval; member in struct:iwn_cmd_timing
|
if_wpi.c | 2526 tsf.bintval = htole16(ni->ni_intval); 2534 DPRINTF(("TSF bintval=%u tstamp=%" PRIu64 ", init=%u\n",
|
/src/sys/dev/usb/ |
if_zyd.c | 1782 zyd_set_beacon_interval(struct zyd_softc *sc, int bintval) 1785 (void)zyd_write32(sc, ZYD_CR_ATIM_WND_PERIOD, bintval - 2); 1786 (void)zyd_write32(sc, ZYD_CR_PRE_TBTT, bintval - 1); 1787 (void)zyd_write32(sc, ZYD_CR_BCN_INTERVAL, bintval);
|