Lines Matching +full:7 +full:k
33 * controller 2: channels 4-7, word operations, ports C0-DF
38 * - channels 5-7 are word - addresses/counts are for physical words
39 * - transfers must not cross physical 64K (0-3) or 128K (5-7) boundaries
42 * - page registers for 5-7 don't use data bit 0, represent 128K pages
43 * - page registers for 0-3 use bit 0, represent 64K pages
58 * Address mapping for channels 5-7:
67 * Again, channels 5-7 transfer _physical_ words (16 bits), so addresses
71 * Transfer count (_not # bytes_) is limited to 64K, represented as actual
72 * count - 1 : 64K => 0xFFFF, 1 => 0x0000. Thus, count is always 1 or more,
73 * and up to 128K bytes may be transferred on channels 5-7 in one operation.
101 #define IO_DMA2_BASE 0xC0 /* 16 bit master DMA, ch 4(=slave input)..7 */
215 * the lower 16 bits of the DMA current address register, but a 64k boundary
239 case 7: in set_dma_page()
262 /* Set transfer size (max 64k for DMA0..3, 128k for DMA5..7) for
268 * NOTE 2: "count" represents _bytes_ and must be even for channels 5-7.