/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/console/obmc-console/ |
H A D | obmc-console@.service | 7 …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/net/ipv6/ |
H A D | Kconfig | 163 the notion of a secure tunnel for IPSEC and then use routing protocol 223 GRE (Generic Routing Encapsulation) and at this time allows 242 bool "IPv6: Multiple Routing Tables" 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 [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | qcom,q6adm-routing.yaml | 4 $id: http://devicetree.org/schemas/sound/qcom,q6adm-routing.yaml# 7 title: Qualcomm Audio Device Manager (Q6ADM) routing 14 Qualcomm Audio Device Manager (Q6ADM) routing node represents routing 23 - qcom,q6adm-routing 36 routing { 37 compatible = "qcom,q6adm-routing";
|
H A D | qcom,q6adm.yaml | 21 routing: 23 $ref: /schemas/sound/qcom,q6adm-routing.yaml# 25 description: Qualcomm DSP LPASS audio routing 29 - routing 46 routing { 47 compatible = "qcom,q6adm-routing";
|
H A D | allwinner,sun4i-a10-codec.yaml | 55 allwinner,audio-routing: 124 - allwinner,audio-routing 129 - allwinner,audio-routing 140 allwinner,audio-routing: 167 allwinner,audio-routing: 192 allwinner,audio-routing: 218 allwinner,audio-routing: 258 allwinner,audio-routing =
|
/openbmc/linux/Documentation/devicetree/bindings/soc/aspeed/ |
H A D | uart-routing.yaml | 6 $id: http://devicetree.org/schemas/soc/aspeed/uart-routing.yaml# 9 title: Aspeed UART Routing Controller 16 The Aspeed UART routing control allow to dynamically route the inputs for 31 - aspeed,ast2400-uart-routing 32 - aspeed,ast2500-uart-routing 33 - aspeed,ast2600-uart-routing 52 uart_routing: uart-routing@98 { 53 compatible = "aspeed,ast2600-uart-routing";
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | debugfs.c | 70 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 …]
|
/openbmc/u-boot/doc/device-tree-bindings/misc/ |
H A D | intel-lpc.txt | 15 - 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, 38 PIRQ[n]_ROUT[7] - PIRQ Routing Control 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 D | intel,irq-router.txt | 11 - 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/u-boot/arch/x86/include/asm/ |
H A D | pirq_routing.h | 19 * CAUTION: If you change this, PIRQ routing will not work correctly. 120 * of which is defined in PIRQ routing table spec and PCI BIOS spec. 129 * copy_pirq_routing_table() - Copy a PIRQ routing table 131 * This helper function copies the given PIRQ routing table to a given address. 132 * Before copying, it does several sanity tests against the PIRQ routing table. 134 * boundary to meet the PIRQ routing table spec requirements. 136 * @addr: address to store the copied PIRQ routing table 137 * @rt: pointer to the PIRQ routing table to copy from 138 * @return: end address of the copied PIRQ routing table
|
H A D | tables.h | 49 * This writes x86 configuration tables, including PIRQ routing table, 56 * write_pirq_routing_table() - Write PIRQ routing table 58 * This writes PIRQ routing table at a given address. 60 * @start: start address to write PIRQ routing table 61 * @return: end address of PIRQ routing table
|
/openbmc/linux/include/uapi/linux/ |
H A D | ipv6.h | 17 * source interface/address selection, source routing, etc... 43 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */ 44 #define IPV6_SRCRT_TYPE_3 3 /* RPL Segment Routing with IPv6 */ 45 #define IPV6_SRCRT_TYPE_4 4 /* Segment Routing with IPv6 */ 48 * routing header 78 * routing header type 0 (used in cmsghdr struct) 90 * routing header type 2
|
H A D | v4l2-subdev.h | 35 * @stream: stream number, defined in subdev routing 51 * @stream: stream number, defined in subdev routing 75 * @stream: stream number, defined in subdev routing 98 * @stream: stream number, defined in subdev routing 118 * @stream: stream number, defined in subdev routing 137 * @stream: stream number, defined in subdev routing 161 * @stream: stream number, defined in subdev routing 193 /* The v4l2 sub-device supports routing and multiplexed streams. */ 222 * struct v4l2_subdev_routing - Subdev routing information
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-subdev-g-routing.rst | 13 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/drivers/media/platform/nxp/imx8-isi/ |
H A D | imx8-isi-crossbar.c | 98 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() 139 * Translate the source pad and streams to the sink side. The routing in mxc_isi_crossbar_xlate_streams() 141 * routing table are guaranteed to have the same sink pad. in mxc_isi_crossbar_xlate_streams() 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() [all …]
|
/openbmc/linux/drivers/media/v4l2-core/ |
H A D | v4l2-subdev.c | 864 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/u-boot/arch/x86/include/asm/acpi/ |
H A D | irqroute.asl | 14 * 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/arch/arm64/kvm/vgic/ |
H A D | vgic-irqfd.c | 14 * irqchip routing entry 30 * kvm_set_routing_entry: populate a kvm routing entry 31 * from a user routing entry 34 * @e: kvm kernel routing entry handle 35 * @ue: user api routing entry handle 80 * MSI routing entry
|
/openbmc/linux/net/ipv4/ |
H A D | Kconfig | 21 control about the routing process. 25 questions about advanced routing. 37 automatically rejects incoming packets if the routing table entry 41 asymmetric routing (packets from you to a host take a different path 42 than packets from that host to you) or if you operate a non-routing 64 bool "IP: policy routing" 72 of the packet can be used for routing decisions as well. 75 Routing and Traffic Control documentation at 84 Normally, the routing tables specify a single action to be taken in 97 verbose messages regarding the routing, for example warnings about [all …]
|
/openbmc/linux/Documentation/arch/ia64/ |
H A D | irq-redir.rst | 8 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/arch/x86/pci/ |
H A D | irq.c | 3 * Low-Level PCI Support for PC -- Routing of Interrupts 69 * Check passed address for the PCI IRQ Routing Table signature 91 DBG(KERN_DEBUG "PCI: Interrupt Routing Table found at 0x%lx\n", in pirq_check_routing_table() 99 * Handle the $IRT PCI IRQ Routing Table format used by AMI for its BCP 106 * It uses the same PCI BIOS 2.1 format for interrupt routing entries 109 * specifying the total number of interrupt routing entries allocated in 122 * follows the header instead that points to interrupt routing entries 143 DBG(KERN_DEBUG "PCI: $IRT Interrupt Routing Table found at 0x%lx\n", in pirq_convert_irt_table() 168 * Search 0xf0000 -- 0xfffff for the PCI IRQ Routing Table. 203 * If we have a IRQ routing table, use it to search for peer host [all …]
|
/openbmc/linux/include/media/i2c/ |
H A D | m52790.h | 12 /* Input routing switch 1 */ 24 /* Input routing switch 2 */ 36 /* Output routing switch 1 */ 52 /* Output routing switch 2 */
|
/openbmc/linux/net/6lowpan/ |
H A D | Kconfig | 60 tristate "Routing Header Support" 63 6LoWPAN IPv6 Routing Header compression according to RFC6282. 100 tristate "GHC Routing Options Header Support" 102 6LoWPAN IPv6 routing option generic header compression according
|
H A D | nhc_routing.c | 3 * 6LoWPAN IPv6 Routing Header compression according to RFC6282 11 LOWPAN_NHC(nhc_routing, "RFC6282 Routing", NEXTHDR_ROUTING, 0, 15 MODULE_DESCRIPTION("6LoWPAN next header RFC6282 Routing compression");
|
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_entity.h | 44 * struct vsp1_route - Entity routing configuration 45 * @type: Entity type this routing entry is associated with 46 * @index: Entity index this routing entry is associated with 47 * @reg: Output routing configuration register 51 * Each $vsp1_route entry describes routing configuration for the entity 53 * holds output routing configuration for the entity, and the @inputs array
|