#include <linux/pci.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/io.h>
#include <linux/async.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/clk.h>
#include <linux/sh_clk.h>
#include <linux/sh_intc.h>
#include "pcie-sh7786.h"
#include <asm/sizes.h>
Go to the source code of this file.
#define DEFINE_CONTROLLER |
( |
|
start, |
|
|
|
idx |
|
) |
| |
Value:{ \
.resources = sh7786_pci##
idx##_resources, \
.mem_offset = 0, \
.io_offset = 0, \
}
Definition at line 115 of file pcie-sh7786.c.
#define pr_fmt |
( |
|
fmt | ) |
"PCI: " fmt |
arch_initcall |
( |
sh7786_pcie_init |
| ) |
|