Searched defs:send (Results 1 - 5 of 5) sorted by relevance

/arch/arm/mach-ixp4xx/
H A Dixp4xx_npe.c410 const u32 *send = msg; local
413 debug_msg(npe, "Trying to send message %s [%08X:%08X]\n",
414 what, send[0], send[1]);
421 __raw_writel(send[0], &npe->regs->in_out_fifo);
428 __raw_writel(send[1], &npe->regs->in_out_fifo);
488 u32 *send = msg, recv[2]; local
495 if ((recv[0] != send[0]) || (recv[1] != send[1])) {
/arch/arm/mach-msm/
H A Dsmd_private.h286 volatile struct smd_half_channel *send; member in struct:smd_channel
352 ch->send = &shared1->ch0;
381 ch->send = &shared2->ch0;
/arch/mips/include/asm/octeon/
H A Dcvmx-agl-defs.h1004 uint64_t send:1; member in struct:cvmx_agl_gmx_txx_pause_zero::cvmx_agl_gmx_txx_pause_zero_s
H A Dcvmx-gmxx-defs.h1768 uint64_t send:1; member in struct:cvmx_gmxx_txx_pause_zero::cvmx_gmxx_txx_pause_zero_s
/arch/x86/include/asm/uv/
H A Duv_mmrs.h1065 unsigned long send:1; /* WP */ member in struct:uvh_ipi_int_u::uvh_ipi_int_s

Completed in 560 milliseconds