Searched refs:isa_address (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Disa-bridge.c54 struct isa_address { struct
60 struct isa_address isa_addr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm78.c42 static unsigned short isa_address = 0x290; variable
978 if (lm78_isa_found(isa_address)) {
984 res = lm78_isa_device_add(isa_address);
H A Dit87.c1465 /* SuperIO detection - will change isa_address if a chip is found */
2125 unsigned short isa_address = 0; local
2129 err = it87_find(&isa_address, &sio_data);
2136 err = it87_device_add(isa_address, &sio_data);
H A Dw83781d.c1549 static unsigned short isa_address = 0x290; variable
1929 if (w83781d_isa_found(isa_address)) {
1935 res = w83781d_isa_device_add(isa_address);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dcyclades.c3315 unsigned int isa_address = cy_isa_addresses[i]; local
3316 if (isa_address == 0x0000)
3320 cy_isa_address = ioremap_nocache(isa_address, CyISA_Ywin);

Completed in 73 milliseconds