Home
last modified time | relevance | path

Searched refs:bb_flags (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/rkflash/
H A Dsfc.c128 unsigned int bb_flags; in sfc_request() local
131 bb_flags = GEN_BB_READ; in sfc_request()
133 bb_flags = GEN_BB_WRITE; in sfc_request()
135 ret = bounce_buffer_start(&bb, data, size, bb_flags); in sfc_request()
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Drockchip_sfc.c552 unsigned int bb_flags; in rockchip_sfc_xfer_data_dma() local
560 bb_flags = GEN_BB_READ; in rockchip_sfc_xfer_data_dma()
563 bb_flags = GEN_BB_WRITE; in rockchip_sfc_xfer_data_dma()
566 ret = bounce_buffer_start(&bb, dma_buf, len, bb_flags); in rockchip_sfc_xfer_data_dma()
/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.c751 unsigned int bb_flags; in nvme_blk_rw() local
755 bb_flags = GEN_BB_WRITE; in nvme_blk_rw()
757 bb_flags = GEN_BB_READ; in nvme_blk_rw()
759 ret = bounce_buffer_start(&bb, buffer, total_len, bb_flags); in nvme_blk_rw()