Searched refs:ptv (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/ |
H A D | fman_dtsec.c | 190 u32 ptv; /* 0x018 Pause time value register */ member 439 iowrite32be(tmp, ®s->ptv); in init() 960 u32 ptv = 0; in dtsec_set_tx_pause_frames() local 980 ptv = ioread32be(®s->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, ®s->ptv); in dtsec_set_tx_pause_frames()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | omap4-keypad.c | 58 #define OMAP4_KEYPAD_DEBOUNCINGTIME_MS(dbms, ptv) \ 59 ((((dbms) * 1000) / ((1 << ((ptv) + 1)) * (1000000 / 32768))) - 1)
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | omap4-keypad.c | 59 #define OMAP4_KEYPAD_DEBOUNCINGTIME_MS(dbms, ptv) \ 60 ((((dbms) * 1000) / ((1 << ((ptv) + 1)) * (1000000 / 32768))) - 1)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | gianfar.h | 645 u32 ptv; /* 0x.028 - Pause Time Value Register */ member
|
H A D | gianfar.c | 211 gfar_write(®s->ptv, DEFAULT_LFC_PTVVAL); in gfar_mac_rx_config()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | pmtu.sh | 1868 while getopts :ptv o
|
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 8412 u8 ptv, tf, pt; in lpfc_map_topology() local 8414 ptv = bf_get(lpfc_mbx_rd_conf_ptv, rd_config); in lpfc_map_topology() 8419 "2027 Read Config Data : ptv:0x%x, tf:0x%x pt:0x%x", in lpfc_map_topology() 8420 ptv, tf, pt); in lpfc_map_topology() 8421 if (!ptv) { in lpfc_map_topology()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | pmtu.sh | 2255 while getopts :ptv o
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 9845 u8 ptv, tf, pt; in lpfc_map_topology() local 9847 ptv = bf_get(lpfc_mbx_rd_conf_ptv, rd_config); in lpfc_map_topology() 9852 "2027 Read Config Data : ptv:0x%x, tf:0x%x pt:0x%x", in lpfc_map_topology() 9853 ptv, tf, pt); in lpfc_map_topology() 9854 if (!ptv) { in lpfc_map_topology()
|
Completed in 54 milliseconds