Rev 987 | Rev 1004 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 987 | Rev 990 | ||
|---|---|---|---|
| Line 46... | Line 46... | ||
| 46 | 46 | ||
| 47 | 47 | ||
| 48 | static volatile __u8 *cuda = (__u8 *) 0xf2000000; |
48 | static volatile __u8 *cuda = (__u8 *) 0xf2000000; |
| 49 | 49 | ||
| 50 | 50 | ||
| - | 51 | void cuda_init(void) |
|
| - | 52 | { |
|
| - | 53 | } |
|
| - | 54 | ||
| - | 55 | ||
| 51 | static void cuda_packet(const __u8 data) |
56 | static void cuda_packet(const __u8 data) |
| 52 | { |
57 | { |
| 53 | cuda[B] = cuda[B] | TIP; |
58 | cuda[B] = cuda[B] | TIP; |
| 54 | cuda[ACR] = cuda[ACR] | SR_OUT; |
59 | cuda[ACR] = cuda[ACR] | SR_OUT; |
| 55 | cuda[SR] = CUDA_PACKET; |
60 | cuda[SR] = CUDA_PACKET; |