Searched refs:msc_dev (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/hwtracing/intel_th/ |
| D | msu.c | 35 #define msc_dev(x) (&(x)->thdev->dev) macro 543 dev_dbg(msc_dev(msc), "timeout waiting for MSC0 PLE\n"); in msc_disable() 550 dev_dbg(msc_dev(msc), "MSCnMWP: %08x/%08lx, wrap: %d\n", in msc_disable() 562 dev_dbg(msc_dev(msc), "MSCnNWSA: %08x\n", in msc_disable() 566 dev_dbg(msc_dev(msc), "MSCnSTS: %08x\n", reg); in msc_disable() 697 win->block[i].bdesc = dma_alloc_coherent(msc_dev(msc), size, in msc_buffer_win_alloc() 729 dma_free_coherent(msc_dev(msc), size, win->block[i].bdesc, in msc_buffer_win_alloc() 765 dma_free_coherent(msc_dev(win->msc), PAGE_SIZE, in msc_buffer_win_free()
|