Home
last modified time | relevance | path

Searched refs:conf1 (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/atm/
Dlanai.c309 u32 conf1, conf2; /* CONFIG[12] registers */ member
595 reg_write(lanai, lanai->conf1, Config1_Reg); in conf1_write()
1025 #define set_config1(x) do { lanai->conf1 = x; conf1_write(lanai); \ in eeprom_read()
1027 #define clock_h() set_config1(lanai->conf1 | CONFIG1_PROMCLK) in eeprom_read()
1028 #define clock_l() set_config1(lanai->conf1 &~ CONFIG1_PROMCLK) in eeprom_read()
1029 #define data_h() set_config1(lanai->conf1 | CONFIG1_PROMDATA) in eeprom_read()
1030 #define data_l() set_config1(lanai->conf1 &~ CONFIG1_PROMDATA) in eeprom_read()
1043 tmp = (lanai->conf1 & ~CONFIG1_PROMDATA) | in eeprom_read()
1045 if (lanai->conf1 != tmp) { in eeprom_read()
1736 lanai->conf1 &= ~CONFIG1_POWERDOWN; in host_vcc_bind()
[all …]
/linux-2.4.37.9/Documentation/x86_64/
Dboot-options.txt134 pci=conf1 Use conf1 access.
/linux-2.4.37.9/Documentation/
Dkernel-parameters.txt492 conf1 [IA-32] Force use of PCI Configuration Mechanism 1.