Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/momentum/ocelot_c/
Dprom.c72 OCELOT_FPGA_WRITE((val << 2) | cs, EEPROM_MODE); in exchange_bit()
76 OCELOT_FPGA_WRITE((val << 2) | cs | 0x2, EEPROM_MODE); in exchange_bit()
80 OCELOT_FPGA_WRITE((val << 2) | cs | 0x10, EEPROM_MODE); in exchange_bit()
Dcpci-irq.c51 OCELOT_FPGA_WRITE(value, INTMASK); in mask_cpci_irq()
64 OCELOT_FPGA_WRITE(value, INTMASK); in unmask_cpci_irq()
Duart-irq.c45 OCELOT_FPGA_WRITE(value, UART_INTMASK); in mask_uart_irq()
58 OCELOT_FPGA_WRITE(value, UART_INTMASK); in unmask_uart_irq()
Dsetup.c264 OCELOT_FPGA_WRITE(0x80, CLR); in momenco_ocelot_c_setup()
307 OCELOT_FPGA_WRITE(0xff, RESET_STATUS); in momenco_ocelot_c_setup()
Docelot_c_fpga.h55 #define OCELOT_FPGA_WRITE(x, y) writeb(x, OCELOT_C_CS0_ADDR + OCELOT_C_REG_##y) macro