Home
last modified time | relevance | path

Searched refs:io_target (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mscc/
H A Docelot_vsc7514.c248 } io_target[] = { in mscc_ocelot_probe() local
274 for (i = 0; i < ARRAY_SIZE(io_target); i++) { in mscc_ocelot_probe()
279 io_target[i].name); in mscc_ocelot_probe()
283 if (io_target[i].optional) { in mscc_ocelot_probe()
284 ocelot->targets[io_target[i].id] = NULL; in mscc_ocelot_probe()
291 ocelot->targets[io_target[i].id] = target; in mscc_ocelot_probe()
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshyacc.py34 name, io_number, io_target = p
37 if io_target[0]=='io_file':
38 io_type, io_op, io_file = io_target
40 elif io_target[0]=='io_here':
41 io_type, io_op, io_name, io_content = io_target
/openbmc/linux/drivers/pci/controller/
H A Dpci-mvebu.c109 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()