Home
last modified time | relevance | path

Searched refs:RIO_SWP_INFO_PORT_NUM_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Drio_regs.h55 #define RIO_SWP_INFO_PORT_NUM_MASK 0x000000ff /* [I] Maintenance transaction port number */ macro
57 #define RIO_GET_PORT_NUM(x) (x & RIO_SWP_INFO_PORT_NUM_MASK)
/linux-4.4.14/drivers/rapidio/switches/
Dtsi57x.c78 table = (result & RIO_SWP_INFO_PORT_NUM_MASK); in tsi57x_route_get_entry()