Home
last modified time | relevance | path

Searched refs:socs (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/soc/atmel/
H A Dsoc.c31 static const struct at91_soc socs[] __initconst = { variable
309 struct soc_device * __init at91_soc_init(const struct at91_soc *socs) in at91_soc_init() argument
331 for (soc = socs; soc->name; soc++) { in at91_soc_init()
384 at91_soc_init(socs); in atmel_soc_device_init()
H A Dsoc.h34 at91_soc_init(const struct at91_soc *socs);
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dcsky,apb-intc.txt8 - csky,apb-intc is used in a lot of csky fpgas and socs, it support 64 irq nums.
/openbmc/linux/Documentation/devicetree/bindings/arm/omap/
H A Dcrossbar.txt1 Some socs have a large number of interrupts requests to service
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dgpio-stp-xway.yaml10 The Serial To Parallel (STP) is found on MIPS based Lantiq socs. It is a
/openbmc/linux/drivers/edac/
H A Dxgene_edac.c59 struct list_head socs; member
1784 list_add(&ctx->next, &edac->socs); in xgene_edac_soc_add()
1838 list_for_each_entry(node, &ctx->socs, next) in xgene_edac_isr()
1860 INIT_LIST_HEAD(&edac->socs); in xgene_edac_probe()
1982 list_for_each_entry_safe(node, temp_node, &edac->socs, next) in xgene_edac_remove()
/openbmc/linux/arch/riscv/
H A DKconfig291 source "arch/riscv/Kconfig.socs"