Searched refs:inb (Results 1 - 23 of 23) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c144 while((inb(eth_asic_base + _3COM_STREG) & _3COM_STREG_DPRDY) == 0)
153 *(dst++) = inb(eth_asic_base + ASIC_PIO);
197 while((inb(eth_asic_base + _3COM_STREG) & _3COM_STREG_DPRDY) == 0)
215 (inb(eth_nic_base + D8390_P0_ISR) & D8390_ISR_RDC)
222 while((inb(eth_nic_base + D8390_P0_ISR) & D8390_ISR_RDC)
248 if(inb(eth_nic_base + 8 + i)!=mcfilter[i])
414 inb(0x84);
420 inb(0x84);
422 inb(0x84);
432 inb(
[all...]
H A Dpic8259.h49 #define irq_enabled(x) ( ( inb ( IMR_REG(x) ) & IMR_BIT(x) ) == 0 )
50 #define enable_irq(x) outb ( inb( IMR_REG(x) ) & ~IMR_BIT(x), IMR_REG(x) )
51 #define disable_irq(x) outb ( inb( IMR_REG(x) ) | IMR_BIT(x), IMR_REG(x) )
H A Dvia-rhine.c746 byMIIAdrbak = inb (byMIIAD);
747 byMIICRbak = inb (byMIICR);
754 outb (inb (byMIICR) | 0x40, byMIICR);
756 byMIItemp = inb (byMIICR);
761 byMIItemp = inb (byMIICR);
786 byMIIAdrbak = inb (byMIIAD);
788 byMIICRbak = inb (byMIICR);
794 outb (inb (byMIICR) | 0x40, byMIICR);
796 byMIItemp = inb (byMIICR);
801 byMIItemp = inb (byMIIC
[all...]
H A Di386_timer.c29 outb((inb(PPC_PORTB) & ~PPCB_SPKR) | PPCB_T2GATE, PPC_PORTB);
40 return ((inb(PPC_PORTB) & PPCB_T2OUT) == 0);
H A Drtl8139.c212 speed10 = inb(nic->ioaddr + MediaStatus) & MSRSpeed10;
220 if (inb(nic->ioaddr + MediaStatus) & MSRLinkFail) {
281 retval = (retval << 1) | ((inb(ee_addr) & EE_DATA_READ) ? 1 : 0);
321 while ((inb(nic->ioaddr + ChipCmd) & CmdReset) != 0 &&
429 if (inb(nic->ioaddr + ChipCmd) & RxBufEmpty) {
523 while ((inb(nic->ioaddr + ChipCmd) & CmdReset) != 0 && timer2_running())
H A D3c595.c118 inb(BASE + VX_W1_TX_STATUS);
192 while(( status=inb(BASE + VX_W1_TX_STATUS) )& TXS_COMPLETE ) {
271 nic->packet[rx_fifo-1]=inb(BASE + VX_W1_RX_PIO_RD_1);
284 nic->packet[nic->packetlen+rx_fifo-1]=inb(BASE + VX_W1_RX_PIO_RD_1);
H A Deepro100.c197 if (inb(cmd_ioaddr) == 0) return;
199 delayed_cmd = inb(cmd_ioaddr);
201 if (inb(cmd_ioaddr) == 0) break;
H A Dio.h42 * inb/inw/inl/outb/outw/outl and the "string versions" of the same
184 #define inb(port) \ macro
H A Dpci_io.c32 *value = inb(0xCFC + (where&3));
H A Dpnic.c89 inb ( nic->ioaddr + PNIC_REG_DATA );
H A Dtlan.h399 return (inb((base_addr + TLAN_DIO_DATA) + (internal_addr & 0x3)));
H A Dsundance.c777 #define mdio_in(mdio_addr) inb(mdio_addr)
779 #define mdio_delay(mdio_addr) inb(mdio_addr)
H A D3c90x.c540 status = inb(INF_3C90X.IOAddr + regTxStatus_b);
H A Dw89c840.c159 #define readb inb
H A Dpcnet32.c796 promaddr[i] = inb(ioaddr + i);
H A Dsis900.c259 ((u8 *)(nic->node_addr))[i] = inb(0x71);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dserial.c66 inb (unsigned short port)
70 asm volatile ("inb %w1, %0" : "=a" (value) : "Nd" (port));
88 if (inb (serial_hw_port + UART_LSR) & UART_DATA_READY)
89 return inb (serial_hw_port + UART_RX);
101 while ((inb (serial_hw_port + UART_LSR) & UART_EMPTY_TRANSMITTER) == 0)
65 inb (unsigned short port) function
H A Dsmp-imps.c73 inb (unsigned short port) function
77 __asm __volatile ("inb %1,%0" :"=a" (data):"d" (port));
99 return inb (0x71);
H A Dasm.S1806 inb %dx, %al
1832 inb $K_STATUS
1858 inb $K_STATUS
1865 inb $K_STATUS
1868 inb $K_RDWR
2506 l1b: inb %dx, %al /* wait vertical active display */
2510 l2b: inb %dx, %al /* wait vertical retrace */
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dstartup_raw.S242 inb $0x92
260 inb $0x64
264 inb $0x64
267 inb $0x60
279 inb $0x64
/osnet-11/usr/src/grub/grub2/grub-core/tests/boot/
H A Dkernel-8086.S30 inb %dx, %al
H A Dkernel-i386.S60 inb %dx, %al
/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/
H A Drelocator16.S122 inb $0x92

Completed in 106 milliseconds