Lines Matching refs:p_data
1294 u32 *p_data; in hpi6000_message_response_sequence() local
1322 p_data = (u32 *)phm; in hpi6000_message_response_sequence()
1323 if (hpi6000_dsp_block_write32(pao, dsp_index, address, p_data, in hpi6000_message_response_sequence()
1363 p_data = (u32 *)phr; in hpi6000_message_response_sequence()
1364 if (hpi6000_dsp_block_read32(pao, dsp_index, address, p_data, in hpi6000_message_response_sequence()
1412 u32 *p_data = (u32 *)phm->u.d.u.data.pb_data; in hpi6000_send_data() local
1457 address, p_data, blk_len)) in hpi6000_send_data()
1460 p_data += blk_len; in hpi6000_send_data()
1485 u32 *p_data = (u32 *)phm->u.d.u.data.pb_data; in hpi6000_get_data() local
1519 address, p_data, blk_len)) in hpi6000_get_data()
1522 p_data += blk_len; in hpi6000_get_data()