Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/ioat/
Ddca.c256 u16 pcie_control; in ioat_dca_init() local
295 pcie_control = readw(ioatdca->dca_base + IOAT3_PCI_CONTROL_OFFSET); in ioat_dca_init()
296 if ((pcie_control & IOAT3_PCI_CONTROL_MEMWR) == 0) { in ioat_dca_init()
297 pcie_control |= IOAT3_PCI_CONTROL_MEMWR; in ioat_dca_init()
298 writew(pcie_control, in ioat_dca_init()
/Linux-v6.6/include/linux/mlx5/
Ddevice.h1077 u8 pcie_control; member