···107107108108#if defined(CONFIG_MMC_SPI) || defined(CONFIG_MMC_SPI_MODULE)109109static struct bfin5xx_spi_chip mmc_spi_chip_info = {110110-/*111111- * CPOL (Clock Polarity)112112- * 0 - Active high SCK113113- * 1 - Active low SCK114114- * CPHA (Clock Phase) Selects transfer format and operation mode115115- * 0 - SCLK toggles from middle of the first data bit, slave select116116- * pins controlled by hardware.117117- * 1 - SCLK toggles from beginning of first data bit, slave select118118- * pins controller by user software.119119- * .ctl_reg = 0x1c00, * CPOL=1,CPHA=1,Sandisk 1G work120120- * NO NO .ctl_reg = 0x1800, * CPOL=1,CPHA=0121121- * NO NO .ctl_reg = 0x1400, * CPOL=0,CPHA=1122122- */123123- .ctl_reg = 0x1000, /* CPOL=0,CPHA=0,Sandisk 1G work */124110 .enable_dma = 0, /* if 1 - block!!! */125111 .bits_per_word = 8,126112};