Searched refs:cfg_command (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/net/arm/
H A Dether1.h138 unsigned short cfg_command; member in struct:__anon12463
H A Dether1.c469 if (ether1_readw(dev, CFG_ADDR, cfg_t, cfg_command, NORMALIRQS) != CMD_CONFIG) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dumem.c971 unsigned short cfg_command; local
972 pci_read_config_word(dev, PCI_COMMAND, &cfg_command);
973 cfg_command |= 0x10; /* Memory Write & Invalidate Enable */
974 pci_write_config_word(dev, PCI_COMMAND, cfg_command);

Completed in 164 milliseconds