Searched refs:OCELOT_FPGA_WRITE (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/mips/momentum/ocelot_c/ |
D | prom.c | 72 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()
|
D | cpci-irq.c | 51 OCELOT_FPGA_WRITE(value, INTMASK); in mask_cpci_irq() 64 OCELOT_FPGA_WRITE(value, INTMASK); in unmask_cpci_irq()
|
D | uart-irq.c | 45 OCELOT_FPGA_WRITE(value, UART_INTMASK); in mask_uart_irq() 58 OCELOT_FPGA_WRITE(value, UART_INTMASK); in unmask_uart_irq()
|
D | setup.c | 264 OCELOT_FPGA_WRITE(0x80, CLR); in momenco_ocelot_c_setup() 307 OCELOT_FPGA_WRITE(0xff, RESET_STATUS); in momenco_ocelot_c_setup()
|
D | ocelot_c_fpga.h | 55 #define OCELOT_FPGA_WRITE(x, y) writeb(x, OCELOT_C_CS0_ADDR + OCELOT_C_REG_##y) macro
|