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()
1296 void *ones; in mmc_spi_probe() local
1333 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1334 if (!ones) in mmc_spi_probe()
1336 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1365 host->ones = ones; in mmc_spi_probe()
1394 host->ones_dma = dma_map_single(dev, ones, in mmc_spi_probe()
1411 host->status.tx_buf = host->ones; in mmc_spi_probe()
1479 kfree(ones); in mmc_spi_probe()
1506 kfree(host->ones); in mmc_spi_remove()