Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c1026 iowrite32be(tmp | FPM_RAM_IRAM_ECC_EN, in fman_enable_rams_ecc()
1030 FPM_RAM_IRAM_ECC_EN, in fman_enable_rams_ecc()
1040 iowrite32be(tmp & ~FPM_RAM_IRAM_ECC_EN, in fman_disable_rams_ecc()
1043 iowrite32be(tmp & ~(FPM_RAM_RAMS_ECC_EN | FPM_RAM_IRAM_ECC_EN), in fman_disable_rams_ecc()
/f-stack/freebsd/contrib/ncsw/inc/flib/
H A Dfsl_fman.h522 #define FPM_RAM_IRAM_ECC_EN 0x40000000 macro