Home
last modified time | relevance | path

Searched refs:cfg_command (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/i825xx/
Dether1.h137 unsigned short cfg_command; member
Dether1.c467 if (ether1_readw(dev, CFG_ADDR, cfg_t, cfg_command, NORMALIRQS) != CMD_CONFIG) { in ether1_init_for_open()
/linux-3.4.99/drivers/block/
Dumem.c1007 unsigned short cfg_command; in mm_pci_probe() local
1008 pci_read_config_word(dev, PCI_COMMAND, &cfg_command); in mm_pci_probe()
1009 cfg_command |= 0x10; /* Memory Write & Invalidate Enable */ in mm_pci_probe()
1010 pci_write_config_word(dev, PCI_COMMAND, cfg_command); in mm_pci_probe()