Lines Matching defs:local
52 "Destination ID assignment to local RapidIO controllers");
68 * Reads the base/extended device id from the local device
680 * @local: physical address of memory region to be mapped
687 * This function will create the mapping from RIO space to local memory.
689 int rio_map_inb_region(struct rio_mport *mport, dma_addr_t local,
698 rc = mport->ops->map_inb(mport, local, rbase, size, rflags);
727 * @local: physical address of memory region mapped
731 * This function will create the mapping from RIO space to local memory.
734 u32 size, u32 rflags, dma_addr_t *local)
744 rflags, local);
774 * @local: Indicate a local master port or remote device access
780 rio_mport_get_physefb(struct rio_mport *port, int local,
786 ext_ftr_ptr = rio_mport_get_efb(port, local, destid, hopcount, 0);
789 if (local)
820 ext_ftr_ptr = rio_mport_get_efb(port, local, destid,
890 * @local: local=1 select local port otherwise a far device is reached
899 int local, u16 destid,
910 pr_debug("rio_enable_rx_tx_port(local = %d, destid = %d, hopcount = "
911 "%d, port_num = %d)\n", local, destid, hopcount, port_num);
913 ext_ftr_ptr = rio_mport_get_physefb(port, local, destid,
916 if (local) {
929 if (local) {
1338 * @local: Indicate a local master port or remote device access
1345 rio_mport_get_efb(struct rio_mport *port, int local, u16 destid,
1351 if (local)
1359 if (local)
1372 * @local: Indicate a local master port or remote device access
1383 rio_mport_get_feature(struct rio_mport * port, int local, u16 destid,
1388 if (local)
1397 if (local)
1827 * with specified local RapidIO mport device.