Searched refs:iadd (Results 1 – 2 of 2) sorted by relevance
407 WRITE_UINT32(p_Iram->iadd, IRAM_IADD_AIE); in ClearIRam()408 while (GET_UINT32(p_Iram->iadd) != IRAM_IADD_AIE) ; in ClearIRam()413 WRITE_UINT32(p_Iram->iadd, iram_size - 4); in ClearIRam()431 WRITE_UINT32(p_Iram->iadd, IRAM_IADD_AIE); in LoadFmanCtrlCode()432 while (GET_UINT32(p_Iram->iadd) != IRAM_IADD_AIE) ; in LoadFmanCtrlCode()442 WRITE_UINT32(p_Iram->iadd,p_Fm->firmware.size-4); in LoadFmanCtrlCode()443 while (GET_UINT32(p_Iram->iadd) != (p_Fm->firmware.size-4)) ; in LoadFmanCtrlCode()450 WRITE_UINT32(p_Iram->iadd, IRAM_IADD_AIE); in LoadFmanCtrlCode()451 while (GET_UINT32(p_Iram->iadd) != IRAM_IADD_AIE) ; in LoadFmanCtrlCode()460 WRITE_UINT32(p_Iram->iadd, 0x0); in LoadFmanCtrlCode()[all …]
426 volatile uint32_t iadd; /**< FM IRAM instruction address register */ member