Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-falcon.c263 val = ltq_ebu_r32(SFSTAT); in falcon_sflash_xfer()
273 val = ltq_ebu_r32(SFDATA); in falcon_sflash_xfer()
289 val = ltq_ebu_r32(SFSTAT); in falcon_sflash_xfer()
/openbmc/linux/arch/mips/pci/
H A Dpci-lantiq.c192 ltq_ebu_w32(ltq_ebu_r32(LTQ_EBU_PCC_CON) | 0xc, LTQ_EBU_PCC_CON); in ltq_pci_startup()
193 ltq_ebu_w32(ltq_ebu_r32(LTQ_EBU_PCC_IEN) | 0x10, LTQ_EBU_PCC_IEN); in ltq_pci_startup()
/openbmc/linux/arch/mips/include/asm/mach-lantiq/falcon/
H A Dlantiq_soc.h51 #define ltq_ebu_r32(x) ltq_r32(ltq_ebu_membase + (x)) macro
/openbmc/linux/arch/mips/include/asm/mach-lantiq/
H A Dlantiq.h23 #define ltq_ebu_r32(x) ltq_r32(ltq_ebu_membase + (x)) macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Dxway_nand.c120 while ((ltq_ebu_r32(EBU_NAND_WAIT) & NAND_WAIT_WR_C) == 0) in xway_cmd_ctrl()
126 return ltq_ebu_r32(EBU_NAND_WAIT) & NAND_WAIT_RD; in xway_dev_ready()
/openbmc/linux/arch/mips/lantiq/
H A Dirq.c307 ltq_ebu_w32(ltq_ebu_r32(LTQ_EBU_PCC_ISTAT) | 0x10, in ltq_hw_irq_handler()
/openbmc/linux/arch/mips/lantiq/xway/
H A Dsysctrl.c464 ltq_ebu_w32(ltq_ebu_r32(LTQ_EBU_BUSCON0) & ~EBU_WRDIS, LTQ_EBU_BUSCON0); in ltq_soc_init()