Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/boards/mach-se/7724/
H A Dsetup.c651 #define FPGA_OUT 0xBA200400 macro
696 fpga_out = __raw_readw(FPGA_OUT); in devices_setup()
706 __raw_writew(fpga_out | (1 << 4), FPGA_OUT); in devices_setup()
711 __raw_writew(fpga_out | (1 << 5), FPGA_OUT); in devices_setup()
715 __raw_writew(fpga_out, FPGA_OUT); in devices_setup()
/openbmc/linux/arch/sh/include/mach-se/mach/
H A Dse7722.h56 #define FPGA_OUT 0xb1840004UL macro
H A Dse7343.h118 #define FPGA_OUT 0xb1400002 macro
/openbmc/linux/arch/sh/boards/mach-se/7343/
H A Dsetup.c167 __raw_writew(0xf900, FPGA_OUT); /* FPGA */ in sh7343se_setup()
/openbmc/linux/arch/sh/boards/mach-se/7722/
H A Dsetup.c155 __raw_writew(0x010D, FPGA_OUT); /* FPGA */ in se7722_setup()