Home
last modified time | relevance | path

Searched refs:route_destid (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/drivers/rapidio/switches/
Dtsi500.c23 …entry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 route_port) in tsi500_route_add_entry() argument
26 u32 offset = 0x10000 + 0xa00 + ((route_destid / 2)&~0x3); in tsi500_route_add_entry()
31 result &= ~(0xf << (4*(route_destid & 0x7))); in tsi500_route_add_entry()
33 …(mport, destid, hopcount, offset + (0x20000*i), result | (route_port << (4*(route_destid & 0x7)))); in tsi500_route_add_entry()
37 result &= ~(0xf << (4*(route_destid & 0x7))); in tsi500_route_add_entry()
38 …rt, destid, hopcount, offset + (0x20000*table), result | (route_port << (4*(route_destid & 0x7)))); in tsi500_route_add_entry()
45 …ntry(struct rio_mport *mport, u16 destid, u8 hopcount, u16 table, u16 route_destid, u8 *route_port) in tsi500_route_get_entry() argument
48 u32 offset = 0x10000 + 0xa00 + ((route_destid / 2)&~0x3); in tsi500_route_get_entry()
56 result &= 0xf << (4*(route_destid & 0x7)); in tsi500_route_get_entry()
57 *route_port = result >> (4*(route_destid & 0x7)); in tsi500_route_get_entry()
Dtsi568.c37 u16 table, u16 route_destid, u8 route_port) in tsi568_route_add_entry() argument
41 SPBC_ROUTE_CFG_DESTID, route_destid); in tsi568_route_add_entry()
47 route_destid); in tsi568_route_add_entry()
59 u16 table, u16 route_destid, u8 *route_port) in tsi568_route_get_entry() argument
66 SPBC_ROUTE_CFG_DESTID, route_destid); in tsi568_route_get_entry()
72 route_destid); in tsi568_route_get_entry()
Didtcps.c25 u16 table, u16 route_destid, u8 route_port) in idtcps_route_add_entry() argument
34 RIO_STD_RTE_CONF_DESTID_SEL_CSR, route_destid); in idtcps_route_add_entry()
49 u16 table, u16 route_destid, u8 *route_port) in idtcps_route_get_entry() argument
55 RIO_STD_RTE_CONF_DESTID_SEL_CSR, route_destid); in idtcps_route_get_entry()
Dtsi57x.c46 u16 table, u16 route_destid, u8 route_port) in tsi57x_route_add_entry() argument
50 SPBC_ROUTE_CFG_DESTID, route_destid); in tsi57x_route_add_entry()
55 SPP_ROUTE_CFG_DESTID(table), route_destid); in tsi57x_route_add_entry()
67 u16 table, u16 route_destid, u8 *route_port) in tsi57x_route_get_entry() argument
81 SPP_ROUTE_CFG_DESTID(table), route_destid); in tsi57x_route_get_entry()
Didt_gen2.c88 u16 table, u16 route_destid, u8 route_port) in idtg2_route_add_entry() argument
109 (u32)route_destid); in idtg2_route_add_entry()
121 u16 table, u16 route_destid, u8 *route_port) in idtg2_route_get_entry() argument
138 route_destid); in idtg2_route_get_entry()
/linux-2.6.39/drivers/rapidio/
Drio.h33 u8 hopcount, u16 table, u16 route_destid,
36 u8 hopcount, u16 table, u16 route_destid,
Drio.c1031 u16 table, u16 route_destid, u8 route_port) in rio_std_route_add_entry() argument
1036 (u32)route_destid); in rio_std_route_add_entry()
1058 u16 table, u16 route_destid, u8 *route_port) in rio_std_route_get_entry() argument
1064 RIO_STD_RTE_CONF_DESTID_SEL_CSR, route_destid); in rio_std_route_get_entry()
Drio-scan.c660 u16 table, u16 route_destid, u8 route_port, int lock) in rio_route_add_entry() argument
673 route_destid, route_port); in rio_route_add_entry()
698 u16 route_destid, u8 *route_port, int lock) in rio_route_get_entry() argument
711 route_destid, route_port); in rio_route_get_entry()
/linux-2.6.39/include/linux/
Drio.h110 u16 table, u16 route_destid, u8 route_port);
112 u16 table, u16 route_destid, u8 *route_port);