Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_cadence_nand_ll.c1175 uint16_t r_bytes; in cdns_nand_read() local
1262 r_bytes = (offset + size) % (params->page_size); in cdns_nand_read()
1270 r_bytes); in cdns_nand_read()
1286 r_bytes = (offset) % (params->page_size); in cdns_nand_read()
1287 bytes_dif = (((start_page_number + 1) * params->page_size) - r_bytes); in cdns_nand_read()
1288 r_bytes = (offset + size) % (params->page_size); in cdns_nand_read()
1295 memcpy((char *)buffer, first_end_page + r_bytes, bytes_dif); in cdns_nand_read()
1313 r_bytes = (offset) % (params->page_size); in cdns_nand_read()
1314 bytes_dif = (((start_page_number + 1) * params->page_size) - r_bytes); in cdns_nand_read()
1322 r_bytes = (offset + size) % (params->page_size); in cdns_nand_read()
[all …]