#include <linux/module.h>
#include <linux/kernel.h>
#include <asm/hardware/icst.h>
Go to the source code of this file.
|
const unsigned char | icst307_s2div [8] = { 10, 2, 8, 4, 5, 7, 3, 6 } |
|
const unsigned char | icst525_s2div [8] = { 10, 2, 8, 4, 5, 7, 9, 6 } |
|
const unsigned char | icst307_idx2s [8] = { 1, 6, 3, 4, 7, 5, 2, 0 } |
|
const unsigned char | icst525_idx2s [8] = { 1, 3, 4, 7, 5, 2, 6, 0 } |
|
const unsigned char icst307_idx2s[8] = { 1, 6, 3, 4, 7, 5, 2, 0 } |
const unsigned char icst307_s2div[8] = { 10, 2, 8, 4, 5, 7, 3, 6 } |
const unsigned char icst525_idx2s[8] = { 1, 3, 4, 7, 5, 2, 6, 0 } |
const unsigned char icst525_s2div[8] = { 10, 2, 8, 4, 5, 7, 9, 6 } |