Home
last modified time | relevance | path

Searched refs:sub_data (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/powerpc/platforms/iseries/
Dmf.c83 } sub_data; member
292 memcpy(&(ev->event.data.vsp_cmd.sub_data), in signal_vsp_instruction()
293 &(vsp_cmd->sub_data), sizeof(vsp_cmd->sub_data)); in signal_vsp_instruction()
880 vsp_cmd.sub_data.kern.token = dma_addr; in mf_cmdline_proc_show()
881 vsp_cmd.sub_data.kern.address_type = HvLpDma_AddressType_TceIndex; in mf_cmdline_proc_show()
882 vsp_cmd.sub_data.kern.side = (u64)m->private; in mf_cmdline_proc_show()
883 vsp_cmd.sub_data.kern.length = 256; in mf_cmdline_proc_show()
926 vsp_cmd.sub_data.kern.token = dma_addr;
927 vsp_cmd.sub_data.kern.address_type = HvLpDma_AddressType_TceIndex;
928 vsp_cmd.sub_data.kern.side = side;
[all …]
/linux-2.6.39/drivers/staging/msm/
Dmddi_sharp.c95 static void sub_through_write(int sub_rs, uint32 sub_data) in sub_through_write() argument
97 mddi_queue_register_write(REG_SUBTCMDD, sub_data, FALSE, 0); in sub_through_write()
117 uint32 sub_data; in sub_through_read() local
128 mddi_queue_register_read(REG_SUBTCMDD, &sub_data, TRUE, 0); in sub_through_read()
136 return sub_data; in sub_through_read()