Lines Matching refs:p_data
1292 u32 *p_data; in hpi6000_message_response_sequence() local
1320 p_data = (u32 *)phm; in hpi6000_message_response_sequence()
1321 if (hpi6000_dsp_block_write32(pao, dsp_index, address, p_data, in hpi6000_message_response_sequence()
1361 p_data = (u32 *)phr; in hpi6000_message_response_sequence()
1362 if (hpi6000_dsp_block_read32(pao, dsp_index, address, p_data, in hpi6000_message_response_sequence()
1410 u32 *p_data = (u32 *)phm->u.d.u.data.pb_data; in hpi6000_send_data() local
1455 address, p_data, blk_len)) in hpi6000_send_data()
1458 p_data += blk_len; in hpi6000_send_data()
1483 u32 *p_data = (u32 *)phm->u.d.u.data.pb_data; in hpi6000_get_data() local
1517 address, p_data, blk_len)) in hpi6000_get_data()
1520 p_data += blk_len; in hpi6000_get_data()