Home
last modified time | relevance | path

Searched refs:SDR0_PFC1_U1ME_MASK (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/powerpc/include/asm/
H A Dppc440ep_gr.h39 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
H A Dppc440epx_grx.h54 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/include/
H A Dppc440.h208 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
322 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
501 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
1065 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/include/
H A Dppc440.h208 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
322 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
501 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
1065 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/include/
H A Dppc440.h208 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
322 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
501 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
1065 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/include/
H A Dppc440.h208 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
322 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
501 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
1065 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/include/
H A Dppc440.h208 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
322 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
501 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
1065 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/include/
H A Dppc440.h208 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
322 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
501 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
1065 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/include/
H A Dppc440.h208 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
322 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
501 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
1065 #define SDR0_PFC1_U1ME_MASK 0x02000000 /* UART1 Mode Enable */ macro
/dports/sysutils/u-boot-utilite/u-boot-2015.07/board/amcc/bamboo/
H A Dbamboo.c1852 sdr0_pfc1 = (sdr0_pfc1 & ~SDR0_PFC1_U1ME_MASK) | SDR0_PFC1_U1ME_DSR_DTR; in configure_ppc440ep_pins()
1858 sdr0_pfc1 = (sdr0_pfc1 & ~SDR0_PFC1_U1ME_MASK) | SDR0_PFC1_U1ME_DSR_DTR; in configure_ppc440ep_pins()
1864 sdr0_pfc1 = (sdr0_pfc1 & ~SDR0_PFC1_U1ME_MASK) | SDR0_PFC1_U1ME_DSR_DTR; in configure_ppc440ep_pins()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/board/amcc/sequoia/
H A Dsequoia.c101 sdr0_pfc1 = (sdr0_pfc1 & ~SDR0_PFC1_U1ME_MASK) | SDR0_PFC1_U1ME_CTS_RTS; in board_early_init_f()