Lines Matching refs:ones
133 void *ones; member
590 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
604 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
630 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
1292 host->ones_dma = dma_map_single(dev, host->ones, MMC_SPI_BLOCKSIZE, in mmc_spi_dma_alloc()
1329 void *ones; in mmc_spi_probe() local
1366 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1367 if (!ones) in mmc_spi_probe()
1369 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1398 host->ones = ones; in mmc_spi_probe()
1432 host->status.tx_buf = host->ones; in mmc_spi_probe()
1500 kfree(ones); in mmc_spi_probe()
1518 kfree(host->ones); in mmc_spi_remove()