Home
last modified time | relevance | path

Searched refs:__raw_readl (Results 1 – 25 of 77) sorted by relevance

1234

/linux-2.4.37.9/arch/arm/mach-omaha/
Dleds.c45 leds = __raw_readl(ctrl); in omaha_leds_event()
51 leds = __raw_readl(ctrl); in omaha_leds_event()
57 leds = __raw_readl(ctrl); in omaha_leds_event()
63 leds = __raw_readl(ctrl); in omaha_leds_event()
69 leds = __raw_readl(ctrl); in omaha_leds_event()
Dcore.c58 tmp = __raw_readl(VA_IC_BASE + OMAHA_INTMSK); in sc_mask_and_ack_irq()
63 tmp = __raw_readl(VA_IC_BASE + OMAHA_SRCPND); in sc_mask_and_ack_irq()
68 tmp = __raw_readl(VA_IC_BASE + OMAHA_INTPND); in sc_mask_and_ack_irq()
79 tmp = __raw_readl(VA_IC_BASE + OMAHA_INTMSK); in sc_mask_irq()
88 tmp = __raw_readl(VA_IC_BASE + OMAHA_INTMSK); in sc_unmask_irq()
/linux-2.4.37.9/include/asm-arm/arch-omaha/
Dtime.h43 ticks2 = __raw_readl(p); in omaha_gettimeoffset()
47 ticks2 = __raw_readl(p); in omaha_gettimeoffset()
70 tmp = __raw_readl(p); in omaha_timer_interrupt()
100 tmp = __raw_readl(p); in setup_timer()
107 tmp = __raw_readl(p); in setup_timer()
/linux-2.4.37.9/include/asm-arm/arch-anakin/
Duncompress.h28 while (!(__raw_readl(IO_START + UART0 + 0x10) & TXEMPTY)) in putc()
32 __raw_writel(__raw_readl(IO_START + UART0 + 0x18) in putc()
50 __raw_writel(__raw_readl(IO_START + UART0 + 0x10) & ~PRESCALER in arch_decomp_setup()
53 __raw_writel(__raw_readl(IO_START + UART0 + 0x18) & ~(IRQENABLE in arch_decomp_setup()
/linux-2.4.37.9/arch/arm/mach-integrator/
Dleds.c49 ctrl = __raw_readl(hdr_ctrl); in integrator_leds_event()
55 ctrl = __raw_readl(hdr_ctrl); in integrator_leds_event()
80 while (__raw_readl(dbg_base + INTEGRATOR_DBG_ALPHA_OFFSET) & 1); in integrator_leds_event()
Dpci_v3.c120 #define v3_readl(o) (__raw_readl(PCI_V3_VADDR + (unsigned int)(o)))
332 v = __raw_readl(addr); in v3_read_config_dword()
384 __raw_readl(addr); in v3_write_config_dword()
458 addr, pc, instr, __raw_readl(SC_LBFADDR), __raw_readl(SC_LBFCODE) & 255, in v3_fault()
504 pc, instr, __raw_readl(SC_LBFADDR), __raw_readl(SC_LBFCODE) & 255, in v3_irq()
Dcpu.c95 cm_osc = __raw_readl(CM_OSC); in integrator_setspeed()
110 cm_osc = __raw_readl(CM_OSC); in cpu_init()
128 cm_stat = __raw_readl(CM_STAT); in cpu_init()
Dtime.c39 xtime.tv_sec = __raw_readl(RTC_DR); in integrator_rtc_init()
/linux-2.4.37.9/drivers/mtd/maps/
Dintegrator-flash.c71 tmp = __raw_readl(EBI_CSR1) | INTEGRATOR_EBI_WRITE_ENABLE; in armflash_flash_init()
74 if (!(__raw_readl(EBI_CSR1) & INTEGRATOR_EBI_WRITE_ENABLE)) { in armflash_flash_init()
96 tmp = __raw_readl(EBI_CSR1) & ~INTEGRATOR_EBI_WRITE_ENABLE; in armflash_flash_exit()
99 if (__raw_readl(EBI_CSR1) & INTEGRATOR_EBI_WRITE_ENABLE) { in armflash_flash_exit()
Drpxlite.c32 return __raw_readl(map->map_priv_1 + ofs); in rpxlite_read32()
/linux-2.4.37.9/drivers/acorn/char/
Dmouse_rpc.c39 buttons = (__raw_readl(0xe0310000) >> 4) & 7; in mouse_rpc_irq()
65 old_b = (__raw_readl(0xe0310000) >> 4) & 7; in mouse_rpc_init()
/linux-2.4.37.9/include/asm-parisc/
Dio.h75 extern __inline__ unsigned int __raw_readl(unsigned long addr) in __raw_readl() function
95 ret = ((u64) __raw_readl(addr)) << 32; in __raw_readq()
96 ret |= __raw_readl(addr+4); in __raw_readq()
153 #define readl(addr) le32_to_cpu(__raw_readl((unsigned long)(addr)))
Dgsc.h13 #define gsc_readl(x) __raw_readl((unsigned long)x)
/linux-2.4.37.9/drivers/video/sti/
Dsticore.c234 *(u32 *)dest = __raw_readl(base); in sti_rom_copy()
658 *(u8 *)dest = __raw_readl(base); in sti_bmode_rom_copy()
708 size = __raw_readl(address + offsetof(struct sti_rom,last_addr)); in sti_get_wmode_rom()
803 sig = __raw_readl(address); in sti_try_rom_generic()
809 i = __raw_readl(address+0x04); in sti_try_rom_generic()
820 i = __raw_readl(address+0x0c); in sti_try_rom_generic()
827 *rm++ = __raw_readl(address+rm_offset+0x00); in sti_try_rom_generic()
828 *rm++ = __raw_readl(address+rm_offset+0x04); in sti_try_rom_generic()
829 *rm++ = __raw_readl(address+rm_offset+0x08); in sti_try_rom_generic()
830 *rm++ = __raw_readl(address+rm_offset+0x0c); in sti_try_rom_generic()
[all …]
/linux-2.4.37.9/drivers/scsi/
Dzalon7xx.c92 while (!(__raw_readl(zalon + IO_MODULE_IO_STATUS) & IOSTATUS_RY)) in zalon_scsi_callback()
98 zalon_vers = __raw_readl(dev->hpa + IO_MODULE_II_CDATA) & 0x07000000; in zalon_scsi_callback()
/linux-2.4.37.9/include/asm-sh/
Dio.h100 # define __raw_readl __readl macro
257 #ifdef __raw_readl
258 # define readl(a) ({ unsigned long r_ = __raw_readl(a); mb(); r_; })
277 #ifndef __raw_readl
278 # define __raw_readl(a) ___raw_readl((unsigned long)(a)) macro
/linux-2.4.37.9/include/asm-alpha/
Dio.h167 # define __raw_readl __readl macro
352 #ifdef __raw_readl
353 # define readl(a) ({ u32 r_ = __raw_readl(a); mb(); r_; })
378 #ifndef __raw_readl
379 # define __raw_readl(a) ___raw_readl((unsigned long)(a)) macro
/linux-2.4.37.9/include/asm-arm/
Dio.h55 #define __raw_readl(a) __arch_getl(a) macro
106 #define inl(p) ({ unsigned int __v = le32_to_cpu(__raw_readl(__io(p))); __v; })
193 #define readl(c) ({ unsigned int __v = le32_to_cpu(__raw_readl(__mem_pci(c))); __v; })
246 #define isa_readl(addr) __raw_readl(__mem_isa(addr))
/linux-2.4.37.9/include/asm-arm/arch-integrator/
Dsystem.h46 val = __raw_readl(hdr_ctrl); in arch_reset()
Dtime.h77 status = __raw_readl(VA_IC_BASE + IRQ_RAW_STATUS); in integrator_gettimeoffset()
/linux-2.4.37.9/include/asm-arm/arch-clps711x/
Duncompress.h29 #define __raw_readl(p) (*(unsigned long *)(p)) macro
/linux-2.4.37.9/include/asm-arm/hardware/
Dep7212.h34 #define ep_readl(off) __raw_readl(EP7212_BASE + (off))
/linux-2.4.37.9/arch/i386/kernel/
Dmfgpt-compat.h70 #define mmio_read32be(addr) be32_to_cpu(__raw_readl(addr))
156 u32 data = __raw_readl(addr); in mmio_insl()
/linux-2.4.37.9/arch/parisc/kernel/
Ddrivers.c472 ((__raw_readl(dev->hpa + IO_STATUS) & BC_PORT_MASK) == BC_LOWER_PORT)
480 #define READ_IO_IO_LOW(dev) (unsigned long)(signed int)__raw_readl(dev->hpa + IO_IO_LOW)
481 #define READ_IO_IO_HIGH(dev) (unsigned long)(signed int)__raw_readl(dev->hpa + IO_IO_HIGH)
/linux-2.4.37.9/include/pcmcia/
Dmem_op.h52 put_user(__raw_readl(from), (int *)to); in copy_pc_to_user()

1234