Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/8390/
H A Dapne.c327 ei_status.word16 = (wordlength == 2); in apne_probe1()
402 if (ei_status.word16) { in apne_get_8390_hdr()
447 if (ei_status.word16) { in apne_block_input()
477 if (ei_status.word16 && (count & 0x01)) in apne_block_output()
500 if (ei_status.word16) { in apne_block_output()
H A Detherh.c321 if (count & 1 && ei_local->word16) in etherh_block_output()
347 if (ei_local->word16) in etherh_block_output()
396 if (ei_local->word16) { in etherh_block_input()
435 if (ei_local->word16) in etherh_get_header()
737 ei_local->word16 = 1; in etherh_probe()
H A Dmac8390.c96 static const int word16[] = { variable
507 ei_status.word16 = word16[type]; in mac8390_initdev()
H A D8390.h85 unsigned word16:1; /* We have the 16-bit (vs 8-bit) member
H A Dstnic.c136 ei_status.word16 = 1; in stnic_probe()
H A Dhydra.c152 ei_status.word16 = 1; in hydra_init()
H A Dxsurf100.c194 if (ei_local->word16 && (count & 0x01)) in xs100_block_output()
H A Dzorro8390.c369 ei_status.word16 = 1; in zorro8390_init()
H A Dne2k-pci.c361 ei_status.word16 = 1; in ne2k_pci_init_one()
H A Dlib8390.c1019 int endcfg = ei_local->word16 in __NS8390_init()
H A Dpcnet_cs.c614 ei_status.word16 = 1; in pcnet_config()
/linux/arch/sparc/kernel/
H A Dpci_sabre.c381 u16 word16; in apb_init() local
383 pci_read_config_word(pdev, PCI_COMMAND, &word16); in apb_init()
384 word16 |= PCI_COMMAND_SERR | PCI_COMMAND_PARITY | in apb_init()
387 pci_write_config_word(pdev, PCI_COMMAND, word16); in apb_init()