Home
last modified time | relevance | path

Searched refs:GFC100_CMD_STAT_PENDING_MASK (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.c108 #define GFC100_CMD_STAT_PENDING_MASK (1U<<GFC100_CMD_STAT_PENDING_POS) macro
214 while ((reg_map->status & GFC100_CMD_STAT_PENDING_MASK)) {}; in trigger_read_cmd()
291 if (reg_map->status & GFC100_CMD_STAT_PENDING_MASK) { in gfc100_eflash_read()
372 if (reg_map->status & GFC100_CMD_STAT_PENDING_MASK) { in gfc100_eflash_write()
422 if (reg_map->status & GFC100_CMD_STAT_PENDING_MASK) { in gfc100_eflash_row_write()
490 if (reg_map->status & GFC100_CMD_STAT_PENDING_MASK) { in gfc100_eflash_erase()