todo:DSB and ISB

 

1、DSB、ISB

writel(data, addr); \
__asm__ __volatile__("DSB"); \

 

2、cache flush

flush_cache_all();
outer_flush_all();

 

3、dma_map_single

posted @ 2017-02-07 19:25  soul.stone  阅读(233)  评论(0编辑  收藏  举报