• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/

Lines Matching refs:local_config

958 } local_config [NUM_FUNCS];
1236 SMC37c669_xlate_irq( local_config[ func ].irq )
1244 base_addr.by_field.addr9_3 = local_config[ func ].port1 >> 3;
1265 SMC37c669_xlate_irq( local_config[ func ].irq )
1273 base_addr.by_field.addr9_3 = local_config[ func ].port1 >> 3;
1295 SMC37c669_xlate_drq( local_config[ func ].drq )
1310 SMC37c669_xlate_irq( local_config[ func ].irq )
1321 base_addr.by_field.addr9_2 = local_config[ func ].port1 >> 2;
1343 SMC37c669_xlate_drq( local_config[ func ].drq )
1358 SMC37c669_xlate_irq( local_config[ func ].irq )
1369 base_addr.by_field.addr9_4 = local_config[ func ].port1 >> 4;
1385 ide_addr.by_field.addr9_4 = local_config[ func ].port2 >> 4;
1395 ide_addr.by_field.addr9_4 = local_config[ func ].port1 >> 4;
1814 local_config[ SERIAL_0 ].port1,
1815 local_config[ SERIAL_0 ].irq
1824 local_config[ SERIAL_1 ].port1,
1825 local_config[ SERIAL_1 ].irq
1834 local_config[ PARALLEL_0 ].port1,
1835 local_config[ PARALLEL_0 ].irq,
1836 local_config[ PARALLEL_0 ].drq
1845 local_config[ FLOPPY_0 ].port1,
1846 local_config[ FLOPPY_0 ].irq,
1847 local_config[ FLOPPY_0 ].drq
1856 local_config[ IDE_0 ].port1,
1857 local_config[ IDE_0 ].irq
2029 local_config[SERIAL_0].port1 = uart_base.by_field.addr9_3 << 3;
2030 local_config[SERIAL_0].irq =
2042 local_config[SERIAL_1].port1 = uart_base.by_field.addr9_3 << 3;
2043 local_config[SERIAL_1].irq =
2065 local_config[PARALLEL_0].port1 = ppt_base.by_field.addr9_2 << 2;
2066 local_config[PARALLEL_0].irq =
2070 local_config[PARALLEL_0].drq =
2082 local_config[FLOPPY_0].port1 = fdc_base.by_field.addr9_4 << 4;
2083 local_config[FLOPPY_0].irq =
2087 local_config[FLOPPY_0].drq =
2104 local_config[IDE_0].port1 = ide_base.by_field.addr9_4 << 4;
2105 local_config[IDE_0].port2 = ide_alt.by_field.addr9_4 << 4;
2106 local_config[IDE_0].irq = 14;
2140 cp = &local_config[ SERIAL_0 ];
2143 cp = &local_config[ SERIAL_1 ];
2146 cp = &local_config[ PARALLEL_0 ];
2149 cp = &local_config[ FLOPPY_0 ];
2152 cp = &local_config[ IDE_0 ];