Home
last modified time | relevance | path

Searched refs:dstart (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/demo/
H A Ddemo-shape.c35 int dstart; in shape_hello() member
73 shape.start += shape.dstart; in shape_hello()
76 shape.dstart = -shape.dstart; in shape_hello()
78 shape.start += shape.dstart; in shape_hello()
/openbmc/u-boot/drivers/spi/
H A Dmxs_spi.c193 const uint32_t dstart = (uint32_t)data; in mxs_spi_xfer_dma() local
223 flush_dcache_range(dstart, dstart + cache_data_count); in mxs_spi_xfer_dma()
226 invalidate_dcache_range(dstart, dstart + cache_data_count); in mxs_spi_xfer_dma()
300 invalidate_dcache_range(dstart, dstart + cache_data_count); in mxs_spi_xfer_dma()