Home
last modified time | relevance | path

Searched refs:ptv (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_dtsec.c163 u32 ptv; /* 0x018 Pause time value register */ member
371 iowrite32be(tmp, &regs->ptv); in init()
843 u32 ptv = 0; in dtsec_set_tx_pause_frames() local
853 ptv = ioread32be(&regs->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, &regs->ptv); in dtsec_set_tx_pause_frames()
/linux/tools/testing/selftests/net/tcp_ao/
H A Drst.c197 struct timeval *ptv = NULL; in test_wait_fds() local
210 ptv = &tv; in test_wait_fds()
234 ret = select(nfd + 1, NULL, &fds, &efds, ptv); in test_wait_fds()
/linux/drivers/input/keyboard/
H A Domap4-keypad.c60 #define OMAP4_KEYPAD_DEBOUNCINGTIME_MS(dbms, ptv) \ argument
61 ((((dbms) * 1000) / ((1 << ((ptv) + 1)) * (1000000 / 32768))) - 1)
/linux/drivers/net/ethernet/freescale/
H A Dgianfar.h705 u32 ptv; /* 0x.028 - Pause Time Value Register */ member
H A Dgianfar.c208 gfar_write(&regs->ptv, DEFAULT_LFC_PTVVAL); in gfar_mac_rx_config()
/linux/tools/testing/selftests/net/
H A Dpmtu.sh2427 while getopts :ptv o
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c9841 u8 ptv, tf, pt; in lpfc_map_topology() local
9843 ptv = bf_get(lpfc_mbx_rd_conf_ptv, rd_config); in lpfc_map_topology()
9848 "2027 Read Config Data : ptv:0x%x, tf:0x%x pt:0x%x", in lpfc_map_topology()
9849 ptv, tf, pt); in lpfc_map_topology()
9850 if (!ptv) { in lpfc_map_topology()