Searched refs:usec (Results 51 - 75 of 116) sorted by relevance

12345

/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_sample.sh238 ip vrf exec v$h1 $MZ $h1 -c 320000 -d 100usec -p 64 -A 192.0.2.1 \
493 ip vrf exec v$h1 $MZ $h1 -c 0 -d 1usec -p 1400 -A 192.0.2.1 \
591 ip vrf exec v$h1 $MZ $h1 -c 320000 -d 100usec -p 64 -A 192.0.2.1 \
/linux-master/drivers/net/xen-netback/
H A Dxenbus.c81 "Credit timer_pending: %d, credit: %lu, usec: %lu\n"
466 unsigned long *bytes, unsigned long *usec)
474 *usec = 0;
491 *usec = u;
465 xen_net_read_rate(struct xenbus_device *dev, unsigned long *bytes, unsigned long *usec) argument
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_mng_tlv.c428 if (p_time->usec > 999)
429 p_time->usec = 0;
434 p_time->hour, p_time->min, p_time->msec, p_time->usec);
/linux-master/drivers/usb/host/
H A Dehci-hcd.c137 * @usec: timeout in microseconds
142 * handshake done). There are two failure modes: "usec" have passed (major
150 u32 mask, u32 done, int usec)
162 usec--;
163 } while (usec > 0);
476 * by default set standard 80% (== 100 usec/uframe) max periodic
149 ehci_handshake(struct ehci_hcd *ehci, void __iomem *ptr, u32 mask, u32 done, int usec) argument
H A Dehci.h896 u32 mask, u32 done, int usec);
/linux-master/drivers/hwmon/
H A Daspeed-pwm-tacho.c530 u32 raw_data, tach_div, clk_source, msec, usec, val; local
543 usec = msec * 1000;
551 usec);
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c1057 unsigned long adr, int usec)
1081 usec -= xip_elapsed_since(start);
1135 } else if (usec >= 1000000/HZ) {
1145 && xip_elapsed_since(start) < usec);
1148 #define UDELAY(map, chip, adr, usec) xip_udelay(map, chip, adr, usec)
1160 #define INVALIDATE_CACHE_UDELAY(map, chip, adr, len, usec) \
1161 UDELAY(map, chip, adr, usec)
1186 #define UDELAY(map, chip, adr, usec) \
1189 cfi_udelay(usec); \
1056 xip_udelay(struct map_info *map, struct flchip *chip, unsigned long adr, int usec) argument
[all...]
/linux-master/arch/s390/kernel/
H A Ddebug.c1494 unsigned long sec, usec; local
1502 usec = do_div(sec, USEC_PER_SEC);
1510 area, sec, usec, level, except_str,
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h229 ahc_scb_timer_reset(struct scb *scb, u_int usec) argument
H A Daic7xxx_osm.c386 ahc_delay(long usec) argument
393 while (usec > 0) {
394 udelay(usec % 1024);
395 usec -= 1024;
H A Daic79xx_osm.c376 ahd_delay(long usec) argument
383 while (usec > 0) {
384 udelay(usec % 1024);
385 usec -= 1024;
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac.h452 unsigned int usec);
/linux-master/include/linux/
H A Dparport.h466 int usec);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dinit.c1784 u16 usec = nvbios_rd16(bios, init->offset + 1); local
1786 trace("TIME\t0x%04x\n", usec);
1790 if (usec < 1000)
1791 udelay(usec);
1793 mdelay((usec + 900) / 1000);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.c613 * time in usec unit
5953 u16 usec = 0; local
5958 usec = length << 3;
5961 usec = length << 2;
5964 usec = (length << 4) / 11;
5965 if ((length << 4) - (usec * 11) > 0)
5966 usec++;
5969 usec = (length << 3) / 11;
5970 if ((length << 3) - (usec * 11) > 0) {
5971 usec
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dhfi.h1715 u32 usec = cclock_to_ns(dd, PACKET_EGRESS_TIMEOUT) / 1000; local
1717 udelay(usec ? usec : 1);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c150 int usleep(useconds_t usec) argument
153 .tv_sec = usec / 1000000,
154 .tv_nsec = (usec % 1000000) * 1000,
/linux-master/drivers/staging/greybus/
H A Dgpio.c225 request.usec = cpu_to_le16(debounce_usec);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c1179 if (nfp_net_coalesce_para_check(factor * moder.usec) ||
1184 value = (moder.pkts << 16) | (factor * moder.usec);
1209 if (nfp_net_coalesce_para_check(factor * moder.usec) ||
1214 value = (moder.pkts << 16) | (factor * moder.usec);
/linux-master/drivers/soc/fsl/dpio/
H A Ddpio-service.c119 dpaa2_io_set_irq_coalescing(d, moder.usec);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c559 coal->rx_coalesce_usecs = rx_moder->usec;
564 coal->tx_coalesce_usecs = tx_moder->usec;
672 rx_moder->usec = coal->rx_coalesce_usecs;
677 tx_moder->usec = coal->tx_coalesce_usecs;
/linux-master/drivers/net/ethernet/cisco/enic/
H A Dvnic_dev.c1015 u32 vnic_dev_intr_coal_timer_usec_to_hw(struct vnic_dev *vdev, u32 usec) argument
1017 return (usec * vdev->intr_coal_timer_info.mul) /
/linux-master/drivers/iio/accel/
H A Dbma400_core.c258 static int usec_to_tapreg_raw(int usec, const int *time_list) argument
263 if (usec == time_list[index])
/linux-master/arch/parisc/kernel/
H A Dfirmware.c1178 * @usec: The number of micro seconds.
1182 int pdc_tod_set(unsigned long sec, unsigned long usec) argument
1188 retval = mem_pdc_call(PDC_TOD, PDC_TOD_WRITE, sec, usec);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c942 static u32 stmmac_usec2riwt(u32 usec, struct stmmac_priv *priv) argument
952 return (usec * (clk / 1000000)) / 256;

Completed in 329 milliseconds

12345