Home
last modified time | relevance | path

Searched refs:first_block_to_read (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/mainboard/ti/beaglebone/
H A Dsd_media.c56 size_t first_block_to_read = MIN(SD_BLOCK_SIZE - first_block_offset, count); in sd_readat() local
58 first_block_to_read); in sd_readat()
/aosp_15_r20/system/nfc/src/nfc/tags/
H A Drw_t3t.cc915 uint16_t ndef_blocks_remaining, first_block_to_read, cur_blocks_to_read; in rw_t3t_send_next_ndef_check_cmd() local
939 first_block_to_read = (uint16_t)((p_cb->ndef_rx_offset >> 4) + 1); in rw_t3t_send_next_ndef_check_cmd()
981 for (block_id = first_block_to_read; in rw_t3t_send_next_ndef_check_cmd()
982 block_id < (first_block_to_read + cur_blocks_to_read); block_id++) { in rw_t3t_send_next_ndef_check_cmd()