Searched refs:cfg3 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dsbi.h22 /* 0x001c */ u32 cfg3; /* Slot3 config reg */ member in struct:sbi_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dni_at_ao.c177 unsigned short cfg3; member in struct:atao_private
326 devpriv->cfg3 = 0;
327 outw(devpriv->cfg3, dev->iobase + ATAO_CFG3);
414 devpriv->cfg3 |= bit;
418 devpriv->cfg3 &= ~bit;
430 outw(devpriv->cfg3, dev->iobase + ATAO_CFG3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Desp_scsi.c271 u8 cfg3 = esp->target[0].esp_config3; local
273 cfg3 |= ESP_CONFIG3_FCLOCK | ESP_CONFIG3_OBPUSH;
275 cfg3 |= ESP_CONFIG3_IDBIT3;
276 esp_set_all_config3(esp, cfg3);
278 u32 cfg3 = esp->target[0].esp_config3; local
280 cfg3 |= ESP_CONFIG3_FCLK;
281 esp_set_all_config3(esp, cfg3);
1492 u8 cfg3; local
1503 cfg3 = tp->esp_config3;
1506 cfg3 |
[all...]
H A Ddc395x.c199 u8 cfg3; /* Target configuration byte 3 */ member in struct:NVRamTarget
4093 *d_eeprom = 0x00000077; /* cfg3,cfg2,period,cfg0 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A D8139too.c2254 u8 cfg3 = RTL_R8 (Config3); local
2261 if (cfg3 & Cfg3_LinkUp)
2263 if (cfg3 & Cfg3_Magic)
2284 u8 cfg3, cfg5; local
2294 cfg3 = RTL_R8 (Config3) & ~(Cfg3_LinkUp | Cfg3_Magic);
2296 cfg3 |= Cfg3_LinkUp;
2298 cfg3 |= Cfg3_Magic;
2300 RTL_W8 (Config3, cfg3);
H A Dtg3.c12175 u32 cfg3; local
12177 tg3_read_mem(tp, NIC_SRAM_DATA_CFG_3, &cfg3);
12178 if (cfg3 & NIC_SRAM_ASPM_DEBOUNCE)

Completed in 188 milliseconds