Searched refs:io_target (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_vsc7514.c | 244 } io_target[] = { in mscc_ocelot_probe() local 270 for (i = 0; i < ARRAY_SIZE(io_target); i++) { in mscc_ocelot_probe() 275 io_target[i].name); in mscc_ocelot_probe() 279 if (io_target[i].optional) { in mscc_ocelot_probe() 280 ocelot->targets[io_target[i].id] = NULL; in mscc_ocelot_probe() 287 ocelot->targets[io_target[i].id] = target; in mscc_ocelot_probe()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-mvebu.c | 94 unsigned int io_target; 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() 862 port->io_target = -1; in mvebu_pcie_parse_port()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
H A D | ocelot_vsc7514.c | 1174 } io_target[] = { in mscc_ocelot_probe() local 1196 for (i = 0; i < ARRAY_SIZE(io_target); i++) { in mscc_ocelot_probe() 1201 io_target[i].name); in mscc_ocelot_probe() 1205 if (io_target[i].optional) { in mscc_ocelot_probe() 1206 ocelot->targets[io_target[i].id] = NULL; in mscc_ocelot_probe() 1212 ocelot->targets[io_target[i].id] = target; in mscc_ocelot_probe()
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pci-mvebu.c | 109 unsigned int io_target; 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() 1310 port->io_target = -1; in mvebu_pcie_parse_port()
|
Completed in 6 milliseconds