Lines Matching refs:ones
153 void *ones; member
606 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
620 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
648 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
1297 void *ones; in mmc_spi_probe() local
1334 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1335 if (!ones) in mmc_spi_probe()
1337 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1366 host->ones = ones; in mmc_spi_probe()
1395 host->ones_dma = dma_map_single(dev, ones, in mmc_spi_probe()
1414 host->status.tx_buf = host->ones; in mmc_spi_probe()
1487 kfree(ones); in mmc_spi_probe()
1514 kfree(host->ones); in mmc_spi_remove()