Searched defs:membase (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Detherfabric_nic.h182 void *membase; member in struct:efab_nic
H A Dmyri10ge.c973 void *membase; local
978 membase = phys_to_virt ( pci_dev->membase );
982 priv->command = membase + MXGEFW_ETH_CMD;
1033 priv->irq_claim = membase + data[0];
1038 priv->irq_deassert = membase + data[0];
1044 * ( ( uint32 * ) ( membase + data[0] ) ) = 0;
1095 priv->transmit_ring = membase + data[0];
1101 priv->receive_post_ring = membase + data[0];
H A Dprism2.c132 void *membase; member in struct:hfa384x
141 /* The global instance of the hardware (i.e. where we store iobase and membase, in the absence of anywhere better to put them */
189 return readw ( hw->membase + reg );
199 writew ( val, hw->membase + reg );
H A Dhfa384x.h2531 char __iomem *membase; member in struct:hfa384x
2703 UINT8 __iomem *membase);
2955 /* printk(KERN_DEBUG "Reading from 0x%0x\n", hw->membase + reg); */
2959 return __le16_to_cpu(readw(hw->membase + reg));
2985 writew(__cpu_to_le16(val), hw->membase + reg);
3010 return readw(hw->membase + reg);
3036 writew(val, hw->membase + reg);
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dpci.h299 unsigned long membase; member in struct:pci_device

Completed in 72 milliseconds