Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dpcxx.c1803 fepcmd(struct channel *ch, int cmd, int word_or_byte, int byte2, int ncmds, in fepcmd() argument
1829 *(unchar *)(memaddr+head+CSTART+2) = word_or_byte; in fepcmd()
1835 *(ushort*)(memaddr+head+CSTART+2) = word_or_byte; in fepcmd()
Depca.c2422 static void fepcmd(struct channel *ch, int cmd, int word_or_byte, in fepcmd() argument
2479 *(volatile unchar *)(memaddr + head + cmdStart + 2) = (unchar)word_or_byte; in fepcmd()
2488 *(volatile ushort*)(memaddr + head + cmdStart + 2) = (ushort)word_or_byte; in fepcmd()