Searched refs:inw (Results 1 - 25 of 100) sorted by relevance

1234

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/
H A Dvirtio-pci.c31 num = inw(ioaddr + VIRTIO_PCI_QUEUE_NUM);
H A Deisa.c118 le16_to_cpu ( inw ( eisa->ioaddr + EISA_VENDOR_ID ) );
120 le16_to_cpu ( inw ( eisa->ioaddr + EISA_PROD_ID ) );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dsmc9000.c134 oldBank = inw( ioaddr+BANK_SELECT );
140 mii_reg = inw( ioaddr+MII_REG );
156 bits[i] |= inw( ioaddr+MII_REG ) & MII_MDI;
258 oldBank = inw( ioaddr+BANK_SELECT );
264 mii_reg = inw( ioaddr+MII_REG );
280 bits[i] |= inw( ioaddr+MII_REG ) & MII_MDI;
564 bank = inw(ioaddr + BANK_SELECT);
571 bank = inw(ioaddr + BANK_SELECT);
580 base_address_register = inw(ioaddr + BASE);
596 revision_register = inw(ioadd
[all...]
H A D3c5x9.c44 while (inw(nic->ioaddr + EP_STATUS) & S_COMMAND_IN_PROGRESS)
59 while (inw(nic->ioaddr + EP_STATUS) & S_COMMAND_IN_PROGRESS)
174 while (inw(nic->ioaddr + EP_W1_FREE_TX) < (unsigned short)len + pad + 4)
192 while((inw(nic->ioaddr + EP_STATUS) & S_COMMAND_IN_PROGRESS) != 0)
206 cst=inw(nic->ioaddr + EP_STATUS);
221 status = inw(nic->ioaddr + EP_W1_RX_STATUS);
247 status = inw(nic->ioaddr + EP_W1_RX_STATUS);
271 while (inw(nic->ioaddr + EP_STATUS) & S_COMMAND_IN_PROGRESS)
329 return (inw(ioaddr + EP_W0_EEPROM_DATA));
358 i = inw(ni
[all...]
H A D3c515.c336 if (!(inw(nic->ioaddr + EL3_STATUS) & CmdInProgress))
342 if (!(inw(nic->ioaddr + EL3_STATUS) & CmdInProgress))
351 9, inw(nic->ioaddr + Wn4_Media) );
365 outw((inw(nic->ioaddr + Wn4_Media) & ~(Media_10TP | Media_SQE)) |
373 inw(nic->ioaddr + 10);
374 inw(nic->ioaddr + 12);
431 cst = inw(nic->ioaddr + EL3_STATUS);
443 status = inw(nic->ioaddr + RxStatus);
464 status = inw(nic->ioaddr + RxStatus);
486 while (inw(ni
[all...]
H A D3c595.c205 while (inw(BASE + VX_W1_FREE_TX) < len + pad + 4) {
224 while((inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS) != 0)
238 cst=inw(BASE + VX_STATUS);
253 status = inw(BASE + VX_W1_RX_STATUS);
279 status = inw(BASE + VX_W1_RX_STATUS);
305 while (inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS);
353 return (inw(BASE + VX_W0_EEPROM_DATA));
362 vx_connectors = inw(BASE + VX_W3_RESET_OPT) & 0x7f;
H A Dcs89x0.c112 return inw(eth_nic_base + DATA_PORT);
452 status = inw(eth_nic_base + RX_FRAME_PORT);
453 nic->packetlen = inw(eth_nic_base + RX_FRAME_PORT);
456 nic->packet[nic->packetlen-1] = inw(eth_nic_base + RX_FRAME_PORT);
489 if ((inw(ioaddr + ADD_PORT) & ADD_MASK) != ADD_SIG)
494 if (inw(ioaddr + DATA_PORT) != CHIP_EISA_ID_SIG)
H A Deepro100.c277 intr_status = inw ( ioaddr + SCBStatus );
279 inw ( ioaddr + SCBStatus );
416 intr_status = inw ( priv->ioaddr + SCBStatus );
418 inw ( priv->ioaddr + SCBStatus );
460 iob_len ( iobuf ), tcb->status, inw ( ioaddr + SCBCmd ) );
505 ret = inw (ee_addr);
530 val = inw ( ee_addr );
682 inw ( ioaddr + SCBStatus );
687 inw ( ioaddr + SCBStatus );
788 ( inw ( pri
[all...]
H A Dsmc9000.h422 #define SMC_DELAY(x) { inw( x + RCR );\
423 inw( x + RCR );\
424 inw( x + RCR ); }
H A Dsundance.c308 outw(inw(BASE + MACCtrl0) | EnbFullDuplex,
321 outw(inw(BASE + MACCtrl0) | duplex ? 0x20 : 0,
425 (int) inw(BASE + TxStatus), (int) inl(BASE + MACCtrl0),
426 (int) inw(BASE + MACCtrl1), (int) inw(BASE + MACCtrl0) );
438 intr_status = inw(nic->ioaddr + IntrStatus);
469 intr_status = inw(nic->ioaddr + IntrStatus);
742 outw(inw(BASE + MulticastFilter1 + 2) | 0x0200,
744 outw(inw(BASE + MACCtrl0) | EnbFlowCtrl, BASE + MACCtrl0);
765 if (!(inw(ioadd
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcompiler.h86 # define inw RealInw macro
95 # define inw inpw macro
130 extern unsigned int inw(unsigned short);
139 extern unsigned int inw(unsigned long);
199 inw(unsigned long port) function
225 extern unsigned short inw(unsigned int port);
495 # undef inw macro
501 extern unsigned int inw(unsigned long port);
551 inw(unsigned short port) function
554 __asm__ __volatile__("inw
617 inw(unsigned long port) function
938 inw(unsigned PORT_SIZE port) function
1273 inw(unsigned short port) function
1404 inw(unsigned short port) function
1454 inw(unsigned short port) function
1499 inw(unsigned short port) function
1551 # undef inw macro
1570 # define inw macro
1655 # undef inw macro
1661 # define inw macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcompiler.h90 # define inw RealInw macro
99 # define inw inpw macro
134 extern unsigned int inw(unsigned short);
143 extern unsigned int inw(unsigned long);
203 inw(unsigned long port) function
229 extern unsigned short inw(unsigned int port);
499 # undef inw macro
505 extern unsigned int inw(unsigned long port);
555 inw(unsigned short port) function
558 __asm__ __volatile__("inw
621 inw(unsigned long port) function
942 inw(unsigned PORT_SIZE port) function
1277 inw(unsigned short port) function
1408 inw(unsigned short port) function
1458 inw(unsigned short port) function
1503 inw(unsigned short port) function
1555 # undef inw macro
1574 # define inw macro
1659 # undef inw macro
1665 # define inw macro
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/core/
H A Dx86_io.c84 PROVIDE_IOAPI_INLINE ( x86, inw );
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/ipxe/
H A Dpcidirect.h69 *value = inw ( PCIDIRECT_CONFIG_DATA + ( where & 2 ) );
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/
H A Dcompiler.h59 # define inw RealInw macro
68 # define inw inpw macro
97 extern unsigned int inw(unsigned short);
106 extern unsigned int inw(unsigned long);
165 inw(unsigned long port) function
191 extern unsigned short inw(unsigned int port);
498 inw(unsigned short port) function
501 __asm__ __volatile__("inw %1,%0" :
564 inw(unsigned long port) function
885 inw(unsigne function
1215 inw(unsigned short port) function
1296 inw(unsigned short port) function
1346 inw(unsigned short port) function
1391 inw(unsigned short port) function
1442 # undef inw macro
1461 # define inw macro
1553 # undef inw macro
1559 # define inw macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcompiler.h85 # define inw RealInw macro
94 # define inw inpw macro
129 extern unsigned int inw(unsigned short);
138 extern unsigned int inw(unsigned long);
198 inw(unsigned long port) function
224 extern unsigned short inw(unsigned int port);
494 # undef inw macro
500 extern unsigned int inw(unsigned long port);
550 inw(unsigned short port) function
553 __asm__ __volatile__("inw
616 inw(unsigned long port) function
937 inw(unsigned PORT_SIZE port) function
1275 inw(unsigned short port) function
1406 inw(unsigned short port) function
1456 inw(unsigned short port) function
1501 inw(unsigned short port) function
1572 # undef inw macro
1578 # define inw macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcompiler.h83 # define inw RealInw macro
92 # define inw inpw macro
127 extern unsigned int inw(unsigned short);
136 extern unsigned int inw(unsigned long);
196 inw(unsigned long port) function
222 extern unsigned short inw(unsigned int port);
492 # undef inw macro
498 extern unsigned int inw(unsigned long port);
548 inw(unsigned short port) function
551 __asm__ __volatile__("inw
614 inw(unsigned long port) function
935 inw(unsigned PORT_SIZE port) function
1273 inw(unsigned short port) function
1404 inw(unsigned short port) function
1454 inw(unsigned short port) function
1499 inw(unsigned short port) function
1570 # undef inw macro
1576 # define inw macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcompiler.h83 # define inw RealInw macro
92 # define inw inpw macro
127 extern unsigned int inw(unsigned short);
136 extern unsigned int inw(unsigned long);
196 inw(unsigned long port) function
222 extern unsigned short inw(unsigned int port);
492 # undef inw macro
498 extern unsigned int inw(unsigned long port);
548 inw(unsigned short port) function
551 __asm__ __volatile__("inw
614 inw(unsigned long port) function
935 inw(unsigned PORT_SIZE port) function
1273 inw(unsigned short port) function
1404 inw(unsigned short port) function
1454 inw(unsigned short port) function
1499 inw(unsigned short port) function
1570 # undef inw macro
1576 # define inw macro
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dcompiler.h114 extern _X_EXPORT unsigned int inw(unsigned short);
123 extern _X_EXPORT unsigned int inw(unsigned long);
363 inw(unsigned long port) function
389 extern _X_EXPORT unsigned short inw(unsigned int port);
409 # undef inw macro
415 extern _X_EXPORT unsigned int inw(unsigned long port);
452 inw(unsigned short port) function
455 __asm__ __volatile__("inw %1,%0" :
515 inw(unsigned long port) function
743 inw(unsigne function
977 inw(unsigned short port) function
1061 inw(unsigned short port) function
1111 inw(unsigned short port) function
1156 inw(unsigned short port) function
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dcompiler.h114 extern _X_EXPORT unsigned int inw(unsigned short);
123 extern _X_EXPORT unsigned int inw(unsigned long);
365 inw(unsigned long port) function
390 extern _X_EXPORT unsigned short inw(unsigned int port);
410 # undef inw macro
416 extern _X_EXPORT unsigned int inw(unsigned long port);
453 inw(unsigned short port) function
456 __asm__ __volatile__("inw %1,%0" :
516 inw(unsigned long port) function
744 inw(unsigne function
978 inw(unsigned short port) function
1062 inw(unsigned short port) function
1112 inw(unsigned short port) function
1157 inw(unsigned short port) function
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dcompiler.h114 extern _X_EXPORT unsigned int inw(unsigned short);
123 extern _X_EXPORT unsigned int inw(unsigned long);
365 inw(unsigned long port) function
390 extern _X_EXPORT unsigned short inw(unsigned int port);
410 # undef inw macro
416 extern _X_EXPORT unsigned int inw(unsigned long port);
453 inw(unsigned short port) function
456 __asm__ __volatile__("inw %1,%0" :
516 inw(unsigned long port) function
744 inw(unsigne function
978 inw(unsigned short port) function
1062 inw(unsigned short port) function
1112 inw(unsigned short port) function
1157 inw(unsigned short port) function
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dcompiler.h114 extern _X_EXPORT unsigned int inw(unsigned short);
123 extern _X_EXPORT unsigned int inw(unsigned long);
365 inw(unsigned long port) function
390 extern _X_EXPORT unsigned short inw(unsigned int port);
410 # undef inw macro
416 extern _X_EXPORT unsigned int inw(unsigned long port);
453 inw(unsigned short port) function
456 __asm__ __volatile__("inw %1,%0" :
516 inw(unsigned long port) function
744 inw(unsigne function
978 inw(unsigned short port) function
1207 inw(unsigned PORT_SIZE port) function
1298 inw(unsigned PORT_SIZE port) function
1411 inw(unsigned short port) function
1461 inw(unsigned short port) function
1506 inw(unsigned short port) function
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dcompiler.h114 extern _X_EXPORT unsigned int inw(unsigned short);
123 extern _X_EXPORT unsigned int inw(unsigned long);
365 inw(unsigned long port) function
390 extern _X_EXPORT unsigned short inw(unsigned int port);
410 # undef inw macro
416 extern _X_EXPORT unsigned int inw(unsigned long port);
453 inw(unsigned short port) function
456 __asm__ __volatile__("inw %1,%0" :
516 inw(unsigned long port) function
744 inw(unsigne function
978 inw(unsigned short port) function
1207 inw(unsigned PORT_SIZE port) function
1298 inw(unsigned PORT_SIZE port) function
1411 inw(unsigned short port) function
1461 inw(unsigned short port) function
1506 inw(unsigned short port) function
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dio.h309 uint16_t inw ( volatile uint16_t *io_addr );
310 #define inw( io_addr ) IOAPI_READ ( inw, uint16_t, io_addr, "IO", 4 ) macro
452 #define inw_p( io_addr ) INX_P ( inw, uint16_t, io_addr )
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dcompiler.h109 extern _X_EXPORT unsigned int inw(unsigned short);
117 extern _X_EXPORT unsigned int inw(unsigned long);
255 inw(unsigned long port) function
280 extern _X_EXPORT unsigned short inw(unsigned int port);
321 inw(unsigned short port) function
324 __asm__ __volatile__("inw %1,%0":"=a"(ret):"d"(port));
382 inw(unsigned long port) function
559 inw(unsigned PORT_SIZE port) function
746 inw(unsigned short port) function
917 inw(unsigne function
957 inw(unsigned PORT_SIZE port) function
1000 inw(unsigned short port) function
[all...]

Completed in 169 milliseconds

1234