Home
last modified time | relevance | path

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

/Linux-v5.10/arch/sh/boards/mach-se/7724/
Dsetup.c682 u16 fpga_out; in devices_setup() local
696 fpga_out = __raw_readw(FPGA_OUT); in devices_setup()
698 fpga_out &= ~((1 << 1) | /* LAN */ 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()