Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/eicon/
Dlinio.c205 void UxCardPortIoOut(ux_diva_card_t *card, void *AttachedBase, int offset, byte the_byte) in UxCardPortIoOut() argument
211 outb(the_byte, base); in UxCardPortIoOut()
406 byte the_byte; in UxCardIoIn() local
411 the_byte = inb(card->io_base); in UxCardIoIn()
416 the_byte & 0xff, address)); in UxCardIoIn()
419 return the_byte; in UxCardIoIn()