Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/Native_Driver/
Dgfc100_eflash_drv.c47 #define GFC100_WRITE_BYTE_SIZE 4U macro
384 addr += GFC100_WRITE_BYTE_SIZE; in gfc100_eflash_write()
385 data = (void *)((uint32_t)data + GFC100_WRITE_BYTE_SIZE); in gfc100_eflash_write()
386 remaining_len -= GFC100_WRITE_BYTE_SIZE; in gfc100_eflash_write()
393 remaining_len += GFC100_WRITE_BYTE_SIZE; in gfc100_eflash_write()
459 addr += GFC100_WRITE_BYTE_SIZE; in gfc100_eflash_row_write()
460 data = (void *)((uintptr_t)data + GFC100_WRITE_BYTE_SIZE); in gfc100_eflash_row_write()
461 remaining_len -= GFC100_WRITE_BYTE_SIZE; in gfc100_eflash_row_write()