Searched defs:ems_pci_v1_readb (Results 1 - 1 of 1) sorted by relevance

/drivers/net/can/sja1000/
H A Dems_pci.c118 static u8 ems_pci_v1_readb(struct ems_pci_card *card, unsigned int port) function
279 if (ems_pci_v1_readb(card, 0) != 0x55 ||
280 ems_pci_v1_readb(card, 1) != 0xAA ||
281 ems_pci_v1_readb(card, 2) != 0x01 ||
282 ems_pci_v1_readb(card, 3) != 0xCB ||
283 ems_pci_v1_readb(card, 4) != 0x11) {

Completed in 56 milliseconds