/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | tmio_nand.c | 30 #include <linux/mfd/tmio.h> 134 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); in tmio_nand_hwcontrol() local 155 tmio_iowrite8(mode, tmio->fcr + FCR_MODE); in tmio_nand_hwcontrol() 156 tmio->read_good = 0; in tmio_nand_hwcontrol() 165 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); in tmio_nand_dev_ready() local 167 return !(tmio_ioread8(tmio->fcr + FCR_STATUS) & FCR_STATUS_BUSY); in tmio_nand_dev_ready() 172 struct tmio_nand *tmio = __tmio; in tmio_irq() local 175 tmio_iowrite8(0x00, tmio->fcr + FCR_IMR); in tmio_irq() 176 complete(&tmio->comp); in tmio_irq() 189 struct tmio_nand *tmio in tmio_nand_wait() local 226 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); tmio_nand_read_byte() local 246 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); tmio_nand_write_buf() local 253 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); tmio_nand_read_buf() local 260 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); tmio_nand_enable_hwecc() local 270 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); tmio_nand_calculate_ecc() local 306 tmio_hw_init(struct platform_device *dev, struct tmio_nand *tmio) tmio_hw_init() argument 350 tmio_hw_stop(struct platform_device *dev, struct tmio_nand *tmio) tmio_hw_stop() argument 386 struct tmio_nand *tmio; tmio_probe() local 475 struct tmio_nand *tmio = platform_get_drvdata(dev); tmio_remove() local [all...] |
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-tmio.c | 31 #include <linux/mfd/tmio.h> 76 struct tmio_hcd *tmio = hcd_to_tmio(hcd); in tmio_write_pm() local 80 spin_lock_irqsave(&tmio->lock, flags); in tmio_write_pm() 85 tmio_iowrite16(pm, tmio->ccr + CCR_PM); in tmio_write_pm() 86 spin_unlock_irqrestore(&tmio->lock, flags); in tmio_write_pm() 93 struct tmio_hcd *tmio = hcd_to_tmio(hcd); in tmio_stop_hc() local 110 tmio_iowrite8(0, tmio->ccr + CCR_INTC); in tmio_stop_hc() 111 tmio_iowrite8(0, tmio->ccr + CCR_ILME); in tmio_stop_hc() 112 tmio_iowrite16(0, tmio->ccr + CCR_BASE); in tmio_stop_hc() 113 tmio_iowrite16(0, tmio in tmio_stop_hc() 120 struct tmio_hcd *tmio = hcd_to_tmio(hcd); tmio_start_hc() local 194 struct tmio_hcd *tmio; ohci_hcd_tmio_drv_probe() local 276 struct tmio_hcd *tmio = hcd_to_tmio(hcd); ohci_hcd_tmio_drv_remove() local 296 struct tmio_hcd *tmio = hcd_to_tmio(hcd); ohci_hcd_tmio_drv_suspend() local 326 struct tmio_hcd *tmio = hcd_to_tmio(hcd); ohci_hcd_tmio_drv_resume() local [all...] |
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | t7l66xb.h | 11 #include <linux/mfd/tmio.h>
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | tmio_core.c | 7 #include <linux/mfd/tmio.h>
|
H A D | tc6387xb.c | 14 #include <linux/mfd/tmio.h> 123 .name = "tmio-mmc",
|
H A D | t7l66xb.c | 31 #include <linux/mfd/tmio.h> 166 .name = "tmio-mmc", 175 .name = "tmio-nand",
|
H A D | tc6393xb.c | 22 #include <linux/mfd/tmio.h> 388 .name = "tmio-nand", 394 .name = "tmio-mmc", 403 .name = "tmio-ohci", 412 .name = "tmio-fb",
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | tmio_mmc.c | 16 #include <linux/mfd/tmio.h> 215 .name = "tmio-mmc", 228 MODULE_ALIAS("platform:tmio-mmc");
|
H A D | renesas_sdhi_internal_dmac.c | 14 #include <linux/mfd/tmio.h>
|
H A D | renesas_sdhi_sys_dmac.c | 14 #include <linux/mfd/tmio.h>
|
H A D | uniphier-sd.c | 11 #include <linux/mfd/tmio.h>
|
/kernel/linux/linux-5.10/arch/sh/boards/ |
H A D | board-sh7757lcr.c | 17 #include <linux/mfd/tmio.h>
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-migor/ |
H A D | setup.c | 17 #include <linux/mfd/tmio.h>
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-ap325rxa/ |
H A D | setup.c | 26 #include <linux/mfd/tmio.h>
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-kfr2r09/ |
H A D | setup.c | 25 #include <linux/mfd/tmio.h>
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-ap325rxa/ |
H A D | setup.c | 27 #include <linux/mfd/tmio.h>
|
/kernel/linux/linux-6.6/arch/sh/boards/ |
H A D | board-sh7757lcr.c | 17 #include <linux/mfd/tmio.h>
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-kfr2r09/ |
H A D | setup.c | 25 #include <linux/mfd/tmio.h>
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-migor/ |
H A D | setup.c | 17 #include <linux/mfd/tmio.h>
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | renesas_sdhi_internal_dmac.c | 14 #include <linux/mfd/tmio.h> 359 * sg pointers in two mmc_data by .pre_req(), but tmio host can have a single
|
H A D | renesas_sdhi_sys_dmac.c | 14 #include <linux/mfd/tmio.h>
|
H A D | uniphier-sd.c | 12 #include <linux/mfd/tmio.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | tosa.c | 22 #include <linux/mfd/tmio.h>
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/7724/ |
H A D | setup.c | 24 #include <linux/mfd/tmio.h>
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-se/7724/ |
H A D | setup.c | 24 #include <linux/mfd/tmio.h>
|