Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/freescale/fman/
Dfman_dtsec.c190 u32 ptv; /* 0x018 Pause time value register */ member
439 iowrite32be(tmp, &regs->ptv); in init()
960 u32 ptv = 0; in dtsec_set_tx_pause_frames() local
980 ptv = ioread32be(&regs->ptv); in dtsec_set_tx_pause_frames()
981 ptv &= PTV_PTE_MASK; in dtsec_set_tx_pause_frames()
982 ptv |= pause_time & PTV_PT_MASK; in dtsec_set_tx_pause_frames()
983 iowrite32be(ptv, &regs->ptv); in dtsec_set_tx_pause_frames()
/linux-5.19.10/drivers/input/keyboard/
Domap4-keypad.c59 #define OMAP4_KEYPAD_DEBOUNCINGTIME_MS(dbms, ptv) \ argument
60 ((((dbms) * 1000) / ((1 << ((ptv) + 1)) * (1000000 / 32768))) - 1)
/linux-5.19.10/drivers/net/ethernet/freescale/
Dgianfar.h705 u32 ptv; /* 0x.028 - Pause Time Value Register */ member
Dgianfar.c207 gfar_write(&regs->ptv, DEFAULT_LFC_PTVVAL); in gfar_mac_rx_config()
/linux-5.19.10/tools/testing/selftests/net/
Dpmtu.sh2216 while getopts :ptv o
/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_init.c9851 u8 ptv, tf, pt; in lpfc_map_topology() local
9853 ptv = bf_get(lpfc_mbx_rd_conf_ptv, rd_config); in lpfc_map_topology()
9859 ptv, tf, pt); in lpfc_map_topology()
9860 if (!ptv) { in lpfc_map_topology()