Searched refs:config_data (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/tests/
H A Dsection_title_dupes.c22 const char *config_data = local
31 rc = cfg_parse_buf(cfg, config_data);
47 rc = cfg_parse_buf(cfg, config_data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dops-mace.c48 *val = mace->pci.config_data.b[(reg & 3) ^ 3];
51 *val = mace->pci.config_data.w[((reg >> 1) & 1) ^ 1];
54 *val = mace->pci.config_data.l;
80 mace->pci.config_data.b[(reg & 3) ^ 3] = val;
83 mace->pci.config_data.w[((reg >> 1) & 1) ^ 1] = val;
86 mace->pci.config_data.l = val;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/leds/
H A Dleds-ss4200.c269 u32 config_data = 0; local
282 config_data = inl(nas_gpio_io_base + GPIO_USE_SEL);
283 dev_dbg(dev, ": Data read from GPIO_USE_SEL = 0x%08x\n", config_data);
284 config_data |= all_nas_led + NAS_RECOVERY;
285 outl(config_data, nas_gpio_io_base + GPIO_USE_SEL);
286 config_data = inl(nas_gpio_io_base + GPIO_USE_SEL);
287 dev_dbg(dev, ": GPIO_USE_SEL = 0x%08x\n\n", config_data);
295 config_data = inl(nas_gpio_io_base + GP_IO_SEL);
297 config_data);
298 config_data
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dtrm290.c159 outb(0x51 | (hwif->channel << 3), hwif->config_data + 1);
160 outw(reg & 0xff, hwif->config_data);
165 reg = inw(hwif->config_data + 3);
168 outw(reg, hwif->config_data + 3);
248 hwif->config_data = cfg_base;
259 outb(0x51 | (hwif->channel << 3), hwif->config_data + 1);
262 outb(hwif->select_data, hwif->config_data);
264 reg = inb(hwif->config_data + 3);
267 outb(reg, hwif->config_data + 3);
284 outb(0x54 | (hwif->channel << 3), hwif->config_data
[all...]
H A Dqd65xx.h32 #define QD_CONFIG(hwif) ((hwif)->config_data & 0x00ff)
H A Dtc86c001.c18 unsigned long scr_port = hwif->config_data + (drive->dn ? 0x02 : 0x00);
60 unsigned long sc_base = hwif->config_data;
100 unsigned long sc_base = hwif->config_data;
148 hwif->config_data = sc_base;
H A Dqd65xx.c218 u8 base = (hwif->config_data & 0xff00) >> 8;
292 u8 base = (hwif->config_data & 0xff00) >> 8;
302 u8 base = (hwif->config_data & 0xff00) >> 8;
H A Dscc_pata.c415 unsigned long ctl_base = hwif->config_data;
726 hwif->config_data = ports->ctl;
772 if (in_be32((void __iomem *)(hwif->config_data + 0xff0)) & CCKCTRL_ATACLKOEN)
H A Dide-probe.c1175 hwif->config_data = hw->config;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A DMakefile117 $(obj)/configs.o: $(obj)/config_data.h
119 # config_data.h contains the same information as ikconfig.h but gzipped.
120 # Info from config_data can be extracted from /proc/config*
121 targets += config_data.gz
122 $(obj)/config_data.gz: .config FORCE
127 targets += config_data.h
128 $(obj)/config_data.h: $(obj)/config_data.gz FORCE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dfsl_pci.h48 __be32 config_data; /* 0x.004 - PCI/PCIE Configuration Data Register */ member in struct:ccsr_pci
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/ip32/
H A Dmace.h77 } config_data; member in struct:mace_pci
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dhso.c2884 u8 config_data[17]; local
2889 0x86, 0xC0, 0, 0, config_data, 17,
2894 switch (config_data[if_num]) {
2938 if (config_data[16] & 0x1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dide.h728 unsigned long config_data; /* for use by chipset-specific code */ member in struct:hwif_s

Completed in 212 milliseconds