| /OK3568_Linux_fs/kernel/drivers/scsi/csiostor/ |
| H A D | csio_wr.c | 1279 for (i = 0; i < ARRAY_SIZE(s->timer_val); i++) { in csio_closest_timer() 1280 delta = time - s->timer_val[i]; in csio_closest_timer() 1493 sge->timer_val[0] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1495 sge->timer_val[1] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1497 sge->timer_val[2] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1499 sge->timer_val[3] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1501 sge->timer_val[4] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1503 sge->timer_val[5] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1570 sge->timer_val[0] = CSIO_SGE_TIMER_VAL_0; in csio_wr_set_sge() 1571 sge->timer_val[1] = CSIO_SGE_TIMER_VAL_1; in csio_wr_set_sge() [all …]
|
| H A D | csio_wr.h | 433 uint16_t timer_val[CSIO_SGE_NTIMERS]; member
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | timex.h | 17 static inline int read_current_timer(unsigned long *timer_val) in read_current_timer() argument 19 *timer_val = __vmgettime(); in read_current_timer()
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | timex.h | 85 static inline int read_current_timer(unsigned long *timer_val) in read_current_timer() argument 87 *timer_val = get_cycles(); in read_current_timer()
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | delay.c | 30 int read_current_timer(unsigned long *timer_val) in read_current_timer() argument 35 *timer_val = delay_timer->read_current_timer(); in read_current_timer()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt76x02_beacon.c | 105 u32 timer_val = dev->mt76.beacon_int << 4; in mt76x02_resync_beacon_timer() local 122 timer_val -= 1; in mt76x02_resync_beacon_timer() 125 MT_BEACON_TIME_CFG_INTVAL, timer_val); in mt76x02_resync_beacon_timer()
|
| /OK3568_Linux_fs/kernel/arch/x86/lib/ |
| H A D | delay.c | 192 int read_current_timer(unsigned long *timer_val) in read_current_timer() argument 195 *timer_val = rdtsc(); in read_current_timer()
|
| /OK3568_Linux_fs/kernel/drivers/nvmem/ |
| H A D | qfprom.c | 88 u32 timer_val; member 107 writel(old->timer_val, priv->qfpconf + QFPROM_BLOW_TIMER_OFFSET); in qfprom_disable_fuse_blowing() 179 old->timer_val = readl(priv->qfpconf + QFPROM_BLOW_TIMER_OFFSET); in qfprom_enable_fuse_blowing()
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | f71808e_wdt.c | 148 u8 timer_val; /* content for the wd_time register */ member 232 watchdog.timer_val = DIV_ROUND_UP(timeout, 60); in watchdog_set_timeout() 234 timeout = watchdog.timer_val * 60; in watchdog_set_timeout() 236 watchdog.timer_val = timeout; in watchdog_set_timeout() 302 watchdog.timer_val); in watchdog_keepalive()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/platforms/iss/ |
| H A D | network.c | 75 unsigned int timer_val; member 355 mod_timer(&lp->timer, jiffies + lp->timer_val); in iss_net_timer() 387 lp->timer_val = ISS_NET_TIMER_VALUE; in iss_net_open() 388 mod_timer(&lp->timer, jiffies + lp->timer_val); in iss_net_open()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | timex.h | 167 int read_current_timer(unsigned long *timer_val);
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/ |
| H A D | aw_monitor.c | 954 unsigned int timer_val = 0; in aw_attr_set_monitor_time() local 960 ret = kstrtouint(buf, 0, &timer_val); in aw_attr_set_monitor_time() 964 AW_DEV_LOGI(aw87xxx->dev, "input monitor timer=%d(ms)", timer_val); in aw_attr_set_monitor_time() 971 if (timer_val != monitor_hdr->monitor_time) in aw_attr_set_monitor_time() 972 monitor_hdr->monitor_time = timer_val; in aw_attr_set_monitor_time()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/ |
| H A D | cxgb4vf_main.c | 1023 for (i = 0; i < ARRAY_SIZE(s->timer_val); i++) { in closest_timer() 1024 int delta = us - s->timer_val[i]; in closest_timer() 1060 ? adapter->sge.timer_val[timer_idx] in qtimer_val() 2589 s->timer_val[0] = core_ticks_to_us(adapter, in adap_init0() 2591 s->timer_val[1] = core_ticks_to_us(adapter, in adap_init0() 2593 s->timer_val[2] = core_ticks_to_us(adapter, in adap_init0() 2595 s->timer_val[3] = core_ticks_to_us(adapter, in adap_init0() 2597 s->timer_val[4] = core_ticks_to_us(adapter, in adap_init0() 2599 s->timer_val[5] = core_ticks_to_us(adapter, in adap_init0()
|
| H A D | adapter.h | 309 u16 timer_val[SGE_NTIMERS]; /* interrupt holdoff timer array */ member
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | time_64.c | 895 int read_current_timer(unsigned long *timer_val) in read_current_timer() argument 897 *timer_val = get_tick(); in read_current_timer()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 5115 s->timer_val[0] = core_ticks_to_us(adap, in t4_sge_init_soft() 5117 s->timer_val[1] = core_ticks_to_us(adap, in t4_sge_init_soft() 5119 s->timer_val[2] = core_ticks_to_us(adap, in t4_sge_init_soft() 5121 s->timer_val[3] = core_ticks_to_us(adap, in t4_sge_init_soft() 5123 s->timer_val[4] = core_ticks_to_us(adap, in t4_sge_init_soft() 5125 s->timer_val[5] = core_ticks_to_us(adap, in t4_sge_init_soft()
|
| H A D | cxgb4.h | 992 u16 timer_val[SGE_NTIMERS]; member 1605 return idx < SGE_NTIMERS ? adap->sge.timer_val[idx] : 0; in qtimer_val()
|
| H A D | cxgb4_main.c | 1204 for (i = 0; i < ARRAY_SIZE(s->timer_val); i++) { in closest_timer() 1205 delta = time - s->timer_val[i]; in closest_timer()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_main.c | 5945 t_u32 timer_val = MOAL_TIMER_10S; local 6234 (int)timer_val); 6236 timer_val);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_main.c | 8267 t_u32 timer_val = MOAL_TIMER_10S; local 8698 (int)timer_val); 8700 timer_val);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | wlioctl.h | 13127 uint32 timer_val; /* DHCP lease time remaining in seconds */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | wlioctl.h | 13127 uint32 timer_val; /* DHCP lease time remaining in seconds */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | wlioctl.h | 13138 uint32 timer_val; /* DHCP lease time remaining in seconds */ member
|