Searched refs:T5_PORT_BASE (Results 1 – 2 of 2) sorted by relevance
268 #define T5_PORT_BASE(idx) (T5_PORT0_BASE + (idx) * T5_PORT_STRIDE) macro269 #define T5_PORT_REG(idx, reg) (T5_PORT_BASE(idx) + (reg))
11878 port_base_addr = T5_PORT_BASE(idx); in t4_clr_port_stats()