Searched refs:io_target (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_vsc7514.c | 248 } 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 D | pyshyacc.py | 34 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 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()
|