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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dpcxx.c1822 fepcmd(struct channel *ch, int cmd, int word_or_byte, int byte2, int ncmds, argument
1848 *(unchar *)(memaddr+head+CSTART+2) = word_or_byte;
1854 *(ushort*)(memaddr+head+CSTART+2) = word_or_byte;
H A Depca.c2430 static void fepcmd(struct channel *ch, int cmd, int word_or_byte, argument
2486 /* Below word_or_byte is bits to set */
2487 *(volatile unchar *)(memaddr + head + cmdStart + 2) = (unchar)word_or_byte;
2496 *(volatile ushort*)(memaddr + head + cmdStart + 2) = (ushort)word_or_byte;

Completed in 86 milliseconds