atiixp.h (fba6b23875e58870a7bdb4ecdba8bf50e2511f41) | atiixp.h (9f52a325cde5f950bc10616fffb823619cf88289) |
---|---|
1/*- 2 * Copyright (c) 2005 Ariff Abdullah <ariff@FreeBSD.org> 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 32 unchanged lines hidden (view full) --- 41/* 42 * Maximum segments/descriptors is 256, but 2 for 43 * each channel should be more than enough for us. 44 */ 45#define ATI_IXP_DMA_CHSEGS 2 46#define ATI_IXP_DMA_CHSEGS_MIN 2 47#define ATI_IXP_DMA_CHSEGS_MAX 256 48 | 1/*- 2 * Copyright (c) 2005 Ariff Abdullah <ariff@FreeBSD.org> 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 32 unchanged lines hidden (view full) --- 41/* 42 * Maximum segments/descriptors is 256, but 2 for 43 * each channel should be more than enough for us. 44 */ 45#define ATI_IXP_DMA_CHSEGS 2 46#define ATI_IXP_DMA_CHSEGS_MIN 2 47#define ATI_IXP_DMA_CHSEGS_MAX 256 48 |
49#define ATI_IXP_DEFAULT_BUFSZ (1 << 13) /* 8192 */ 50 | |
51#define ATI_VENDOR_ID 0x1002 /* ATI Technologies */ | 49#define ATI_VENDOR_ID 0x1002 /* ATI Technologies */ |
50 |
|
52#define ATI_IXP_200_ID 0x4341 53#define ATI_IXP_300_ID 0x4361 54#define ATI_IXP_400_ID 0x4370 55 56#define ATI_IXP_BASE_RATE 48000 57 58/* 59 * Register definitions for ATI IXP --- 144 unchanged lines hidden --- | 51#define ATI_IXP_200_ID 0x4341 52#define ATI_IXP_300_ID 0x4361 53#define ATI_IXP_400_ID 0x4370 54 55#define ATI_IXP_BASE_RATE 48000 56 57/* 58 * Register definitions for ATI IXP --- 144 unchanged lines hidden --- |