Home
last modified time | relevance | path

Searched refs:routing (Results 1 – 25 of 626) sorted by relevance

12345678910>>...26

/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/console/obmc-console/
H A Dobmc-console@.service7 …sh -c 'echo -n "uart3" > /sys/bus/platform/drivers/aspeed-uart-routing/1e78909c.uart-routing/uart1'
8 …sh -c 'echo -n "uart1" > /sys/bus/platform/drivers/aspeed-uart-routing/1e78909c.uart-routing/uart3'
9 …n/sh -c 'echo -n "io1" > /sys/bus/platform/drivers/aspeed-uart-routing/1e78909c.uart-routing/uart4'
10 …n/sh -c 'echo -n "uart4" > /sys/bus/platform/drivers/aspeed-uart-routing/1e78909c.uart-routing/io1'
12 …n/sh -c 'echo -n "io1" > /sys/bus/platform/drivers/aspeed-uart-routing/1e78909c.uart-routing/uart1'
13 …n/sh -c 'echo -n "io3" > /sys/bus/platform/drivers/aspeed-uart-routing/1e78909c.uart-routing/uart3'
14 …n/sh -c 'echo -n "io4" > /sys/bus/platform/drivers/aspeed-uart-routing/1e78909c.uart-routing/uart4'
15 …n/sh -c 'echo -n "uart1" > /sys/bus/platform/drivers/aspeed-uart-routing/1e78909c.uart-routing/io1'
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c70 unsigned int routing, addr; in shm16read__read_file() local
73 routing = dev->dfsentry->shm16read_routing_next; in shm16read__read_file()
75 if ((routing > B43_MAX_SHM_ROUTING) || in shm16read__read_file()
79 val = b43_shm_read16(dev, routing, addr); in shm16read__read_file()
88 unsigned int routing, addr; in shm16read__write_file() local
91 res = sscanf(buf, "0x%X 0x%X", &routing, &addr); in shm16read__write_file()
94 if (routing > B43_MAX_SHM_ROUTING) in shm16read__write_file()
98 if (routing == B43_SHM_SHARED) { in shm16read__write_file()
103 dev->dfsentry->shm16read_routing_next = routing; in shm16read__write_file()
112 unsigned int routing, addr, mask, set; in shm16write__write_file() local
[all …]
H A Dmain.h66 u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset);
67 u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset);
68 void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value);
69 void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value);
/openbmc/u-boot/doc/device-tree-bindings/misc/
H A Dintel-lpc.txt15 - intel,gpi-routing : Specifies the GPI routing. There are 16 cells, valid
20 - intel,pirq-routing : Speciffies the routing IRQ number for each of PIRQA-H,
51 intel,pirq-routing = <0x8b 0x8a 0x8b 0x8b
54 * GPI routing
60 intel,gpi-routing = <0 0 0 0 0 0 0 2
H A Dintel,irq-router.txt11 - intel,pirq-config : Specifies the IRQ routing register programming mechanism.
13 "pci": IRQ routing is controlled by PCI configuration registers
14 "ibase": IRQ routing is in the memory-mapped IBASE register block
23 first cell is the register offset that controls the first PIRQ link routing.
25 - intel,pirq-regmap : Specifies PIRQ routing register offset of all PIRQ links,
27 number (0 for PIRQA, 1 for PIRQB, etc). The second cell is the PIRQ routing
33 - intel,pirq-routing : Specifies all PCI devices' IRQ routing information,
51 intel,pirq-routing = <
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-subdev.c864 struct v4l2_subdev_routing *routing = arg; in subdev_do_ioctl() local
873 memset(routing->reserved, 0, sizeof(routing->reserved)); in subdev_do_ioctl()
875 krouting = &state->routing; in subdev_do_ioctl()
877 if (routing->num_routes < krouting->num_routes) { in subdev_do_ioctl()
878 routing->num_routes = krouting->num_routes; in subdev_do_ioctl()
882 memcpy((struct v4l2_subdev_route *)(uintptr_t)routing->routes, in subdev_do_ioctl()
885 routing->num_routes = krouting->num_routes; in subdev_do_ioctl()
891 struct v4l2_subdev_routing *routing = arg; in subdev_do_ioctl() local
893 (struct v4l2_subdev_route *)(uintptr_t)routing->routes; in subdev_do_ioctl()
903 if (routing->which != V4L2_SUBDEV_FORMAT_TRY && ro_subdev) in subdev_do_ioctl()
[all …]
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-crossbar.c98 struct v4l2_subdev_krouting *routing) in __mxc_isi_crossbar_set_routing() argument
104 ret = v4l2_subdev_routing_validate(sd, routing, in __mxc_isi_crossbar_set_routing()
110 for_each_active_route(&state->routing, route) { in __mxc_isi_crossbar_set_routing()
121 return v4l2_subdev_set_routing_with_fmt(sd, state, routing, in __mxc_isi_crossbar_set_routing()
146 for_each_active_route(&state->routing, route) { in mxc_isi_crossbar_xlate_streams()
182 struct v4l2_subdev_krouting routing = { }; in mxc_isi_crossbar_init_cfg() local
203 routing.num_routes = xbar->num_sources; in mxc_isi_crossbar_init_cfg()
204 routing.routes = routes; in mxc_isi_crossbar_init_cfg()
206 ret = __mxc_isi_crossbar_set_routing(sd, state, &routing); in mxc_isi_crossbar_init_cfg()
291 for_each_active_route(&state->routing, route) { in mxc_isi_crossbar_set_fmt()
[all …]
/openbmc/u-boot/arch/x86/include/asm/acpi/
H A Dirqroute.asl14 * routing via the i8259 interrupt controller or the APIC.
21 /* Remember the OS' IRQ routing choice */
25 /* PCI interrupt routing */
43 /* PCIe downstream ports interrupt routing */
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dmain.h91 u16 routing, u16 offset);
93 u16 routing, u16 offset);
95 u16 routing, u16 offset,
98 u16 routing, u16 offset,
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/console/
H A Dobmc-console_%.bbappend3 SRC_URI:append = " file://uart-routing.sh \
13 install -m 0755 ${UNPACKDIR}/uart-routing.sh -D ${D}${sbindir}/uart-routing.sh
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-subdev-g-routing.rst13 VIDIOC_SUBDEV_G_ROUTING - VIDIOC_SUBDEV_S_ROUTING - Get or set routing between streams of media pad…
40 These ioctls are used to get and set the routing in a media entity.
41 The routing configuration determines the flows of data inside an entity.
43 Drivers report their current routing tables using the
53 Only subdevices which have both sink and source pads can support routing.
112 :ref:`v4l2_subdev_routing_flags <v4l2-subdev-routing-flags>`.
120 .. _v4l2-subdev-routing-flags:
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Datmel-sam9x5-wm8731-audio.txt8 - atmel,audio-routing: A list of the connections between audio components.
12 Available audio endpoints for the audio-routing table:
27 atmel,audio-routing =
H A Domap-abe-twl6040.txt9 - ti,audio-routing: List of connections between audio components.
18 Available audio endpoints for the audio-routing table:
70 /* Audio routing */
71 ti,audio-routing =
H A Domap-twl4030.txt12 - ti,audio-routing: List of connections between audio components.
15 If the routing is not provided all possible connection will be available
17 Available audio endpoints for the audio-routing table:
H A Dqcom,apq8096.txt10 - audio-routing:
64 using "audio-routing".
98 qcom,audio-routing: A list of the connections between audio components.
99 (Use audio-routing instead)
H A Dmt2701-wm8960.txt6 - audio-routing: a list of the connections between audio
16 audio-routing =
/openbmc/linux/net/mpls/
H A DKconfig11 circuits. Originally conceived as a way of routing packets at
12 hardware speeds (before hardware was capable of routing ipv4 packets),
27 tristate "MPLS: routing support"
/openbmc/linux/drivers/media/i2c/
H A Dds90ub913.c293 struct v4l2_subdev_krouting *routing) in _ub913_set_routing() argument
324 if (routing->num_routes > V4L2_FRAME_DESC_ENTRY_MAX) in _ub913_set_routing()
327 ret = v4l2_subdev_routing_validate(sd, routing, in _ub913_set_routing()
332 ret = v4l2_subdev_set_routing(sd, state, routing); in _ub913_set_routing()
351 struct v4l2_subdev_krouting *routing) in ub913_set_routing() argument
358 return _ub913_set_routing(sd, state, routing); in ub913_set_routing()
365 const struct v4l2_subdev_krouting *routing; in ub913_get_frame_desc() local
385 routing = &state->routing; in ub913_get_frame_desc()
387 for_each_active_route(routing, route) { in ub913_get_frame_desc()
476 struct v4l2_subdev_krouting routing = { in ub913_init_cfg() local
[all …]
/openbmc/linux/Documentation/arch/ia64/
H A Dirq-redir.rst8 By writing to /proc/irq/IRQ#/smp_affinity the interrupt routing can be
40 (i.e. lowest priority mode routing is used), otherwise its route is
50 and the routing is the so called "lowest priority mode" (actually
52 for the IRQ routing. Currently in Linux XTP registers can have three
64 routing is used. The target CPUs are distributed in a round robin
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-aspeed-uart-routing1 What: /sys/bus/platform/drivers/aspeed-uart-routing/\*/uart\*
12 cat /sys/bus/platform/drivers/aspeed-uart-routing/\*.uart_routing/uart1
20 What: /sys/bus/platform/drivers/aspeed-uart-routing/\*/io\*
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/console/obmc-console/
H A Dsetup-uart-routing4 echo -ne "$1" > /sys/devices/platform/ahb/1e780000.apb/1e789000.lpc/1e789098.uart-routing/"$2"
5 echo -ne "$2" > /sys/devices/platform/ahb/1e780000.apb/1e789000.lpc/1e789098.uart-routing/"$1"
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/console/obmc-console/
H A Duse-socket.conf.in2 ExecStartPre=/usr/sbin/uart-routing.sh init
4 ExecStopPost=/usr/sbin/uart-routing.sh reset
/openbmc/linux/net/ipv6/
H A DKconfig163 the notion of a secure tunnel for IPSEC and then use routing protocol
245 Support multiple routing tables.
248 bool "IPv6: source address based routing"
251 Enable routing by source address or prefix.
253 The destination address is still the primary routing key, so mixing
254 normal and source prefix specific routes in the same routing table
255 may sometimes lead to unintended routing behavior. This can be
256 avoided by defining different routing tables for the normal and
262 bool "IPv6: multicast routing"
270 bool "IPv6: multicast policy routing"
[all …]
/openbmc/linux/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1747 struct kvm_irq_routing *routing; in kvm_gsi_routing_create() local
1753 routing = calloc(1, size); in kvm_gsi_routing_create()
1754 assert(routing); in kvm_gsi_routing_create()
1756 return routing; in kvm_gsi_routing_create()
1759 void kvm_gsi_routing_irqchip_add(struct kvm_irq_routing *routing, in kvm_gsi_routing_irqchip_add() argument
1764 assert(routing); in kvm_gsi_routing_irqchip_add()
1765 assert(routing->nr < KVM_MAX_IRQ_ROUTES); in kvm_gsi_routing_irqchip_add()
1767 i = routing->nr; in kvm_gsi_routing_irqchip_add()
1768 routing->entries[i].gsi = gsi; in kvm_gsi_routing_irqchip_add()
1769 routing->entries[i].type = KVM_IRQ_ROUTING_IRQCHIP; in kvm_gsi_routing_irqchip_add()
[all …]
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap4-panda-es.dts15 /* Audio routing is differnet between PandaBoard4430 and PandaBoardES */
19 /* Audio routing */
20 ti,audio-routing =

12345678910>>...26