Searched refs:ptv (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/hw/timer/ |
H A D | omap_gptimer.c | 62 int ptv; member 251 s->ptv = 0; in omap_gp_timer_reset() 296 (s->ptv << 2) | in omap_gp_timer_readw() 393 s->ptv = (value >> 2) & 7; in omap_gp_timer_write() 405 s->ticks_per_sec = NANOSECONDS_PER_SECOND << (s->pre ? s->ptv + 1 : 0); in omap_gp_timer_write()
|
/openbmc/linux/drivers/net/ethernet/freescale/fman/ |
H A D | fman_dtsec.c | 163 u32 ptv; /* 0x018 Pause time value register */ member 371 iowrite32be(tmp, ®s->ptv); in init() 843 u32 ptv = 0; in dtsec_set_tx_pause_frames() local 853 ptv = ioread32be(®s->ptv); in dtsec_set_tx_pause_frames() 854 ptv &= PTV_PTE_MASK; in dtsec_set_tx_pause_frames() 855 ptv |= pause_time & PTV_PT_MASK; in dtsec_set_tx_pause_frames() 856 iowrite32be(ptv, ®s->ptv); in dtsec_set_tx_pause_frames()
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | omap4-keypad.c | 59 #define OMAP4_KEYPAD_DEBOUNCINGTIME_MS(dbms, ptv) \ argument 60 ((((dbms) * 1000) / ((1 << ((ptv) + 1)) * (1000000 / 32768))) - 1)
|
/openbmc/u-boot/include/ |
H A D | fsl_dtsec.h | 18 u32 ptv; /* pause time value */ member
|
H A D | tsec.h | 303 u32 ptv; /* Pause Time Value */ member
|
/openbmc/qemu/hw/arm/ |
H A D | omap1.c | 117 int ptv; member 128 return timer->val - muldiv64(distance >> (timer->ptv + 1), in omap_timer_read() 146 expires = muldiv64((uint64_t) timer->val << (timer->ptv + 1), in omap_timer_update() 214 return (s->enable << 5) | (s->ptv << 2) | (s->ar << 1) | s->st; in omap_mpu_timer_read() 241 s->ptv = (value >> 2) & 7; in omap_mpu_timer_write() 272 s->ptv = 0; in omap_mpu_timer_reset() 320 return (s->timer.ptv << 9) | (s->timer.ar << 8) | in omap_wd_timer_read() 347 s->timer.ptv = (value >> 9) & 7; in omap_wd_timer_write() 402 s->timer.ptv = 0; in omap_wd_timer_reset() 509 s->timer.ptv = 0; in omap_os_timer_reset()
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | gianfar.h | 705 u32 ptv; /* 0x.028 - Pause Time Value Register */ member
|
H A D | gianfar.c | 207 gfar_write(®s->ptv, DEFAULT_LFC_PTVVAL); in gfar_mac_rx_config()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | immap_86xx.h | 293 uint ptv; /* 0x24028 - Pause Time Value Register */ member
|
H A D | immap_85xx.h | 342 u32 ptv; /* Pause Time Value */ member
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | pmtu.sh | 2255 while getopts :ptv o
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 9848 u8 ptv, tf, pt; in lpfc_map_topology() local 9850 ptv = bf_get(lpfc_mbx_rd_conf_ptv, rd_config); in lpfc_map_topology() 9856 ptv, tf, pt); in lpfc_map_topology() 9857 if (!ptv) { in lpfc_map_topology()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 10351 struct timeval tv, *ptv = NULL; in _syscall2() local 10358 ptv = &tv; in _syscall2() 10368 return get_errno(settimeofday(ptv, ptz)); in _syscall2()
|