[go: nahoru, domu]

Searched defs:intval (Results 1 - 10 of 10) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dcommon.h59 u32 intval; member in struct:ath_beacon_config
H A Dbeacon.c248 u16 intval; local
260 intval = cur_conf->beacon_interval ? : ATH_DEFAULT_BINTVAL;
264 slot = (tsftu % (intval * ATH_BCBUF)) / intval;
438 * Both nexttbtt and intval have to be in usecs.
441 u32 intval, bool reset_tsf)
449 ath9k_hw_beaconinit(ah, nexttbtt, intval);
466 ath9k_beacon_init(sc, conf->nexttbtt, conf->intval, false);
495 ath9k_beacon_init(sc, conf->nexttbtt, conf->intval, conf->ibss_creator);
440 ath9k_beacon_init(struct ath_softc *sc, u32 nexttbtt, u32 intval, bool reset_tsf) argument
H A Dhtc_drv_beacon.c66 * Both nexttbtt and intval have to be in usecs.
77 if (conf->intval >= TU_TO_USEC(DEFAULT_SWBA_RESPONSE))
86 ath9k_hw_beaconinit(ah, conf->nexttbtt, conf->intval);
268 u16 intval; local
271 intval = priv->cur_beacon_conf.beacon_interval;
275 slot = ((tsftu % intval) * ATH9K_HTC_MAX_BCN_VIF) / intval;
279 "Choose slot: %d, tsf: %llu, tsftu: %u, intval: %u\n",
280 slot, tsf, tsftu, intval);
/drivers/s390/block/
H A Ddasd_ioctl.c464 int intval, rc; local
471 if (get_user(intval, (int __user *)argp))
476 if (!intval && test_bit(DASD_FLAG_DEVICE_RO, &base->flags)) {
480 set_disk_ro(bdev->bd_disk, intval);
481 rc = dasd_set_feature(base->cdev, DASD_FEATURE_READONLY, intval);
/drivers/net/wireless/ath/ath5k/
H A Dpcu.c730 * @intval: timers are increased by this interval
739 ath5k_check_timer_win(int a, int b, int window, int intval) argument
748 (a - b == intval - window) || /* 2.) */
749 ((a | 0x10000) - b == intval - window) || /* 3.) */
758 * @intval: beacon interval
795 ath5k_hw_check_beacon_timers(struct ath5k_hw *ah, int intval) argument
807 if (ath5k_check_timer_win(nbtt, atim, 1, intval) &&
809 intval))
H A Dbase.c1958 "tsf %llx tsftu %x intval %u slot %u vif %p\n",
2032 u32 nexttbtt, intval, hw_tu, bc_tu; local
2035 intval = ah->bintval & AR5K_BEACON_PERIOD;
2038 intval /= ATH_BCBUF; /* staggered multi-bss beacons */
2039 if (intval < 15)
2040 ATH5K_WARN(ah, "intval %u is too low, min 15\n",
2041 intval);
2043 if (WARN_ON(!intval))
2063 nexttbtt = roundup(hw_tu + FUDGE, intval);
2069 nexttbtt = intval;
[all...]
/drivers/media/dvb-frontends/
H A Dstb0899_algo.c803 u32 dec_ratio, dec_rate, decim, remain, intval, btr_nom_freq; local
814 intval = (decim * (1 << (config->btr_nco_bits - 1))) / master_clk;
817 intval = (1 << (config->btr_nco_bits - 1)) / (master_clk / 100) * decim / 100;
820 btr_nom_freq = (intval * srate) + ((remain * srate) / master_clk);
/drivers/power/
H A Dsmb347-charger.c884 int ret, intval; local
899 intval = hw_to_current(fcc_tbl, ARRAY_SIZE(fcc_tbl), v & 7);
902 intval = hw_to_current(pcc_tbl, ARRAY_SIZE(pcc_tbl), v & 7);
905 return intval;
914 int ret, intval; local
928 intval = 3500000 + v * 20000;
930 return intval;
943 val->intval = smb->mains_online;
951 val->intval = ret;
959 val->intval
[all...]
/drivers/rapidio/devices/
H A Dtsi721.c471 u32 intval; local
488 intval = ioread32(priv->regs +
490 if (intval & TSI721_SR_CHINT_IDBQRCV)
494 "Unsupported SR_CH_INT %x\n", intval);
497 iowrite32(intval,
546 intval = ioread32(priv->regs + TSI721_RIO_EM_INT_STAT);
547 if (intval & TSI721_RIO_EM_INT_STAT_PW_RX)
/drivers/block/
H A Drbd.c759 int token, intval, ret; local
766 ret = match_int(&argstr[0], &intval);
772 dout("got int token %d val %d\n", token, intval);

Completed in 580 milliseconds