Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/atmel/
Dsoc.c31 static const struct at91_soc socs[] __initconst = { variable
300 struct soc_device * __init at91_soc_init(const struct at91_soc *socs) in at91_soc_init() argument
322 for (soc = socs; soc->name; soc++) { in at91_soc_init()
375 at91_soc_init(socs); in atmel_soc_device_init()
Dsoc.h34 at91_soc_init(const struct at91_soc *socs);
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/
Dcsky,apb-intc.txt8 - csky,apb-intc is used in a lot of csky fpgas and socs, it support 64 irq nums.
/Linux-v6.1/Documentation/devicetree/bindings/arm/omap/
Dcrossbar.txt1 Some socs have a large number of interrupts requests to service
/Linux-v6.1/drivers/edac/
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()
/Linux-v6.1/arch/riscv/
DKconfig236 source "arch/riscv/Kconfig.socs"