Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/ioat/
Ddca.c278 u16 pcie_control; in ioat_dca_init() local
318 pcie_control = readw(ioatdca->dca_base + IOAT3_PCI_CONTROL_OFFSET); in ioat_dca_init()
319 if ((pcie_control & IOAT3_PCI_CONTROL_MEMWR) == 0) { in ioat_dca_init()
320 pcie_control |= IOAT3_PCI_CONTROL_MEMWR; in ioat_dca_init()
321 writew(pcie_control, in ioat_dca_init()
/Linux-v4.19/include/linux/mlx5/
Ddevice.h921 u8 pcie_control; member