HomeSort by relevance Sort by last modified time
    Searched defs:ioaddr (Results 1 - 25 of 29) sorted by null

1 2

  /external/syslinux/gpxe/src/drivers/net/
pnic.c 30 unsigned short ioaddr; member in struct:pnic
54 outw ( input_length, pnic->ioaddr + PNIC_REG_LEN );
56 outsb ( pnic->ioaddr + PNIC_REG_DATA, input, input_length );
59 outw ( command, pnic->ioaddr + PNIC_REG_CMD );
61 status = inw ( pnic->ioaddr + PNIC_REG_STAT );
63 _output_length = inw ( pnic->ioaddr + PNIC_REG_LEN );
81 insb ( pnic->ioaddr + PNIC_REG_DATA, output, _output_length );
234 pnic->ioaddr = pci->ioaddr;
3c509.c 46 uint16_t ioaddr; member in struct:t509_device
104 static inline void t509_activate ( uint16_t ioaddr ) {
105 outb ( 0xe0 | ( ioaddr >> 4 ), t509_id_port );
108 static inline void t509_deactivate_and_reset_tag ( uint16_t ioaddr ) {
109 outb ( GLOBAL_RESET, ioaddr + EP_COMMAND );
245 * The device will be enabled at whatever ioaddr is specified in the
247 * ioaddr read from the EEPROM.
253 t509_activate ( t509->ioaddr );
254 DBG ( "T509 activated device %02x at ioaddr %04x\n",
255 t509->tag, t509->ioaddr );
    [all...]
eepro100.c 179 if ( pci->ioaddr == 0 )
198 priv->ioaddr = pci->ioaddr;
260 unsigned long ioaddr = priv->ioaddr; local
269 intr_status = inw ( ioaddr + SCBStatus );
270 outw ( intr_status, ioaddr + SCBStatus );
271 inw ( ioaddr + SCBStatus );
293 unsigned long ioaddr = priv->ioaddr; local
447 unsigned long ioaddr = priv->ioaddr; local
620 unsigned long ioaddr = priv->ioaddr; local
684 unsigned long ioaddr = priv->ioaddr; local
713 unsigned long ioaddr = priv->ioaddr; local
990 unsigned long ioaddr = priv->ioaddr; local
1120 unsigned long ioaddr = priv->ioaddr; local
    [all...]
davicom.c 133 static unsigned long ioaddr;
160 static int read_eeprom(unsigned long ioaddr, int location, int addr_len);
223 io_dcr9 = ioaddr + CSR9;
267 io_dcr9 = ioaddr + CSR9;
362 outl(csr6, ioaddr + CSR6);
382 outl(csr6, ioaddr + CSR6);
398 static int read_eeprom(unsigned long ioaddr, int location, int addr_len)
402 long ee_addr = ioaddr + CSR9;
493 outl(inl(ioaddr + CSR6) & ~0x00002002, ioaddr + CSR6)
132 static unsigned long ioaddr; variable
    [all...]
epic100.c 67 static int ioaddr; variable
115 if (pci->ioaddr == 0)
123 ioaddr = pci->ioaddr;
126 nic->ioaddr = pci->ioaddr & ~3;
129 command = ioaddr + COMMAND; /* Control Register */
130 intstat = ioaddr + INTSTAT; /* Interrupt Status */
131 intmask = ioaddr + INTMASK; /* Interrupt Mask */
132 genctl = ioaddr + GENCTL; /* General Control *
    [all...]
sis190.c 82 static void __mdio_cmd(void *ioaddr, u32 ctl)
100 static void mdio_write(void *ioaddr, int phy_id, int reg, int val)
102 __mdio_cmd(ioaddr, EhnMIIreq | EhnMIIwrite |
107 static int mdio_read(void *ioaddr, int phy_id, int reg)
109 __mdio_cmd(ioaddr, EhnMIIreq | EhnMIIread |
129 static u16 mdio_read_latched(void *ioaddr, int phy_id, int reg)
131 mdio_read(ioaddr, phy_id, reg);
132 return mdio_read(ioaddr, phy_id, reg);
135 static u16 sis190_read_eeprom(void *ioaddr, u32 reg)
156 static void sis190_irq_mask_and_ack(void *ioaddr)
354 void *ioaddr = tp->mmio_addr; local
406 void *ioaddr = tp->mmio_addr; local
430 void *ioaddr = tp->mmio_addr; local
458 void *ioaddr = tp->mmio_addr; local
598 void *ioaddr = tp->mmio_addr; local
641 void *ioaddr = tp->mmio_addr; local
700 void *ioaddr = tp->mmio_addr; local
753 void *ioaddr = tp->mmio_addr; local
788 void *ioaddr = tp->mmio_addr; local
816 void *ioaddr = tp->mmio_addr; local
877 void *ioaddr; local
927 void *ioaddr = tp->mmio_addr; local
1029 void *ioaddr = tp->mmio_addr; local
1068 void *ioaddr = tp->mmio_addr; local
1093 void *ioaddr = tp->mmio_addr; local
1118 void *ioaddr; local
1160 void *ioaddr = tp->mmio_addr; local
    [all...]
sis900.c 62 static unsigned long ioaddr;
218 /* long ioaddr = net_dev->base_addr; */
219 long ee_addr = ioaddr + mear;
304 rfcrSave = inl(rfcr + ioaddr);
306 outl(rfcrSave | RELOAD, ioaddr + cr);
307 outl(0, ioaddr + cr);
310 outl(rfcrSave & ~RFEN, rfcr + ioaddr);
314 outl((i << RFADDR_shift), ioaddr + rfcr);
315 *( ((u16 *)nic->node_addr) + i) = inw(ioaddr + rfdr);
319 outl(rfcrSave | RFEN, rfcr + ioaddr);
61 static unsigned long ioaddr; variable
    [all...]
eepro100.h 146 unsigned long ioaddr; member in struct:ifec_private
natsemi.h 25 unsigned short ioaddr; member in struct:natsemi_private
pcnet32.c 56 static u32 ioaddr; /* Globally used for the card's io address */ variable
419 lp->a.reset(ioaddr);
422 lp->a.write_bcr(ioaddr, 20, 2);
425 val = lp->a.read_bcr(ioaddr, 2) & ~2;
428 lp->a.write_bcr(ioaddr, 2, val);
432 val = lp->a.read_bcr(ioaddr, 9) & ~3;
441 read_csr(ioaddr,
442 88) | (lp->a.read_csr(ioaddr,
448 lp->a.write_bcr(ioaddr, 9, val);
452 val = lp->a.read_csr(ioaddr, 124) & ~0x10
    [all...]
r8169.c 50 static void mdio_write(void *ioaddr, int reg_addr, int value)
69 static int mdio_read(void *ioaddr, int reg_addr)
91 static void mdio_patch(void *ioaddr, int reg_addr, int value)
95 mdio_write(ioaddr, reg_addr, mdio_read(ioaddr, reg_addr) | value);
98 static void rtl_ephy_write(void *ioaddr, int reg_addr, int value)
114 static u16 rtl_ephy_read(void *ioaddr, int reg_addr)
134 static void rtl_csi_write(void *ioaddr, int addr, int value)
151 static u32 rtl_csi_read(void *ioaddr, int addr)
172 static void rtl8169_irq_mask_and_ack(void *ioaddr)
230 void *ioaddr = tp->mmio_addr; local
253 void *ioaddr = tp->mmio_addr; local
762 void *ioaddr = tp->mmio_addr; local
823 void *ioaddr = tp->mmio_addr; local
839 void *ioaddr = tp->mmio_addr; local
926 void *ioaddr = tp->mmio_addr; local
942 void *ioaddr = tp->mmio_addr; local
1037 void *ioaddr = tp->mmio_addr; local
1056 void *ioaddr = tp->mmio_addr; local
1359 void *ioaddr = tp->mmio_addr; local
1521 void *ioaddr = tp->mmio_addr; local
1868 void *ioaddr = tp->mmio_addr; local
1877 void *ioaddr = tp->mmio_addr; local
1897 void *ioaddr = tp->mmio_addr; local
1945 void *ioaddr = tp->mmio_addr; local
2012 void *ioaddr = tp->mmio_addr; local
2048 void *ioaddr = tp->mmio_addr; local
2104 void *ioaddr; local
2248 void *ioaddr = tp->mmio_addr; local
    [all...]
dmfe.c 127 #define SROM_CLK_WRITE(data, ioaddr) outl(data|CR9_SROM_READ|CR9_SRCS,ioaddr);udelay(5);outl(data|CR9_SROM_READ|CR9_SRCS|CR9_SRCLK,ioaddr);udelay(5);outl(data|CR9_SROM_READ|CR9_SRCS,ioaddr);udelay(5);
227 static u16 read_srom_word(long ioaddr, int offset);
229 static void dmfe_descriptor_init(struct nic *, unsigned long ioaddr);
278 unsigned long ioaddr = BASE; local
281 outl(DM910X_RESET, ioaddr + DCR0); /* RESET MAC */
283 outl(db->cr0_data, ioaddr + DCR0);
294 outl(0x180, ioaddr + DCR12); /* Let bit 7 output port *
581 unsigned long ioaddr = BASE + 0xc0; \/* ID Table *\/ local
883 unsigned long ioaddr; local
938 unsigned long ioaddr; local
    [all...]
mtd80x.c 359 int ioaddr; member in struct:mtd_private
418 outl(0x00000001, mtdx.ioaddr + BCR);
422 outl(virt_to_bus(mtdx.rx_ring), mtdx.ioaddr + RXLBA);
423 outl(virt_to_bus(mtdx.tx_ring), mtdx.ioaddr + TXLBA);
435 outl( mtdx.bcrvalue, mtdx.ioaddr + BCR);
438 outl(0, mtdx.ioaddr + RXPDR);
455 outl(FBE | TUNF | CNTOVF | RBU | TI | RI, mtdx.ioaddr + ISR);
456 outl( 0, mtdx.ioaddr + IMR);
506 outl(0, mtdx.ioaddr + RXPDR);
543 outl(virt_to_bus(mtdx.tx_ring), mtdx.ioaddr + TXLBA)
    [all...]
rtl8139.c 101 unsigned short ioaddr; member in struct:rtl8139_nic
231 eereg = inb ( rtl->ioaddr + Cfg9346 );
242 eereg = inb ( rtl->ioaddr + Cfg9346 );
245 outb ( eereg, rtl->ioaddr + Cfg9346 );
280 ee9356 = ( inw ( rtl->ioaddr + RxConfig ) & Eeprom9356 );
291 vpd = ( inw ( rtl->ioaddr + Config1 ) & VPDEnable );
312 outb ( CmdReset, rtl->ioaddr + ChipCmd );
330 outb ( netdev->ll_addr[i], rtl->ioaddr + MAC0 + i );
336 outl ( virt_to_bus ( rtl->rx.ring ), rtl->ioaddr + RxBuf );
341 outb ( ( CmdRxEnb | CmdTxEnb ), rtl->ioaddr + ChipCmd )
    [all...]
w89c840.c 254 static int ioaddr; variable
261 static int eeprom_read(long ioaddr, int location);
306 writel(0x00000001, ioaddr + PCIBusCfg);
310 writel(virt_to_bus(w840private.rx_ring), ioaddr + RxRingPtr);
311 writel(virt_to_bus(w840private.tx_ring), ioaddr + TxRingPtr);
314 writeb(nic->node_addr[i], ioaddr + StationAddr + i);
328 writel(0xE010, ioaddr + PCIBusCfg);
330 writel(0, ioaddr + RxStartDemand);
337 writel(0x1A0F5, ioaddr + IntrStatus);
338 writel(0x1A0F5, ioaddr + IntrEnable)
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
device.h 35 unsigned long ioaddr; member in struct:device_description
isa.h 16 uint16_t ioaddr; member in struct:isa_device
eisa.h 44 uint16_t ioaddr; member in struct:eisa_device
isapnp.h 186 uint16_t ioaddr; member in struct:isapnp_device
pci.h 295 unsigned long ioaddr; member in struct:pci_device
  /external/syslinux/gpxe/src/include/
nic.h 45 unsigned int ioaddr; member in struct:nic
175 if ( ! _probe_addr ( isa->ioaddr ) ) \
pcmcia.h 33 int ioaddr; member in struct:pccsock_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
comstats.h 89 unsigned long ioaddr; member in struct:__anon62442
  /external/syslinux/gpxe/src/core/
i82365.c 91 ioaddr_t ioaddr; member in struct:socket_info_t
125 ioaddr_t port = pccsock[sock].ioaddr;
139 ioaddr_t port = pccsock[sock].ioaddr;
147 pccsock[pccsocks].ioaddr = port;
209 pccsock[pccsocks].ioaddr = port;
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000.h 278 uint32_t ioaddr; member in struct:e1000_adapter

Completed in 444 milliseconds

1 2