Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dfsl_lbc.h44 #define BR_MSEL 0x000000E0 macro
72 #define BR_RES ~(BR_BA | BR_PS | BR_DECC | BR_WP | BR_MSEL | BR_V)
74 #define BR_RES ~(BR_BA | BR_PS | BR_DECC | BR_WP | BR_MSEL | BR_ATOM | BR_V)
/rk3399_rockchip-uboot/board/freescale/p1022ds/
H A Ddiu.c113 if ((old_br0 & BR_MSEL) != BR_MS_GPCM) { in platform_diu_init()
119 if ((old_br1 & BR_MSEL) != BR_MS_GPCM) { in platform_diu_init()
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/
H A Dfsl_lbc.c126 if ((get_lbc_br(i) & (BR_V | BR_MSEL)) == (BR_V | msel)) { in upmconfig()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c688 if ((br & BR_V) && (br & BR_MSEL) == BR_MS_FCM && in fsl_elbc_chip_init()