Home
last modified time | relevance | path

Searched refs:oxnas (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/drivers/mtd/nand/raw/
A Doxnas_nand.c42 return readb(oxnas->io_base); in oxnas_nand_read_byte()
79 struct oxnas_nand_ctrl *oxnas; in oxnas_nand_probe() local
87 oxnas = devm_kzalloc(&pdev->dev, sizeof(*oxnas), in oxnas_nand_probe()
89 if (!oxnas) in oxnas_nand_probe()
95 if (IS_ERR(oxnas->io_base)) in oxnas_nand_probe()
99 if (IS_ERR(oxnas->clk)) in oxnas_nand_probe()
100 oxnas->clk = NULL; in oxnas_nand_probe()
145 oxnas->chips[oxnas->nchips++] = chip; in oxnas_nand_probe()
149 if (!oxnas->nchips) { in oxnas_nand_probe()
164 chip = oxnas->chips[i]; in oxnas_nand_probe()
[all …]
/linux-6.3-rc2/drivers/power/reset/
A DMakefile17 obj-$(CONFIG_POWER_RESET_OXNAS) += oxnas-restart.o
/linux-6.3-rc2/drivers/reset/
A DMakefile23 obj-$(CONFIG_RESET_OXNAS) += reset-oxnas.o
/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A DMakefile22 obj-$(CONFIG_DWMAC_OXNAS) += dwmac-oxnas.o
/linux-6.3-rc2/drivers/pinctrl/
A DMakefile40 obj-$(CONFIG_PINCTRL_OXNAS) += pinctrl-oxnas.o
/linux-6.3-rc2/drivers/clocksource/
A DMakefile56 obj-$(CONFIG_OXNAS_RPS_TIMER) += timer-oxnas-rps.o
/linux-6.3-rc2/drivers/clk/
A DMakefile53 obj-$(CONFIG_COMMON_CLK_OXNAS) += clk-oxnas.o
/linux-6.3-rc2/arch/arm/
A DMakefile206 machine-$(CONFIG_ARCH_OXNAS) += oxnas
A DKconfig500 source "arch/arm/mach-oxnas/Kconfig"
/linux-6.3-rc2/
A DMAINTAINERS2557 L: linux-oxnas@groups.io (moderated for non-subscribers)
2560 F: arch/arm/mach-oxnas/
2561 F: drivers/power/reset/oxnas-restart.c
2562 N: oxnas

Completed in 29 milliseconds