#include <linux/pci.h>
#include <linux/delay.h>
#include "sdhci.h"
#include "sdhci-pci.h"
#define PHY_ADDR_REG …
#define PHY_DAT_REG …
#define PHY_WRITE …
#define PHY_BUSY …
#define DATA_MASK …
#define DLL_STATUS …
#define IPAD_CTRL1 …
#define IPAD_CTRL2 …
#define IPAD_STS …
#define IOREN_CTRL1 …
#define IOREN_CTRL2 …
#define IOPU_CTRL1 …
#define IOPU_CTRL2 …
#define ITAP_DELAY …
#define OTAP_DELAY …
#define STRB_SEL …
#define CLKBUF_SEL …
#define MODE_CTRL …
#define DLL_TRIM …
#define CMD_CTRL …
#define DATA_CTRL …
#define STRB_CTRL …
#define CLK_CTRL …
#define PHY_CTRL …
#define DLL_ENBL …
#define RTRIM_EN …
#define PDB_ENBL …
#define RETB_ENBL …
#define ODEN_CMD …
#define ODEN_DAT …
#define REN_STRB …
#define REN_CMND …
#define REN_DATA …
#define PU_CMD …
#define PU_DAT …
#define ITAPDLY_EN …
#define OTAPDLY_EN …
#define OD_REL_CMD …
#define OD_REL_DAT …
#define DLLTRM_ICP …
#define PDB_CMND …
#define PDB_DATA …
#define PDB_STRB …
#define PDB_CLOCK …
#define CALDONE_MASK …
#define DLL_RDY_MASK …
#define MAX_CLK_BUF …
#define ENHSTRB_MODE …
#define HS400_MODE …
#define LEGACY_MODE …
#define DDR50_MODE …
#define HS200_MODE …
#define HISPD_MODE …
#define OTAPDLY(x) …
#define ITAPDLY(x) …
#define FREQSEL(x) …
#define IOPAD(x, y) …
struct arasan_host { … };
static int arasan_phy_addr_poll(struct sdhci_host *host, u32 offset, u32 mask)
{ … }
static int arasan_phy_write(struct sdhci_host *host, u8 data, u8 offset)
{ … }
static int arasan_phy_read(struct sdhci_host *host, u8 offset, u8 *data)
{ … }
static int arasan_phy_sts_poll(struct sdhci_host *host, u32 offset, u32 mask)
{ … }
static int arasan_phy_init(struct sdhci_host *host)
{ … }
static int arasan_phy_set(struct sdhci_host *host, u8 mode, u8 otap,
u8 drv_type, u8 itap, u8 trim, u8 clk)
{ … }
static int arasan_select_phy_clock(struct sdhci_host *host)
{ … }
static int arasan_pci_probe_slot(struct sdhci_pci_slot *slot)
{ … }
static void arasan_sdhci_set_clock(struct sdhci_host *host, unsigned int clock)
{ … }
static const struct sdhci_ops arasan_sdhci_pci_ops = …;
const struct sdhci_pci_fixes sdhci_arasan = …;