Home
last modified time | relevance | path

Searched refs:rio_mport_read_config_32 (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/rapidio/
Drio-scan.c169 rio_mport_read_config_32(port, destid, hopcount, RIO_DID_CSR, &result); in rio_get_device_id()
353 if (rio_mport_read_config_32(port, destid, hopcount, in rio_setup_device()
358 rio_mport_read_config_32(port, destid, hopcount, in rio_setup_device()
373 rio_mport_read_config_32(port, destid, hopcount, RIO_DEV_ID_CAR, in rio_setup_device()
377 rio_mport_read_config_32(port, destid, hopcount, RIO_DEV_INFO_CAR, in rio_setup_device()
379 rio_mport_read_config_32(port, destid, hopcount, RIO_ASM_ID_CAR, in rio_setup_device()
383 rio_mport_read_config_32(port, destid, hopcount, RIO_ASM_INFO_CAR, in rio_setup_device()
395 rio_mport_read_config_32(port, destid, hopcount, RIO_SRC_OPS_CAR, in rio_setup_device()
397 rio_mport_read_config_32(port, destid, hopcount, RIO_DST_OPS_CAR, in rio_setup_device()
411 rio_mport_read_config_32(port, destid, hopcount, in rio_setup_device()
[all …]
Drio.c507 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_physefb()
626 if (rio_mport_read_config_32(port, destid, hopcount, in rio_enable_rx_tx_port()
709 while (rio_mport_read_config_32(mport, destid, hopcount, in rio_mport_chk_dev_access()
1039 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_efb()
1046 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_efb()
1088 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_feature()
1098 rio_mport_read_config_32(port, destid, hopcount, in rio_mport_get_feature()
1220 rio_mport_read_config_32(mport, destid, hopcount, in rio_std_route_get_entry()
1246 rio_mport_read_config_32(mport, destid, hopcount, in rio_std_route_clr_table()
1250 rio_mport_read_config_32(mport, destid, hopcount, in rio_std_route_clr_table()
[all …]
Drio-access.c148 EXPORT_SYMBOL_GPL(rio_mport_read_config_32);
/linux-4.4.14/drivers/rapidio/switches/
Didtcps.c37 rio_mport_read_config_32(mport, destid, hopcount, in idtcps_route_add_entry()
58 rio_mport_read_config_32(mport, destid, hopcount, in idtcps_route_get_entry()
114 rio_mport_read_config_32(mport, destid, hopcount, in idtcps_get_domain()
Dtsi57x.c76 rio_mport_read_config_32(mport, destid, hopcount, in tsi57x_route_get_entry()
83 rio_mport_read_config_32(mport, destid, hopcount, in tsi57x_route_get_entry()
131 rio_mport_read_config_32(mport, destid, hopcount, in tsi57x_set_domain()
151 rio_mport_read_config_32(mport, destid, hopcount, in tsi57x_get_domain()
Dtsi568.c68 rio_mport_read_config_32(mport, destid, hopcount, in tsi568_route_get_entry()
74 rio_mport_read_config_32(mport, destid, hopcount, in tsi568_route_get_entry()
Didt_gen2.c144 rio_mport_read_config_32(mport, destid, hopcount, in idtg2_route_get_entry()
208 rio_mport_read_config_32(mport, destid, hopcount, in idtg2_get_domain()
/linux-4.4.14/include/linux/
Drio_drv.h36 extern int rio_mport_read_config_32(struct rio_mport *port, u16 destid,
152 return rio_mport_read_config_32(rdev->net->hport, rdev->destid, in rio_read_config_32()