Home
last modified time | relevance | path

Searched defs:sh_mmcif_host (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mmc/host/
H A Dsh_mmcif.c219 struct sh_mmcif_host { struct
231 spinlock_t lock; /* protect sh_mmcif_host::state */ argument
232 enum sh_mmcif_state state;
233 enum sh_mmcif_wait_for wait_for;
257 #define sh_mmcif_host_to_dev(host) (&host->pd->dev) argument
259 static inline void sh_mmcif_bitset(struct sh_mmcif_host *host, in sh_mmcif_bitset() argument
/openbmc/u-boot/drivers/mmc/
H A Dsh_mmcif.h210 struct sh_mmcif_host { struct
211 struct mmc_data *data;
212 struct sh_mmcif_regs *regs;
213 unsigned int clk;
214 int bus_width;
215 u16 wait_int;
216 u16 sd_error;
217 u8 last_cmd;