Searched refs:ptv (Results 1 – 6 of 6) sorted by relevance
164 u32 ptv; /* 0x018 Pause time value register */ member413 iowrite32be(tmp, ®s->ptv); in init()895 u32 ptv = 0; in dtsec_set_tx_pause_frames() local910 ptv = ioread32be(®s->ptv); in dtsec_set_tx_pause_frames()911 ptv &= PTV_PTE_MASK; in dtsec_set_tx_pause_frames()912 ptv |= pause_time & PTV_PT_MASK; in dtsec_set_tx_pause_frames()913 iowrite32be(ptv, ®s->ptv); in dtsec_set_tx_pause_frames()
59 #define OMAP4_KEYPAD_DEBOUNCINGTIME_MS(dbms, ptv) \ argument60 ((((dbms) * 1000) / ((1 << ((ptv) + 1)) * (1000000 / 32768))) - 1)
705 u32 ptv; /* 0x.028 - Pause Time Value Register */ member
207 gfar_write(®s->ptv, DEFAULT_LFC_PTVVAL); in gfar_mac_rx_config()
2218 while getopts :ptv o
9840 u8 ptv, tf, pt; in lpfc_map_topology() local9842 ptv = bf_get(lpfc_mbx_rd_conf_ptv, rd_config); in lpfc_map_topology()9848 ptv, tf, pt); in lpfc_map_topology()9849 if (!ptv) { in lpfc_map_topology()