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

/linux-master/drivers/mtd/devices/
H A Dpmc551.c354 u8 bcmd, counter; local
369 pci_read_config_byte(dev, PMC551_SYS_CTRL_REG, &bcmd);
373 bcmd &= ~0x80;
375 pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, bcmd);
378 bcmd |= 0x80;
380 pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, bcmd);
383 bcmd |= (0x40 | 0x20);
384 pci_write_config_byte(dev, PMC551_SYS_CTRL_REG, bcmd);
619 pci_read_config_byte(dev, PMC551_SYS_CTRL_REG, &bcmd);
623 (bcmd
[all...]

Completed in 219 milliseconds