/linux-2.6.39/drivers/rapidio/switches/ |
D | tsi500.c | 23 …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()
|
D | tsi568.c | 37 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()
|
D | idtcps.c | 25 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()
|
D | tsi57x.c | 46 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()
|
D | idt_gen2.c | 88 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/ |
D | rio.h | 33 u8 hopcount, u16 table, u16 route_destid, 36 u8 hopcount, u16 table, u16 route_destid,
|
D | rio.c | 1031 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()
|
D | rio-scan.c | 660 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/ |
D | rio.h | 110 u16 table, u16 route_destid, u8 route_port); 112 u16 table, u16 route_destid, u8 *route_port);
|