Home
last modified time | relevance | path

Searched refs:BR_MSEL (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dfsl_lbc.h49 #define BR_MSEL 0x000000E0 macro
59 #define BR_RES ~(BR_BA|BR_PS|BR_DECC|BR_WP|BR_MSEL|BR_V)
/arch/powerpc/platforms/85xx/
Dp1022_ds.c249 if ((br0 & BR_MSEL) != BR_MS_GPCM) { in p1022ds_set_monitor_port()
255 if ((br1 & BR_MSEL) != BR_MS_GPCM) { in p1022ds_set_monitor_port()
/arch/powerpc/sysdev/
Dfsl_lbc.c113 switch (br & BR_MSEL) { in fsl_upm_find()