Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c407 WRITE_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()
450 WRITE_UINT32(p_Iram->iadd, IRAM_IADD_AIE); in LoadFmanCtrlCode()
460 WRITE_UINT32(p_Iram->iadd, 0x0); in LoadFmanCtrlCode()
483 WRITE_UINT32(p_Iram->iadd, 0); in FwNotResetErratumBugzilla6173WA()
484 while (GET_UINT32(p_Iram->iadd) != 0) ; in FwNotResetErratumBugzilla6173WA()
487 WRITE_UINT32(p_Iram->iadd, 0); in FwNotResetErratumBugzilla6173WA()
488 while (GET_UINT32(p_Iram->iadd) != 0) ; in FwNotResetErratumBugzilla6173WA()
4728 WRITE_UINT32(p_Iram->iadd, 0x4); in FM_GetFmanCtrlCodeRevision()
[all …]
H A Dfm.h426 volatile uint32_t iadd; /**< FM IRAM instruction address register */ member