Searched refs:DEV_FLAGS_IN (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/arch/mips/alchemy/common/ |
A D | dbdma.c | 68 { AU1550_DSCR_CMD0_UART0_RX, DEV_FLAGS_IN, 0, 8, 0x11100000, 0, 0 }, 70 { AU1550_DSCR_CMD0_UART3_RX, DEV_FLAGS_IN, 0, 8, 0x11400000, 0, 0 }, 88 { AU1550_DSCR_CMD0_PSC0_RX, DEV_FLAGS_IN, 0, 0, 0x11a0001c, 0, 0 }, 90 { AU1550_DSCR_CMD0_PSC1_RX, DEV_FLAGS_IN, 0, 0, 0x11b0001c, 0, 0 }, 92 { AU1550_DSCR_CMD0_PSC2_RX, DEV_FLAGS_IN, 0, 0, 0x10a0001c, 0, 0 }, 94 { AU1550_DSCR_CMD0_PSC3_RX, DEV_FLAGS_IN, 0, 0, 0x10b0001c, 0, 0 }, 100 { AU1550_DSCR_CMD0_MAC0_RX, DEV_FLAGS_IN, 0, 0, 0x00000000, 0, 0 }, 104 { AU1550_DSCR_CMD0_MAC1_RX, DEV_FLAGS_IN, 0, 0, 0x00000000, 0, 0 }, 376 if (stp->dev_flags & DEV_FLAGS_IN) { /* Source in fifo */ in au1xxx_dbdma_set_devwidth() 490 if (stp->dev_flags & DEV_FLAGS_IN) in au1xxx_dbdma_ring_alloc() [all …]
|
/linux-6.3-rc2/arch/mips/include/asm/mach-au1x00/ |
A D | au1xxx_dbdma.h | 336 #define DEV_FLAGS_IN (1 << 3) macro
|
Completed in 6 milliseconds