Searched refs:ptv (Results 1 – 5 of 5) sorted by relevance
190 u32 ptv; /* 0x018 Pause time value register */ member426 iowrite32be(tmp, ®s->ptv); in init()965 u32 ptv = 0; in dtsec_set_tx_pause_frames() local985 ptv = ioread32be(®s->ptv); in dtsec_set_tx_pause_frames()986 ptv &= PTV_PTE_MASK; in dtsec_set_tx_pause_frames()987 ptv |= pause_time & PTV_PT_MASK; in dtsec_set_tx_pause_frames()988 iowrite32be(ptv, ®s->ptv); in dtsec_set_tx_pause_frames()
58 #define OMAP4_KEYPAD_DEBOUNCINGTIME_MS(dbms, ptv) \ argument59 ((((dbms) * 1000) / ((1 << ((ptv) + 1)) * (1000000 / 32768))) - 1)
646 u32 ptv; /* 0x.028 - Pause Time Value Register */ member
213 gfar_write(®s->ptv, DEFAULT_LFC_PTVVAL); in gfar_mac_rx_config()
1337 while getopts :ptv o