Searched refs:PORT_NUMBER_MASK (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/ti/ | ||
H A D | cpts.h | 72 #define PORT_NUMBER_MASK (0x1f) macro |
H A D | cpts.c | 37 return (event->high >> PORT_NUMBER_SHIFT) & PORT_NUMBER_MASK; in cpts_event_port() |