Searched refs:configbyte (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Di82092.c79 unsigned char configbyte; local
87 pci_read_config_byte(dev, 0x40, &configbyte); /* PCI Configuration Control */
88 switch(configbyte&6) {
133 configbyte = 0xFF; /* bitmask, one bit per event, 1 = PCI interrupt, 0 = ISA interrupt */
134 pci_write_config_byte(dev, 0x50, configbyte); /* PCI Interrupt Routing Register */
H A Dpd6729.c630 char configbyte; local
659 pci_read_config_byte(dev, PCI_COMMAND, &configbyte);
660 if (!(configbyte & PCI_COMMAND_MEMORY)) {
662 configbyte |= PCI_COMMAND_MEMORY;
663 pci_write_config_byte(dev, PCI_COMMAND, configbyte);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/adc/
H A Dmax1363_core.c183 st->configbyte &= ~(MAX1363_CHANNEL_SEL_MASK
186 st->configbyte |= st->current_mode->conf;
190 st->configbyte);
1241 st->configbyte &= ~MAX1363_SCAN_MASK;
1245 st->configbyte);
1250 st->configbyte &= ~(MAX1363_CHANNEL_SEL_MASK
1253 st->configbyte |= MAX1363_CONFIG_SCAN_MONITOR_MODE;
1255 st->configbyte |= max1363_mode_table[s0to3].conf;
1258 st->configbyte |= max1363_mode_table[d0m1to2m3].conf;
1261 st->configbyte |
[all...]
H A Dmax1363.h180 * @configbyte: cache of current device config byte
200 u8 configbyte; member in struct:max1363_state

Completed in 70 milliseconds