Home
last modified time | relevance | path

Searched refs:route (Results 1 – 22 of 22) sorted by relevance

/u-boot/arch/x86/cpu/intel_common/
A Ditss.c143 struct pmc_route *route; in route_pmc_gpio_gpe() local
146 for (i = 0, route = priv->route; i < priv->route_count; i++, route++) { in route_pmc_gpio_gpe()
147 if (pmc_gpe_num == route->pmc) in route_pmc_gpio_gpe()
148 return route->gpio; in route_pmc_gpio_gpe()
184 priv->route = (struct pmc_route *)dtplat->intel_pmc_routes; in itss_of_to_plat()
193 priv->route = malloc(size); in itss_of_to_plat()
194 if (!priv->route) in itss_of_to_plat()
196 ret = dev_read_u32_array(dev, "intel,pmc-routes", (u32 *)priv->route, in itss_of_to_plat()
/u-boot/arch/x86/cpu/ivybridge/
A Dlpc.c88 uint8_t route[8], *ptr; in pch_pirq_init() local
91 "intel,pirq-routing", route, sizeof(route))) in pch_pirq_init()
93 ptr = route; in pch_pirq_init()
113 u8 route[16]; in pch_gpi_routing() local
118 "intel,gpi-routing", route, sizeof(route))) in pch_gpi_routing()
121 for (reg = 0, gpi = 0; gpi < ARRAY_SIZE(route); gpi++) in pch_gpi_routing()
122 reg |= route[gpi] << (gpi * 2); in pch_gpi_routing()
/u-boot/arch/x86/include/asm/
A Ditss.h61 struct pmc_route *route; member
A Dintel_pinctrl_defs.h143 #define PAD_IRQ_CFG(route, trig, inv) \ argument
144 (PAD_CFG0_ROUTE_##route | \
/u-boot/arch/arm/mach-rockchip/px30/
A DKconfig59 UART2 and UART3 can use two different set of pins to route the output.
60 For using the UART for early debugging the route to use needs
/u-boot/drivers/video/bridge/
A DKconfig17 LVDS capability, or where LVDS requires too many signals to route
27 or where LVDS requires too many signals to route on the PCB.
/u-boot/doc/device-tree-bindings/gpio/
A Dintel,x86-broadwell-pinctrl.txt24 - route - sets whether the pin is routed, either PIRQ_APIC_MASK or
61 route = <ROUTE_SCI>;
68 route = <ROUTE_SMI>;
147 <35 &gpio_acpi_smi 0>, /* pch_nmi_dbg_l (route in nmi_en) */
/u-boot/arch/arm/mach-rockchip/rv1108/
A DKconfig14 * one RS232 to USB port route to UART2 as debug port
/u-boot/doc/device-tree-bindings/misc/
A Desm-k3.txt14 - ti,esm-pins : integer array of esm events IDs to route to external event
/u-boot/drivers/pci_endpoint/
A Dpcie-cadence.h190 #define CDNS_PCIE_NORMAL_MSG_ROUTING(route) \ argument
191 (((route) << 5) & CDNS_PCIE_NORMAL_MSG_ROUTING_MASK)
/u-boot/arch/arm/include/asm/arch-sunxi/
A Ddisplay2.h42 u32 route; member
/u-boot/drivers/usb/host/
A Dxhci-mem.c735 int route = 0; in xhci_setup_addressable_virt_dev() local
767 route |= port_num << (hub->hub_depth * 4); in xhci_setup_addressable_virt_dev()
773 debug("route string %x\n", route); in xhci_setup_addressable_virt_dev()
775 slot_ctx->dev_info |= cpu_to_le32(route); in xhci_setup_addressable_virt_dev()
/u-boot/doc/
A DREADME.fsl-hwconfig11 route either a 11.2896MHz or a 12.288MHz clock. The default is
/u-boot/arch/x86/dts/
A Dchromebook_samus.dts97 route = <ROUTE_SCI>;
105 route = <ROUTE_SMI>;
191 <35 &gpio_acpi_smi 0>, /* pch_nmi_dbg_l (route in nmi_en) */
A Dchromebook_coral.dts303 * this route, i.e., if this route changes then the
/u-boot/arch/arm/dts/
A Domap3-evm-processor-common.dtsi206 /* T2_GPIO_2 low to route GPIO_61 to on-board devices */
/u-boot/drivers/video/sunxi/
A Dsunxi_de2.c114 writel(1, &de_bld_regs->route); in sunxi_de2_mode_set()
/u-boot/board/freescale/m5373evb/
A DREADME277 IP route cache hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: …
315 route: SIOC[ADD|DEL]RT: No such process
/u-boot/board/freescale/m54455evb/
A DREADME360 IP route cache hash table entries: 2048 (order: 0, 8192 bytes)
404 Adding static route for default gateway to 172.27.255.254:
/u-boot/scripts/
A Dget_maintainer.pl2492 my $route = "(?:\@$domain(?:,\@$rfc822_lwsp*$domain)*:$rfc822_lwsp*)";
2493 my $route_addr = "\\<$rfc822_lwsp*$route?$addr_spec\\>$rfc822_lwsp*";
/u-boot/arch/arm/mach-rockchip/
A DKconfig271 Rockchip SoCs have the ability to route the signals of the debug
/u-boot/doc/driver-model/
A Dusb-info.rst152 like. These are now implemented by the USB uclass and route through the

Completed in 25 milliseconds