Searched refs:ems_pci_v1_readb (Results 1 – 1 of 1) sorted by relevance
118 static u8 ems_pci_v1_readb(struct ems_pci_card *card, unsigned int port) in ems_pci_v1_readb() function279 if (ems_pci_v1_readb(card, 0) != 0x55 || in ems_pci_add_card()280 ems_pci_v1_readb(card, 1) != 0xAA || in ems_pci_add_card()281 ems_pci_v1_readb(card, 2) != 0x01 || in ems_pci_add_card()282 ems_pci_v1_readb(card, 3) != 0xCB || in ems_pci_add_card()283 ems_pci_v1_readb(card, 4) != 0x11) { in ems_pci_add_card()