#include <linux/irq.h>
#include <linux/device.h>
#include <linux/clk.h>
Go to the source code of this file.
|
#define | ltq_r32(reg) __raw_readl(reg) |
|
#define | ltq_w32(val, reg) __raw_writel(val, reg) |
|
#define | ltq_w32_mask(clear, set, reg) ltq_w32((ltq_r32(reg) & ~(clear)) | (set), reg) |
|
#define | ltq_r8(reg) __raw_readb(reg) |
|
#define | ltq_w8(val, reg) __raw_writeb(val, reg) |
|
#define | ltq_ebu_w32(x, y) ltq_w32((x), ltq_ebu_membase + (y)) |
|
#define | ltq_ebu_r32(x) ltq_r32(ltq_ebu_membase + (x)) |
|
#define | ltq_ebu_w32_mask(x, y, z) ltq_w32_mask(x, y, ltq_ebu_membase + (z)) |
|
#define | IOPORT_RESOURCE_START 0x10000000 |
|
#define | IOPORT_RESOURCE_END 0xffffffff |
|
#define | IOMEM_RESOURCE_START 0x10000000 |
|
#define | IOMEM_RESOURCE_END 0xffffffff |
|
#define IOMEM_RESOURCE_END 0xffffffff |
#define IOMEM_RESOURCE_START 0x10000000 |
#define IOPORT_RESOURCE_END 0xffffffff |
#define IOPORT_RESOURCE_START 0x10000000 |
Definition at line 38 of file clk.c.
Definition at line 43 of file clk.c.
Definition at line 49 of file clk.c.
Definition at line 89 of file irq.c.
Definition at line 99 of file irq.c.