Searched refs:PORT_NUMBER_SHIFT (Results 1 – 2 of 2) sorted by relevance
71 #define PORT_NUMBER_SHIFT (24) /* Indicates Ethernet port or HW pin */ macro
37 return (event->high >> PORT_NUMBER_SHIFT) & PORT_NUMBER_MASK; in cpts_event_port()