Searched refs:io_attr (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-mvebu.c | 95 unsigned int io_attr; member 120 return port->io_target != -1 && port->io_attr != -1; in mvebu_has_ioport() 376 mvebu_pcie_set_window(port, port->io_target, port->io_attr, in mvebu_pcie_handle_iobase_change() 402 mvebu_pcie_set_window(port, port->io_target, port->io_attr, &desired, in mvebu_pcie_handle_iobase_change() 860 &port->io_target, &port->io_attr); in mvebu_pcie_parse_port() 863 port->io_attr = -1; in mvebu_pcie_parse_port()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | atom.h | 137 uint16_t io_attr; member
|
H A D | atom.c | 162 io_attr >> CU8(base + 2)) & (0xFFFFFFFF >> (32 - in atom_iio_execute() 255 val = gctx->io_attr; in atom_get_src_int() 522 gctx->io_attr = val; in atom_put_dst()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | atom.h | 136 uint16_t io_attr; member
|
H A D | atom.c | 166 io_attr >> CU8(base + 2)) & (0xFFFFFFFF >> (32 - in atom_iio_execute() 259 val = gctx->io_attr; in atom_get_src_int() 526 gctx->io_attr = val; in atom_put_dst()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | atom.h | 141 uint16_t io_attr; member
|
H A D | atom.c | 165 io_attr >> CU8(base + 2)) & (0xFFFFFFFF >> (32 - in atom_iio_execute() 258 val = gctx->io_attr; in atom_get_src_int() 525 gctx->io_attr = val; in atom_put_dst()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | atom.h | 136 uint16_t io_attr; member
|
H A D | atom.c | 166 ((ctx->io_attr >> CU8(base + 2)) & in atom_iio_execute() 256 val = gctx->io_attr; in atom_get_src_int() 523 gctx->io_attr = val; in atom_put_dst()
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pci-mvebu.c | 110 unsigned int io_attr; member 140 return port->io_target != -1 && port->io_attr != -1; in mvebu_has_ioport() 527 return mvebu_pcie_set_window(port, port->io_target, port->io_attr, in mvebu_pcie_handle_iobase_change() 545 return mvebu_pcie_set_window(port, port->io_target, port->io_attr, &desired, in mvebu_pcie_handle_iobase_change() 1308 &port->io_target, &port->io_attr); in mvebu_pcie_parse_port() 1311 port->io_attr = -1; in mvebu_pcie_parse_port()
|
Completed in 14 milliseconds