Lines Matching +full:64 +full:- +full:byte
1 /* SPDX-License-Identifier: GPL-2.0 */
15 #define SIZE_64K (64*1024)
45 #define DMA_ESC_BURST 0x00000800 /* 1=16byte 0=32byte */
48 #define DMA_BCNT_ENAB 0x00002000 /* If on, use the byte counter */
50 #define DMA_SCSI_SBUS64 0x00008000 /* HME: Enable 64-bit SBUS mode. */
56 #define DMA_E_BURST32 0x00040000 /* ENET: SBUS 32 byte r/w burst */
57 #define DMA_E_BURST16 0x00000000 /* ENET: SBUS 16 byte r/w burst */
59 #define DMA_BRST64 0x000c0000 /* SCSI: 64byte bursts (HME on UltraSparc only) */
60 #define DMA_BRST32 0x00040000 /* SCSI: 32byte bursts */
61 #define DMA_BRST16 0x00000000 /* SCSI: 16byte bursts */
62 #define DMA_BRST0 0x00080000 /* SCSI: no bursts (non-HME gate arrays) */
66 #define DMA_EN_ENETAUI DMA_3CLKS /* Put lance into AUI-cable mode */
75 /* Values describing the burst-size property from the PROM */