Lines Matching +full:clock +full:- +full:detection +full:- +full:disable
1 /* SPDX-License-Identifier: GPL-2.0 */
8 #include "pci-sh7780.h"
10 #include "pci-sh7751.h"
35 #define SH4_PCIINT_MFDE 0x00000100 /* Master Func. Disable Error */
37 #define SH4_PCIINT_SERR 0x00000040 /* SERR Detection Error */
40 #define SH4_PCIINT_MTABT 0x00000008 /* Master-Tgt. Abort Error */
41 #define SH4_PCIINT_MMABT 0x00000004 /* Master-Master Abort Error */
45 #define SH4_PCIINTM_TTADIM BIT(14) /* Target-target abort interrupt */
47 #define SH4_PCIINTM_MDEIM BIT(8) /* Master function disable error */
48 #define SH4_PCIINTM_APEDIM BIT(7) /* Address parity error detection */
49 #define SH4_PCIINTM_SDIM BIT(6) /* SERR detection */
51 #define SH4_PCIINTM_PEDITRM BIT(4) /* PERR detection for target read */
81 #define SH4_PCIDMABT_RRBN 0x00000001 /* DMA Arbitor Round-Robin */
123 #define SH4_PCICLKR 0x1D4 /* Clock Ctrl. Register */
124 #define SH4_PCICLKR_PCSTP 0x00000002 /* PCI Clock Stop */
125 #define SH4_PCICLKR_BCSTP 0x00000001 /* BCLK Clock Stop */
156 /* arch/sh/kernel/drivers/pci/ops-sh4.c */
173 __raw_writel(val, chan->reg_base + reg); in pci_write_reg()
179 return __raw_readl(chan->reg_base + reg); in pci_read_reg()