Searched refs:DEV_FLAGS_IN (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/arch/mips/alchemy/common/ |
| H A D | dbdma.c | 69 { AU1550_DSCR_CMD0_UART0_RX, DEV_FLAGS_IN, 0, 8, 0x11100000, 0, 0 }, 71 { AU1550_DSCR_CMD0_UART3_RX, DEV_FLAGS_IN, 0, 8, 0x11400000, 0, 0 }, 89 { AU1550_DSCR_CMD0_PSC0_RX, DEV_FLAGS_IN, 0, 0, 0x11a0001c, 0, 0 }, 91 { AU1550_DSCR_CMD0_PSC1_RX, DEV_FLAGS_IN, 0, 0, 0x11b0001c, 0, 0 }, 93 { AU1550_DSCR_CMD0_PSC2_RX, DEV_FLAGS_IN, 0, 0, 0x10a0001c, 0, 0 }, 95 { AU1550_DSCR_CMD0_PSC3_RX, DEV_FLAGS_IN, 0, 0, 0x10b0001c, 0, 0 }, 101 { AU1550_DSCR_CMD0_MAC0_RX, DEV_FLAGS_IN, 0, 0, 0x00000000, 0, 0 }, 105 { AU1550_DSCR_CMD0_MAC1_RX, DEV_FLAGS_IN, 0, 0, 0x00000000, 0, 0 }, 377 if (stp->dev_flags & DEV_FLAGS_IN) { /* Source in fifo */ in au1xxx_dbdma_set_devwidth() 491 if (stp->dev_flags & DEV_FLAGS_IN) in au1xxx_dbdma_ring_alloc() [all …]
|
| /linux-6.15/arch/mips/include/asm/mach-au1x00/ |
| H A D | au1xxx_dbdma.h | 336 #define DEV_FLAGS_IN (1 << 3) macro
|