Searched refs:wrd (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/net/ |
D | de620.c | 931 unsigned short wrd; in read_eeprom() local 934 wrd = ReadAWord(dev, 0x1aa); /* bytes 0 + 1 of NodeID */ in read_eeprom() 935 if (!clone && (wrd != htons(0x0080))) /* Valid D-Link ether sequence? */ in read_eeprom() 937 nic_data.NodeID[0] = wrd & 0xff; in read_eeprom() 938 nic_data.NodeID[1] = wrd >> 8; in read_eeprom() 940 wrd = ReadAWord(dev, 0x1ab); /* bytes 2 + 3 of NodeID */ in read_eeprom() 941 if (!clone && ((wrd & 0xff) != 0xc8)) /* Valid D-Link ether sequence? */ in read_eeprom() 943 nic_data.NodeID[2] = wrd & 0xff; in read_eeprom() 944 nic_data.NodeID[3] = wrd >> 8; in read_eeprom() 946 wrd = ReadAWord(dev, 0x1ac); /* bytes 4 + 5 of NodeID */ in read_eeprom() [all …]
|
D | 3c503.c | 511 unsigned short int *wrd; in el2_block_output() local 548 wrd = (unsigned short int *) buf; in el2_block_output() 564 outsw(E33G_FIFOH, wrd, WRD_COUNT); in el2_block_output() 565 wrd += WRD_COUNT; in el2_block_output() 570 outsw(E33G_FIFOH, wrd, count); in el2_block_output()
|
/linux-2.6.39/drivers/tty/ |
D | isicom.c | 407 short txcount, wrd, residue, word_count, cnt; in isicom_tx() local 458 wrd = 0; in isicom_tx() 465 wrd |= (port->port.xmit_buf[port->xmit_tail] in isicom_tx() 472 outw(wrd, base); in isicom_tx() 474 outw(wrd, base); in isicom_tx() 488 wrd = port->port.xmit_buf[port->xmit_tail]; in isicom_tx()
|
/linux-2.6.39/drivers/net/hamradio/ |
D | yam.c | 329 static int fpga_write(int iobase, unsigned char wrd) in fpga_write() argument 336 bit = (wrd & 0x80) ? (MCR_RTS | MCR_DTR) : MCR_DTR; in fpga_write() 338 wrd <<= 1; in fpga_write()
|
/linux-2.6.39/drivers/staging/ft1000/ft1000-usb/ |
D | ft1000_hw.c | 1547 u16 wrd; in ft1000_proc_drvmsg() member 1819 *pmsg++ = convert.wrd; in ft1000_proc_drvmsg() 1822 *pmsg++ = convert.wrd; in ft1000_proc_drvmsg()
|
/linux-2.6.39/drivers/staging/ft1000/ft1000-pcmcia/ |
D | ft1000_hw.c | 1030 u16 wrd; in ft1000_proc_drvmsg() member 1267 *pmsg++ = convert.wrd; in ft1000_proc_drvmsg() 1270 *pmsg++ = convert.wrd; in ft1000_proc_drvmsg()
|