Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dxway_nand.c68 while ((ltq_ebu_r32(EBU_NAND_WAIT) & NAND_WAIT_WR_C) == 0) in xway_reset_chip()
108 while ((ltq_ebu_r32(EBU_NAND_WAIT) & NAND_WAIT_WR_C) == 0) in xway_cmd_ctrl()
116 return ltq_ebu_r32(EBU_NAND_WAIT) & NAND_WAIT_RD; in xway_dev_ready()
/linux-4.4.14/drivers/spi/
Dspi-falcon.c265 val = ltq_ebu_r32(SFSTAT); in falcon_sflash_xfer()
275 val = ltq_ebu_r32(SFDATA); in falcon_sflash_xfer()
291 val = ltq_ebu_r32(SFSTAT); in falcon_sflash_xfer()
/linux-4.4.14/arch/mips/pci/
Dpci-lantiq.c197 ltq_ebu_w32(ltq_ebu_r32(LTQ_EBU_PCC_CON) | 0xc, LTQ_EBU_PCC_CON); in ltq_pci_startup()
198 ltq_ebu_w32(ltq_ebu_r32(LTQ_EBU_PCC_IEN) | 0x10, LTQ_EBU_PCC_IEN); in ltq_pci_startup()
/linux-4.4.14/arch/mips/include/asm/mach-lantiq/falcon/
Dlantiq_soc.h53 #define ltq_ebu_r32(x) ltq_r32(ltq_ebu_membase + (x)) macro
/linux-4.4.14/arch/mips/include/asm/mach-lantiq/
Dlantiq.h25 #define ltq_ebu_r32(x) ltq_r32(ltq_ebu_membase + (x)) macro
/linux-4.4.14/arch/mips/lantiq/
Dirq.c248 ltq_ebu_w32(ltq_ebu_r32(LTQ_EBU_PCC_ISTAT) | 0x10, in ltq_hw_irqdispatch()
/linux-4.4.14/arch/mips/lantiq/xway/
Dsysctrl.c483 ltq_ebu_w32(ltq_ebu_r32(LTQ_EBU_BUSCON0) & ~EBU_WRDIS, LTQ_EBU_BUSCON0); in ltq_soc_init()