Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/ioat/
Ddca.c290 if ((csi_fsb_control & IOAT3_CSI_CONTROL_PREFETCH) == 0) { in ioat_dca_init()
291 csi_fsb_control |= IOAT3_CSI_CONTROL_PREFETCH; in ioat_dca_init()
Dregisters.h167 #define IOAT3_CSI_CONTROL_PREFETCH 0x1 macro