Searched refs:reset_off (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dsedlbauer.c429 byteout(cs->hw.sedl.cfg_reg +3, cs->hw.sedl.reset_off);
434 byteout(cs->hw.sedl.reset_off, 0); /* Reset Off */
498 cs->hw.sedl.reset_off &= ~SEDL_ISAR_PCI_LED2;
500 cs->hw.sedl.reset_off &= ~SEDL_ISAR_PCI_LED1;
501 byteout(cs->hw.sedl.cfg_reg +3, cs->hw.sedl.reset_off);
509 cs->hw.sedl.reset_off |= SEDL_ISAR_PCI_LED2;
511 cs->hw.sedl.reset_off |= SEDL_ISAR_PCI_LED1;
512 byteout(cs->hw.sedl.cfg_reg +3, cs->hw.sedl.reset_off);
655 cs->hw.sedl.reset_off = SEDL_ISAR_PCI_ISAR_RESET_OFF;
662 byteout(cs->hw.sedl.cfg_reg +3, cs->hw.sedl.reset_off);
[all...]
H A Dhisax.h652 unsigned int reset_off; member in struct:sedl_hw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmsp3400-driver.c118 static u8 reset_off[3] = { I2C_MSP_CONTROL, 0x80, 0x00 }; local
123 { client->addr, I2C_M_IGNORE_NAK, 3, reset_off },

Completed in 105 milliseconds