Home
last modified time | relevance | path

Searched refs:devId (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/alpha/kernel/
Dsmc37c93x.c83 unsigned char devId; in SMCConfigState() local
102 devId = inb(dataPort); in SMCConfigState()
103 if (devId == VALID_DEVICE_ID) { in SMCConfigState()
/linux-2.4.37.9/drivers/isdn/sc/
Dpacket.c34 int sndpkt(int devId, int channel, struct sk_buff *data) in sndpkt() argument
41 card = get_card_from_id(devId); in sndpkt()