Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/alchemy/common/
Dpower.c67 sleep_static_memctlr[0][0] = alchemy_rdsmem(AU1000_MEM_STCFG0); in save_core_regs()
68 sleep_static_memctlr[0][1] = alchemy_rdsmem(AU1000_MEM_STTIME0); in save_core_regs()
69 sleep_static_memctlr[0][2] = alchemy_rdsmem(AU1000_MEM_STADDR0); in save_core_regs()
70 sleep_static_memctlr[1][0] = alchemy_rdsmem(AU1000_MEM_STCFG1); in save_core_regs()
71 sleep_static_memctlr[1][1] = alchemy_rdsmem(AU1000_MEM_STTIME1); in save_core_regs()
72 sleep_static_memctlr[1][2] = alchemy_rdsmem(AU1000_MEM_STADDR1); in save_core_regs()
73 sleep_static_memctlr[2][0] = alchemy_rdsmem(AU1000_MEM_STCFG2); in save_core_regs()
74 sleep_static_memctlr[2][1] = alchemy_rdsmem(AU1000_MEM_STTIME2); in save_core_regs()
75 sleep_static_memctlr[2][2] = alchemy_rdsmem(AU1000_MEM_STADDR2); in save_core_regs()
76 sleep_static_memctlr[3][0] = alchemy_rdsmem(AU1000_MEM_STCFG3); in save_core_regs()
[all …]
Dclock.c345 unsigned long v = alchemy_rdsmem(AU1000_MEM_STCFG0); in alchemy_clk_setup_lrclk()
/linux-6.1.9/arch/mips/alchemy/devboards/
Ddb1550.c155 return alchemy_rdsmem(AU1000_MEM_STSTAT) & 1; in au1550_nand_device_ready()
221 int boot_swapboot = (alchemy_rdsmem(AU1000_MEM_STSTAT) & (0x7 << 1)) | in pb1550_nand_setup()
Ddb1300.c177 return alchemy_rdsmem(AU1000_MEM_STSTAT) & 1; in au1300_nand_device_ready()
Ddb1200.c212 return alchemy_rdsmem(AU1000_MEM_STSTAT) & 1; in au1200_nand_device_ready()
/linux-6.1.9/drivers/mtd/nand/raw/
Dau1550nd.c144 if (alchemy_rdsmem(AU1000_MEM_STSTAT) & 0x1) in au1550nd_waitrdy()
/linux-6.1.9/arch/mips/include/asm/mach-au1x00/
Dau1000.h617 static inline unsigned long alchemy_rdsmem(int regofs) in alchemy_rdsmem() function