Searched refs:word16 (Results 1 - 19 of 19) sorted by relevance

/linux-master/drivers/net/ethernet/8390/
H A Dwd.c169 int word16 = 0; /* 0 = 8 bit, 1 = 16 bit */ local
208 case 0x03: word16 = 0; model_name = "PDI8023-8"; break;
209 case 0x05: word16 = 0; model_name = "PDUC8023"; break;
210 case 0x0a: word16 = 1; model_name = "PDI8023-16"; break;
212 default: word16 = 0; model_name = "PDI8023"; break;
229 word16 = 0;
240 word16 = 1; /* We have a 16bit board here! */
243 word16 = 0;
248 if ( !ancient && (inb(ioaddr+1) & 0x01) != (word16 & 0x01))
250 word16
[all...]
H A Dapne.c327 ei_status.word16 = (wordlength == 2);
402 if (ei_status.word16) {
447 if (ei_status.word16) {
477 if (ei_status.word16 && (count & 0x01))
500 if (ei_status.word16) {
H A Detherh.c321 if (count & 1 && ei_local->word16)
347 if (ei_local->word16)
396 if (ei_local->word16) {
435 if (ei_local->word16)
737 ei_local->word16 = 1;
H A Dax88796.c209 if (ei_local->word16)
255 if (ei_local->word16) {
279 if (ei_local->word16 && (count & 0x01))
304 if (ei_local->word16)
775 ei_local->word16 = (ax->plat->wordlength == 2);
805 ei_local->word16 ? 16 : 8, dev->irq, dev->base_addr,
H A Dne.c511 ei_status.word16 = (wordlength == 2 && (DCR_VAL & 0x01));
594 if (ei_status.word16)
634 if (ei_status.word16)
691 if (ei_status.word16 && (count & 0x01))
734 if (ei_status.word16) {
H A Dmac8390.c96 static const int word16[] = { variable
507 ei_status.word16 = word16[type];
H A D8390.h85 unsigned word16:1; /* We have the 16-bit (vs 8-bit) member in struct:ei_device
H A Dhydra.c152 ei_status.word16 = 1;
H A Dstnic.c136 ei_status.word16 = 1;
H A Dxsurf100.c194 if (ei_local->word16 && (count & 0x01))
H A Dmcf8390.c382 ei_local->word16 = 1;
H A Dzorro8390.c369 ei_status.word16 = 1;
H A Dsmc-ultra.c294 ei_status.word16 = 1;
H A Dne2k-pci.c372 ei_status.word16 = 1;
H A Daxnet_cs.c309 ei_status.word16 = 1;
1632 int endcfg = ei_local->word16 ? (0x48 | ENDCFG_WTS) : 0x48;
H A Dlib8390.c1019 int endcfg = ei_local->word16
H A Dpcnet_cs.c614 ei_status.word16 = 1;
/linux-master/arch/sparc/kernel/
H A Dpci_sabre.c381 u16 word16; local
383 pci_read_config_word(pdev, PCI_COMMAND, &word16);
384 word16 |= PCI_COMMAND_SERR | PCI_COMMAND_PARITY |
387 pci_write_config_word(pdev, PCI_COMMAND, word16);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_hw4.h2829 uint32_t word16; member in struct:lpfc_mbx_reg_fcfi_mrq
2989 uint32_t word16; member in struct:lpfc_mbx_read_config
2992 #define lpfc_mbx_rd_conf_fcfi_count_WORD word16
3405 uint32_t word16; member in struct:lpfc_sli4_parameters

Completed in 618 milliseconds