Searched refs:uninorth_rev (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/agp/
H A Duninorth-agp.c29 static int uninorth_rev; variable
83 if (uninorth_rev <= 0x30) {
102 if (uninorth_rev <= 0x30) {
239 if (uninorth_rev == 0x21) {
247 if ((uninorth_rev >= 0x30) && (uninorth_rev <= 0x33)) {
272 if (uninorth_rev >= 0x30) {
623 uninorth_rev = 0;
636 uninorth_rev = *revprop & 0x3f;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/agp/
H A Duninorth-agp.c29 static int uninorth_rev; variable
83 if (uninorth_rev <= 0x30) {
102 if (uninorth_rev <= 0x30) {
239 if (uninorth_rev == 0x21) {
247 if ((uninorth_rev >= 0x30) && (uninorth_rev <= 0x33)) {
272 if (uninorth_rev >= 0x30) {
623 uninorth_rev = 0;
636 uninorth_rev = *revprop & 0x3f;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dfeature.c110 static u32 uninorth_rev; variable
817 if (uninorth_rev < 0x24)
1306 if (uninorth_rev < 0xd2)
2513 while (uninorth_base && uninorth_rev > 3) {
2596 uninorth_rev = in_be32(UN_REG(UNI_N_VERSION));
2608 (unsigned int)address, uninorth_rev);
2613 if (uninorth_rev < 0x11) {
2615 actrl |= ((uninorth_rev < 3) ? UNI_N_ARB_CTRL_QACK_DELAY105 :
2625 if ((uninorth_rev >= 0x11 && uninorth_rev <
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dfeature.c110 static u32 uninorth_rev; variable
817 if (uninorth_rev < 0x24)
1306 if (uninorth_rev < 0xd2)
2513 while (uninorth_base && uninorth_rev > 3) {
2596 uninorth_rev = in_be32(UN_REG(UNI_N_VERSION));
2608 (unsigned int)address, uninorth_rev);
2613 if (uninorth_rev < 0x11) {
2615 actrl |= ((uninorth_rev < 3) ? UNI_N_ARB_CTRL_QACK_DELAY105 :
2625 if ((uninorth_rev >= 0x11 && uninorth_rev <
[all...]

Completed in 74 milliseconds