| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_pinning_htab.c | 8 struct timer_val { struct 15 __type(value, struct timer_val); argument 22 __type(value, struct timer_val);
|
| /linux/drivers/ufs/host/ |
| H A D | ufs-renesas.c | 201 u32 timer_val; in ufs_renesas_init_disable_timer() local 204 timer_val = ufs_renesas_read(hba, 0xd4) & 0x0000ffff; in ufs_renesas_init_disable_timer() 213 return timer_val; in ufs_renesas_init_disable_timer() 216 static void ufs_renesas_init_enable_timer(struct ufs_hba *hba, u32 timer_val) in ufs_renesas_init_enable_timer() argument 220 ufs_renesas_write(hba, 0xd4, timer_val); in ufs_renesas_init_enable_timer() 243 u32 timer_val; in ufs_renesas_r8a779f0_es10_pre_init() local 250 timer_val = ufs_renesas_init_disable_timer(hba); in ufs_renesas_r8a779f0_es10_pre_init() 314 ufs_renesas_init_enable_timer(hba, timer_val); in ufs_renesas_r8a779f0_es10_pre_init() 340 u32 timer_val; in ufs_renesas_r8a779f0_pre_init() local 360 timer_val = ufs_renesas_init_disable_timer(hba); in ufs_renesas_r8a779f0_pre_init() [all …]
|
| /linux/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()
|
| /linux/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()
|
| /linux/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()
|
| /linux/drivers/watchdog/ |
| H A D | f71808e_wdt.c | 141 u8 timer_val; /* content for the wd_time register */ member 218 wd->timer_val = DIV_ROUND_UP(timeout, 60); in fintek_wdt_set_timeout() 220 timeout = wd->timer_val * 60; in fintek_wdt_set_timeout() 222 wd->timer_val = timeout; in fintek_wdt_set_timeout() 280 wd->timer_val); in fintek_wdt_keepalive()
|
| /linux/arch/xtensa/platforms/iss/ |
| H A D | network.c | 76 unsigned int timer_val; member 344 mod_timer(&lp->timer, jiffies + lp->timer_val); in iss_net_timer() 367 lp->timer_val = ISS_NET_TIMER_VALUE; in iss_net_open() 368 mod_timer(&lp->timer, jiffies + lp->timer_val); in iss_net_open()
|
| /linux/drivers/nvmem/ |
| H A D | qfprom.c | 93 u32 timer_val; member 144 writel(old->timer_val, priv->qfpconf + QFPROM_BLOW_TIMER_OFFSET); in qfprom_disable_fuse_blowing() 227 old->timer_val = readl(priv->qfpconf + QFPROM_BLOW_TIMER_OFFSET); in qfprom_enable_fuse_blowing()
|
| /linux/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() 2597 s->timer_val[0] = core_ticks_to_us(adapter, in adap_init0() 2599 s->timer_val[1] = core_ticks_to_us(adapter, in adap_init0() 2601 s->timer_val[2] = core_ticks_to_us(adapter, in adap_init0() 2603 s->timer_val[3] = core_ticks_to_us(adapter, in adap_init0() 2605 s->timer_val[4] = core_ticks_to_us(adapter, in adap_init0() 2607 s->timer_val[5] = core_ticks_to_us(adapter, in adap_init0()
|
| H A D | adapter.h | 310 u16 timer_val[SGE_NTIMERS]; /* interrupt holdoff timer array */ member
|
| /linux/arch/sparc/kernel/ |
| H A D | time_64.c | 897 int read_current_timer(unsigned long *timer_val) in read_current_timer() argument 899 *timer_val = get_tick(); in read_current_timer()
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_wr.h | 433 uint16_t timer_val[CSIO_SGE_NTIMERS]; member
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 5116 s->timer_val[0] = core_ticks_to_us(adap, in t4_sge_init_soft() 5118 s->timer_val[1] = core_ticks_to_us(adap, in t4_sge_init_soft() 5120 s->timer_val[2] = core_ticks_to_us(adap, in t4_sge_init_soft() 5122 s->timer_val[3] = core_ticks_to_us(adap, in t4_sge_init_soft() 5124 s->timer_val[4] = core_ticks_to_us(adap, in t4_sge_init_soft() 5126 s->timer_val[5] = core_ticks_to_us(adap, in t4_sge_init_soft()
|