Lines Matching refs:address
174 uint32_t address, bool compressed) in __ol_transfer_bin_file() argument
440 status = bmi_sign_stream_start(address, in __ol_transfer_bin_file()
466 status = bmi_fast_download(address, in __ol_transfer_bin_file()
471 status = bmi_write_memory(address, in __ol_transfer_bin_file()
475 status = bmi_write_memory(address, in __ol_transfer_bin_file()
519 uint32_t address, bool compressed) in ol_transfer_bin_file() argument
527 ret = __ol_transfer_bin_file(ol_ctx, file, address, compressed); in ol_transfer_bin_file()
990 ol_check_dataset_patch(struct hif_opaque_softc *scn, uint32_t *address) in ol_check_dataset_patch() argument
1358 uint32_t param, address = 0; in ol_download_firmware() local
1380 (uint8_t *)&address, 4, ol_ctx); in ol_download_firmware()
1382 if (!address) { in ol_download_firmware()
1383 address = AR6004_REV5_BOARD_DATA_ADDRESS; in ol_download_firmware()
1385 __func__, address); in ol_download_firmware()
1399 address, false); in ol_download_firmware()
1412 address = BMI_SEGMENTED_WRITE_ADDR; in ol_download_firmware()
1414 __func__, address); in ol_download_firmware()
1417 address, true); in ol_download_firmware()
1423 bmi_execute(address, ¶m, ol_ctx); in ol_download_firmware()
1435 (uint8_t *)&address, 4, ol_ctx); in ol_download_firmware()
1437 if (!address) { in ol_download_firmware()
1438 address = AR6004_REV5_BOARD_DATA_ADDRESS; in ol_download_firmware()
1440 __func__, address); in ol_download_firmware()
1445 address, false)) { in ol_download_firmware()
1455 address = BMI_SEGMENTED_WRITE_ADDR; in ol_download_firmware()
1457 bmi_execute(address, ¶m, ol_ctx); in ol_download_firmware()
1463 bmi_execute(address, ¶m, ol_ctx); in ol_download_firmware()
1469 address = BMI_SEGMENTED_WRITE_ADDR; in ol_download_firmware()
1471 address, true)) { in ol_download_firmware()
1476 if (ol_check_dataset_patch(scn, &address)) { in ol_download_firmware()
1477 if (ol_transfer_bin_file(ol_ctx, ATH_PATCH_FILE, address, in ol_download_firmware()
1483 (uint8_t *) &address, 4, ol_ctx); in ol_download_firmware()
1710 u_int32_t address = 0; in ol_dump_target_memory() local
1720 address = DRAM_LOCAL_BASE_ADDR; in ol_dump_target_memory()
1724 address = AXI_LOCATION; in ol_dump_target_memory()
1730 hif_dump_target_memory(scn, buffer_loc, address, size); in ol_dump_target_memory()