Searched refs:csi_fsb_control (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/dma/ioat/
H A Ddca.c277 u16 csi_fsb_control; ioat_dca_init() local
312 csi_fsb_control = readw(ioatdca->dca_base + IOAT3_CSI_CONTROL_OFFSET); ioat_dca_init()
313 if ((csi_fsb_control & IOAT3_CSI_CONTROL_PREFETCH) == 0) { ioat_dca_init()
314 csi_fsb_control |= IOAT3_CSI_CONTROL_PREFETCH; ioat_dca_init()
315 writew(csi_fsb_control, ioat_dca_init()

Completed in 34 milliseconds