Home
last modified time | relevance | path

Searched refs:get (Results 1 – 7 of 7) sorted by relevance

/TwlSDK-5.4/build/demos/tips/BuildFinalRom/
DREADME.txt9 4) Do 'make' to get final rom.
/TwlSDK-5.4/build/libraries/wbt/common/src/
Dwbt_context.c393 WBTi_InitBitmap(work, pkt_bmp, (int)current->get.recv_data_size, in WBTi_SwitchNextCommand()
394 current->get.pkt_bmp_table.packet_bitmap[aid], in WBTi_SwitchNextCommand()
395 current->get.recv_buf_table.recv_buf[aid], in WBTi_SwitchNextCommand()
740 MI_StoreLE32(&format->req_getblock_done.id, current->get.block_id); in WBTi_CheckRequest()
752 MI_StoreLE32(&format->req_getblock.id, current->get.block_id); in WBTi_CheckRequest()
756 WBT_DEBUG_OUTPUT1("send ReqBlock id=%d seq=%d\n", current->get.block_id, in WBTi_CheckRequest()
1222 if (id == current->get.block_id) in WBT_CallPacketRecvHook()
1261 if (current->get.block_id == id) in WBT_CallPacketRecvHook()
1511 (current->command == WBT_CMD_REQ_GET_BLOCK) && (current->get.block_id == id)) in WBT_GetDownloadProgress()
/TwlSDK-5.4/build/demos/wbt/wbt-1/src/
Dbt.c280 mfprintf(tc[2], "blockinfo %d done\n", uc->get.block_id); /* Obtained block list ID */ in bt_callback()
326 mfprintf(tc[2], "get block %d done\n", uc->get.block_id); /* Received block ID */ in bt_callback()
/TwlSDK-5.4/include/nitro/wbt/
Dcontext.h552 WBTGetBlockCallback *arg = &list->command.get; in WBT_CreateCommandINFO()
588 WBTGetBlockCallback *arg = &list->command.get; in WBT_CreateCommandGET()
/TwlSDK-5.4/include/nitro/specfiles/
DROM-TEG.rsf30 # add :r option to get basename for supporting IDE with makerom
DROM-TS.rsf27 # add :r option to get basename for supporting IDE with makerom
/TwlSDK-5.4/include/nitro/
Dwbt.h255 WBTGetBlockCallback get; member