Searched refs:destid (Results 1 - 6 of 6) sorted by relevance

/arch/powerpc/sysdev/
H A Dfsl_rio.c160 * @destid: Destination ID of transaction
170 fsl_rio_config_read(struct rio_mport *mport, int index, u16 destid, argument
179 " index %d destid %d hopcount %d offset %8.8x len %d\n",
180 index, destid, hopcount, offset, len);
188 (destid << 22) | (hopcount << 12) | (offset >> 12));
189 out_be32(&priv->maint_atmu_regs->rowtear, (destid >> 10));
208 err, destid, hopcount, offset);
220 * @destid: Destination ID of transaction
230 fsl_rio_config_write(struct rio_mport *mport, int index, u16 destid, argument
237 " index %d destid
[all...]
H A Dfsl_rio.h122 int index, u16 destid, u16 data);
H A Dfsl_rmu.c615 * @destid: Destination ID of target device
622 int index, u16 destid, u16 data)
624 pr_debug("fsl_doorbell_send: index %d destid %4.4x data %4.4x\n",
625 index, destid, data);
632 out_be32(&dbell->dbell_regs->oddpr, destid << 16);
660 pr_debug("RIO: fsl_add_outb_message(): destid %4.4x mbox %d buffer " \
661 "%p len %8.8zx\n", rdev->destid, mbox, buffer, len);
674 /* Set mbox field for message, and set destid */
675 desc->dport = (rdev->destid << 16) | (mbox & 0x3);
621 fsl_rio_doorbell_send(struct rio_mport *mport, int index, u16 destid, u16 data) argument
/arch/mips/sgi-ip27/
H A Dip27-smp.c143 static void ip27_send_ipi_single(int destid, unsigned int action) argument
158 irq += cputoslice(destid);
165 REMOTE_HUB_SEND_INTR(COMPACT_TO_NASID_NODEID(cpu_to_node(destid)), irq);
/arch/mips/alchemy/common/
H A Ddbdma.c252 u32 au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid, argument
274 dtp = find_dbdev_id(destid);
393 u32 desc_base, srcid, destid; local
443 destid = dtp->dev_id;
449 cmd0 |= DSCR_CMD0_DID(destid);
456 ((DSCR_CUSTOM2DEV_ID(destid) == DSCR_CMD0_THROTTLE) ||
457 (DSCR_CUSTOM2DEV_ID(destid) == DSCR_CMD0_ALWAYS)))
/arch/mips/include/asm/mach-au1x00/
H A Dau1xxx_dbdma.h348 extern u32 au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid,

Completed in 3198 milliseconds