Home
last modified time | relevance | path

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

/openbmc/linux/drivers/uio/
H A Duio_fsl_elbc_gpcm.c128 if ((reg_new & BR_MSEL) != BR_MS_GPCM) in reg_store()
230 if ((reg_br & BR_MSEL) != BR_MS_GPCM) { in check_of_data()
350 if ((reg_br_cur & BR_MSEL) != BR_MS_GPCM || in uio_fsl_elbc_gpcm_probe()
373 reg_br_new &= ~(BR_BA | BR_MSEL); in uio_fsl_elbc_gpcm_probe()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_lbc.h43 #define BR_MSEL 0x000000E0 macro
71 #define BR_RES ~(BR_BA | BR_PS | BR_DECC | BR_WP | BR_MSEL | BR_V)
73 #define BR_RES ~(BR_BA | BR_PS | BR_DECC | BR_WP | BR_MSEL | BR_ATOM | BR_V)
/openbmc/linux/arch/powerpc/include/asm/
H A Dfsl_lbc.h36 #define BR_MSEL 0x000000E0 macro
46 #define BR_RES ~(BR_BA|BR_PS|BR_DECC|BR_WP|BR_MSEL|BR_V)
/openbmc/u-boot/board/freescale/p1022ds/
H A Ddiu.c112 if ((old_br0 & BR_MSEL) != BR_MS_GPCM) { in platform_diu_init()
118 if ((old_br1 & BR_MSEL) != BR_MS_GPCM) { in platform_diu_init()
/openbmc/u-boot/arch/powerpc/cpu/mpc8xxx/
H A Dfsl_lbc.c125 if ((get_lbc_br(i) & (BR_V | BR_MSEL)) == (BR_V | msel)) { in upmconfig()
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dp1022_ds.c250 if ((br0 & BR_MSEL) != BR_MS_GPCM) { in p1022ds_set_monitor_port()
256 if ((br1 & BR_MSEL) != BR_MS_GPCM) { in p1022ds_set_monitor_port()
/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_lbc.c111 switch (br & BR_MSEL) { in fsl_upm_find()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c687 if ((br & BR_V) && (br & BR_MSEL) == BR_MS_FCM && in fsl_elbc_chip_init()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c886 (in_be32(&lbc->bank[bank].br) & BR_MSEL) == BR_MS_FCM && in fsl_elbc_nand_probe()