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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dsynclink.c5748 u8 TwoBytes[2]; local
5765 TwoBytes[0] = info->xmit_buf[info->xmit_tail++];
5767 TwoBytes[1] = info->xmit_buf[info->xmit_tail++];
5770 outw( *((u16 *)TwoBytes), info->io_base + DATAREG);
H A Dsynclinkmp.c4335 u8 TwoBytes[2]; local
4351 TwoBytes[0] = info->tx_buf[info->tx_get++];
4354 TwoBytes[1] = info->tx_buf[info->tx_get++];
4358 write_reg16(info, TRB, *((u16 *)TwoBytes));

Completed in 120 milliseconds