Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/hal/kano/mmfi/
H A DregMMFilein.h358 #define MMFI_CFG3_MMFI_PS_VD3_EN 0x00000000 // not support macro
360 …#define MMFI_CFG3_FILEIN_MODE_MASK (MMFI_CFG3_MMFI_PS_VD3_EN | MMFI_CFG3_MMFI_PS_VD4_…
/utopia/UTPA2-700.0.x/modules/dmx/hal/k7u/mmfi/
H A DregMMFilein.h254 #define MMFI_CFG3_MMFI_PS_VD3_EN 0x0000 // not support macro
256 …#define MMFI_CFG3_FILEIN_MODE_MASK (MMFI_CFG3_MMFI_PS_VD3_EN | MMFI_CFG3_MMFI_PS_VD4_…
/utopia/UTPA2-700.0.x/modules/dmx/hal/k6/mmfi/
H A DregMMFilein.h359 #define MMFI_CFG3_MMFI_PS_VD3_EN 0x00000040 macro
366 … (MMFI_CFG3_MMFI_VPID3_BYPASS | MMFI_CFG3_MMFI_VPID4_BYPASS | MMFI_CFG3_MMFI_PS_VD3_EN | MMFI_CF…
/utopia/UTPA2-700.0.x/modules/dmx/hal/k6lite/mmfi/
H A DregMMFilein.h358 #define MMFI_CFG3_MMFI_PS_VD3_EN 0x00000000 // not support macro
360 …#define MMFI_CFG3_FILEIN_MODE_MASK (MMFI_CFG3_MMFI_PS_VD3_EN | MMFI_CFG3_MMFI_PS_VD4_…
/utopia/UTPA2-700.0.x/modules/dmx/drv/mmfi2/
H A DdrvMMFilein.c1250 u16cfg3 = MMFI_CFG3_MMFI_PS_VD3_EN; in MDrv_MMFI_File_ModeEnable()