Searched refs:tmio (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/mtd/nand/raw/ |
D | tmio_nand.c | 133 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); in tmio_nand_hwcontrol() local 154 tmio_iowrite8(mode, tmio->fcr + FCR_MODE); in tmio_nand_hwcontrol() 155 tmio->read_good = 0; in tmio_nand_hwcontrol() 164 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(chip)); in tmio_nand_dev_ready() local 166 return !(tmio_ioread8(tmio->fcr + FCR_STATUS) & FCR_STATUS_BUSY); in tmio_nand_dev_ready() 171 struct tmio_nand *tmio = __tmio; in tmio_irq() local 174 tmio_iowrite8(0x00, tmio->fcr + FCR_IMR); in tmio_irq() 175 complete(&tmio->comp); in tmio_irq() 188 struct tmio_nand *tmio = mtd_to_tmio(nand_to_mtd(nand_chip)); in tmio_nand_wait() local 194 tmio_iowrite8(0x0f, tmio->fcr + FCR_ISR); in tmio_nand_wait() [all …]
|
/Linux-v6.1/drivers/usb/host/ |
D | ohci-tmio.c | 71 struct tmio_hcd *tmio = hcd_to_tmio(hcd); in tmio_write_pm() local 75 spin_lock_irqsave(&tmio->lock, flags); in tmio_write_pm() 80 tmio_iowrite16(pm, tmio->ccr + CCR_PM); in tmio_write_pm() 81 spin_unlock_irqrestore(&tmio->lock, flags); in tmio_write_pm() 88 struct tmio_hcd *tmio = hcd_to_tmio(hcd); in tmio_stop_hc() local 105 tmio_iowrite8(0, tmio->ccr + CCR_INTC); in tmio_stop_hc() 106 tmio_iowrite8(0, tmio->ccr + CCR_ILME); in tmio_stop_hc() 107 tmio_iowrite16(0, tmio->ccr + CCR_BASE); in tmio_stop_hc() 108 tmio_iowrite16(0, tmio->ccr + CCR_BASE + 2); in tmio_stop_hc() 109 tmio_iowrite16(pm, tmio->ccr + CCR_PM); in tmio_stop_hc() [all …]
|
/Linux-v6.1/ |
D | MAINTAINERS | 20745 F: include/linux/mfd/tmio.h
|