Searched refs:mmci_host (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dmmci.h122 struct mmci_host { struct
150 static inline void mmci_init_sg(struct mmci_host *host, struct mmc_data *data)
160 static inline int mmci_next_sg(struct mmci_host *host)
167 static inline char *mmci_kmap_atomic(struct mmci_host *host, unsigned long *flags)
175 static inline void mmci_kunmap_atomic(struct mmci_host *host, void *buffer, unsigned long *flags)
H A Dmmci.c40 mmci_request_end(struct mmci_host *host, struct mmc_request *mrq)
61 static void mmci_stop_data(struct mmci_host *host)
68 static void mmci_start_data(struct mmci_host *host, struct mmc_data *data)
121 mmci_start_command(struct mmci_host *host, struct mmc_command *cmd, u32 c)
149 mmci_data_irq(struct mmci_host *host, struct mmc_data *data,
183 mmci_cmd_irq(struct mmci_host *host, struct mmc_command *cmd,
210 static int mmci_pio_read(struct mmci_host *host, char *buffer, unsigned int remain)
239 static int mmci_pio_write(struct mmci_host *host, char *buffer, unsigned int remain, u32 status)
269 struct mmci_host *host = dev_id;
355 struct mmci_host *hos
[all...]

Completed in 25 milliseconds