Searched refs:tmio (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/mtd/nand/ |
D | tmio_nand.c | 130 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_hwcontrol() local 152 tmio_iowrite8(mode, tmio->fcr + FCR_MODE); in tmio_nand_hwcontrol() 153 tmio->read_good = 0; in tmio_nand_hwcontrol() 162 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_dev_ready() local 164 return !(tmio_ioread8(tmio->fcr + FCR_STATUS) & FCR_STATUS_BUSY); in tmio_nand_dev_ready() 169 struct tmio_nand *tmio = __tmio; in tmio_irq() local 170 struct nand_chip *nand_chip = &tmio->chip; in tmio_irq() 173 tmio_iowrite8(0x00, tmio->fcr + FCR_IMR); in tmio_irq() 176 dev_warn(&tmio->dev->dev, "spurious interrupt\n"); in tmio_irq() 191 struct tmio_nand *tmio = mtd_to_tmio(mtd); in tmio_nand_wait() local [all …]
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-tmio.c | 79 struct tmio_hcd *tmio = hcd_to_tmio(hcd); in tmio_write_pm() local 83 spin_lock_irqsave(&tmio->lock, flags); in tmio_write_pm() 88 tmio_iowrite16(pm, tmio->ccr + CCR_PM); in tmio_write_pm() 89 spin_unlock_irqrestore(&tmio->lock, flags); in tmio_write_pm() 96 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->ccr + CCR_BASE + 2); in tmio_stop_hc() 114 tmio_iowrite16(pm, tmio->ccr + CCR_PM); in tmio_stop_hc() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | tmio_mmc.txt | 3 The tmio-mmc driver doesn't probe its devices actively, instead its binding to 5 driver. Those drivers supply the tmio-mmc driver with platform data, that either
|
/linux-4.1.27/ |
D | MAINTAINERS | 10027 F: include/linux/mmc/tmio.h
|