cb710_slot
void cb710_set_irq_handler(struct cb710_slot *slot,
struct cb710_slot *slot = &chip->slot[0];
struct cb710_slot *slot = cb710_pdev_to_slot(to_platform_device(dev));
struct cb710_slot *slot = &chip->slot[nr];
static void cb710_mmc_enable_4bit_data(struct cb710_slot *slot, int enable)
static int cb710_check_event(struct cb710_slot *slot, u8 what)
static int cb710_wait_for_event(struct cb710_slot *slot, u8 what)
static int cb710_wait_while_busy(struct cb710_slot *slot, uint8_t mask)
static void cb710_mmc_set_transfer_size(struct cb710_slot *slot,
static void cb710_mmc_fifo_hack(struct cb710_slot *slot)
static int cb710_mmc_receive_pio(struct cb710_slot *slot,
static int cb710_mmc_receive(struct cb710_slot *slot, struct mmc_data *data)
struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
static int cb710_mmc_send(struct cb710_slot *slot, struct mmc_data *data)
static void cb710_receive_response(struct cb710_slot *slot,
static int cb710_mmc_transfer_data(struct cb710_slot *slot,
struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
static int cb710_mmc_powerup(struct cb710_slot *slot)
static void cb710_mmc_powerdown(struct cb710_slot *slot)
struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
struct cb710_slot *slot = cb710_mmc_to_slot(mmc);
static int cb710_mmc_irq_handler(struct cb710_slot *slot)
static void __cb710_mmc_enable_irq(struct cb710_slot *slot,
struct cb710_slot *slot = cb710_pdev_to_slot(pdev);
struct cb710_slot *slot = cb710_pdev_to_slot(pdev);
struct cb710_slot *slot = cb710_pdev_to_slot(pdev);
struct cb710_slot *slot = cb710_pdev_to_slot(pdev);
static void cb710_mmc_enable_irq(struct cb710_slot *slot,
static void cb710_mmc_reset_events(struct cb710_slot *slot)
static inline struct mmc_host *cb710_slot_to_mmc(struct cb710_slot *slot)
static inline struct cb710_slot *cb710_mmc_to_slot(struct mmc_host *mmc)
struct cb710_slot;
typedef int (*cb710_irq_handler_t)(struct cb710_slot *);
struct cb710_slot slot[];
static inline void cb710_write_port_##t(struct cb710_slot *slot, \
static inline u##t cb710_read_port_##t(struct cb710_slot *slot, \
static inline void cb710_modify_port_##t(struct cb710_slot *slot, \
void cb710_set_irq_handler(struct cb710_slot *slot,
static inline struct cb710_slot *cb710_pdev_to_slot(
return container_of(pdev, struct cb710_slot, pdev);
static inline struct cb710_chip *cb710_slot_to_chip(struct cb710_slot *slot)
static inline struct device *cb710_slot_dev(struct cb710_slot *slot)