Lines Matching refs:p_data
1305 u32 *p_data; in hpi6000_message_response_sequence() local
1333 p_data = (u32 *)phm; in hpi6000_message_response_sequence()
1334 if (hpi6000_dsp_block_write32(pao, dsp_index, address, p_data, in hpi6000_message_response_sequence()
1374 p_data = (u32 *)phr; in hpi6000_message_response_sequence()
1375 if (hpi6000_dsp_block_read32(pao, dsp_index, address, p_data, in hpi6000_message_response_sequence()
1423 u32 *p_data = (u32 *)phm->u.d.u.data.pb_data; in hpi6000_send_data() local
1468 address, p_data, blk_len)) in hpi6000_send_data()
1471 p_data += blk_len; in hpi6000_send_data()
1496 u32 *p_data = (u32 *)phm->u.d.u.data.pb_data; in hpi6000_get_data() local
1530 address, p_data, blk_len)) in hpi6000_get_data()
1533 p_data += blk_len; in hpi6000_get_data()