/linux-4.1.27/arch/hexagon/include/asm/ |
D | timex.h | 30 static inline int read_current_timer(unsigned long *timer_val) in read_current_timer() argument 32 *timer_val = (unsigned long) __vmgettime(); in read_current_timer()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_wr.c | 1274 for (i = 0; i < ARRAY_SIZE(s->timer_val); i++) { in csio_closest_timer() 1275 delta = time - s->timer_val[i]; in csio_closest_timer() 1419 sge->timer_val[0] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1421 sge->timer_val[1] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1423 sge->timer_val[2] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1425 sge->timer_val[3] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1427 sge->timer_val[4] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1429 sge->timer_val[5] = (uint16_t)csio_core_ticks_to_us(hw, in csio_wr_get_sge() 1496 sge->timer_val[0] = CSIO_SGE_TIMER_VAL_0; in csio_wr_set_sge() 1497 sge->timer_val[1] = CSIO_SGE_TIMER_VAL_1; in csio_wr_set_sge() [all …]
|
D | csio_wr.h | 433 uint16_t timer_val[CSIO_SGE_NTIMERS]; member
|
/linux-4.1.27/arch/x86/lib/ |
D | delay.c | 100 int read_current_timer(unsigned long *timer_val) in read_current_timer() argument 103 rdtscll(*timer_val); in read_current_timer()
|
/linux-4.1.27/arch/arm/lib/ |
D | delay.c | 42 int read_current_timer(unsigned long *timer_val) in read_current_timer() argument 47 *timer_val = delay_timer->read_current_timer(); in read_current_timer()
|
/linux-4.1.27/include/linux/ |
D | timex.h | 157 int read_current_timer(unsigned long *timer_val);
|
/linux-4.1.27/arch/xtensa/platforms/iss/ |
D | network.c | 78 unsigned int timer_val; member 354 mod_timer(&lp->timer, jiffies + lp->timer_val); in iss_net_timer() 386 lp->timer_val = ISS_NET_TIMER_VALUE; in iss_net_open() 389 mod_timer(&lp->timer, jiffies + lp->timer_val); in iss_net_open()
|
/linux-4.1.27/drivers/watchdog/ |
D | f71808e_wdt.c | 145 u8 timer_val; /* content for the wd_time register */ member 230 watchdog.timer_val = DIV_ROUND_UP(timeout, 60); in watchdog_set_timeout() 233 watchdog.timer_val = timeout; in watchdog_set_timeout() 290 watchdog.timer_val); in watchdog_keepalive()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 990 for (i = 0; i < ARRAY_SIZE(s->timer_val); i++) { in closest_timer() 991 int delta = us - s->timer_val[i]; in closest_timer() 1027 ? adapter->sge.timer_val[timer_idx] in qtimer_val() 2296 s->timer_val[0] = core_ticks_to_us(adapter, in adap_init0() 2298 s->timer_val[1] = core_ticks_to_us(adapter, in adap_init0() 2300 s->timer_val[2] = core_ticks_to_us(adapter, in adap_init0() 2302 s->timer_val[3] = core_ticks_to_us(adapter, in adap_init0() 2304 s->timer_val[4] = core_ticks_to_us(adapter, in adap_init0() 2306 s->timer_val[5] = core_ticks_to_us(adapter, in adap_init0()
|
D | adapter.h | 308 u16 timer_val[SGE_NTIMERS]; /* interrupt holdoff timer array */ member
|
/linux-4.1.27/arch/sparc/kernel/ |
D | time_64.c | 843 int read_current_timer(unsigned long *timer_val) in read_current_timer() argument 845 *timer_val = tick_ops->get_tick(); in read_current_timer()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 2978 s->timer_val[0] = core_ticks_to_us(adap, in t4_sge_init_soft() 2980 s->timer_val[1] = core_ticks_to_us(adap, in t4_sge_init_soft() 2982 s->timer_val[2] = core_ticks_to_us(adap, in t4_sge_init_soft() 2984 s->timer_val[3] = core_ticks_to_us(adap, in t4_sge_init_soft() 2986 s->timer_val[4] = core_ticks_to_us(adap, in t4_sge_init_soft() 2988 s->timer_val[5] = core_ticks_to_us(adap, in t4_sge_init_soft()
|
D | cxgb4.h | 625 u16 timer_val[SGE_NTIMERS]; member 1036 return idx < SGE_NTIMERS ? adap->sge.timer_val[idx] : 0; in qtimer_val()
|
D | cxgb4_main.c | 1336 for (i = 0; i < ARRAY_SIZE(s->timer_val); i++) { in closest_timer() 1337 delta = time - s->timer_val[i]; in closest_timer()
|