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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dwbsd.c102 static inline void wbsd_write_config(struct wbsd_host *host, u8 reg, u8 value) function
1555 wbsd_write_config(host, WBSD_CONF_SWRST, 1);
1556 wbsd_write_config(host, WBSD_CONF_SWRST, 0);
1561 wbsd_write_config(host, WBSD_CONF_DEVICE, DEVICE_SD);
1566 wbsd_write_config(host, WBSD_CONF_PINS, WBSD_PINS_DETECT_GP11);
1571 wbsd_write_config(host, WBSD_CONF_PORT_HI, host->base >> 8);
1572 wbsd_write_config(host, WBSD_CONF_PORT_LO, host->base & 0xff);
1574 wbsd_write_config(host, WBSD_CONF_IRQ, host->irq);
1577 wbsd_write_config(host, WBSD_CONF_DRQ, host->dma);
1582 wbsd_write_config(hos
[all...]

Completed in 198 milliseconds