Lines Matching refs:length

195 	u32 length);
198 u32 length);
954 u32 length; in hpi6000_adapter_boot_load_dsp() local
959 error = hpi_dsp_code_read_word(&dsp_code, &length); in hpi6000_adapter_boot_load_dsp()
962 if (length == 0xFFFFFFFF) in hpi6000_adapter_boot_load_dsp()
971 error = hpi_dsp_code_read_block(length, &dsp_code, in hpi6000_adapter_boot_load_dsp()
976 address, pcode, length); in hpi6000_adapter_boot_load_dsp()
989 u32 length; in hpi6000_adapter_boot_load_dsp() local
994 hpi_dsp_code_read_word(&dsp_code, &length); in hpi6000_adapter_boot_load_dsp()
995 if (length == 0xFFFFFFFF) in hpi6000_adapter_boot_load_dsp()
1000 hpi_dsp_code_read_block(length, &dsp_code, &pcode); in hpi6000_adapter_boot_load_dsp()
1002 for (i = 0; i < length; i++) { in hpi6000_adapter_boot_load_dsp()
1181 u32 length) in hpi_write_block() argument
1183 u16 length16 = length - 1; in hpi_write_block()
1185 if (length == 0) in hpi_write_block()
1195 iowrite32(*(pdata + length - 1), pdo->prHPI_data); in hpi_write_block()
1201 u32 length) in hpi_read_block() argument
1203 u16 length16 = length - 1; in hpi_read_block()
1205 if (length == 0) in hpi_read_block()
1215 *(pdata + length - 1) = ioread32(pdo->prHPI_data); in hpi_read_block()
1304 u32 length; in hpi6000_message_response_sequence() local
1330 length = phm->size; in hpi6000_message_response_sequence()
1335 (u16)length / 4)) in hpi6000_message_response_sequence()
1365 length = hpi_read_word(pdo, HPI_HIF_ADDR(length)); in hpi6000_message_response_sequence()
1370 if (length > phr->size) in hpi6000_message_response_sequence()
1376 (u16)length / 4)) in hpi6000_message_response_sequence()
1422 u32 length, address; in hpi6000_send_data() local
1450 length = hpi_read_word(pdo, HPI_HIF_ADDR(length)); in hpi6000_send_data()
1453 if (!hpi6000_send_data_check_adr(address, length)) in hpi6000_send_data()
1462 u32 len = length; in hpi6000_send_data()
1481 data_sent += length * 4; in hpi6000_send_data()
1495 u32 length, address; in hpi6000_get_data() local
1519 length = hpi_read_word(pdo, HPI_HIF_ADDR(length)); in hpi6000_get_data()
1524 u32 len = length; in hpi6000_get_data()
1542 data_got += length * 4; in hpi6000_get_data()
1666 u32 length; in hpi6000_update_control_cache() local
1675 length = hpi_read_word((struct dsp_obj *)pdo, in hpi6000_update_control_cache()
1685 pdo->control_cache_length_on_dsp = length; in hpi6000_update_control_cache()
1688 length = pdo->control_cache_length_on_dsp; in hpi6000_update_control_cache()
1693 length / sizeof(u32))) { in hpi6000_update_control_cache()