Searched refs:io_base (Results 1 - 6 of 6) sorted by relevance

/external/syslinux/com32/modules/
H A Dkontron_wdt.h70 * @io_base: Pointer to the IO memory
83 uint16_t io_base; member in struct:kempld_device_data
H A Dkontron_wdt.c132 pld.io_base=KEMPLD_IOPORT;
146 printf("Kempld structure found at 0x%X (data @ 0x%X)\n",pld.io_base,pld.io_data);
/external/syslinux/gpxe/src/drivers/net/
H A Dtlan.c68 static int TLan_EeReadByte(u16 io_base, u8, u8 *);
872 * io_base The IO port base address for the
881 void TLan_EeSendStart(u16 io_base) argument
885 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
886 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
901 * Parms: io_base The IO port base address for the
918 int TLan_EeSendByte(u16 io_base, u8 data, int stop) argument
924 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR);
925 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO;
958 * io_base Th
976 TLan_EeReceiveByte(u16 io_base, u8 * data, int stop) argument
1031 TLan_EeReadByte(u16 io_base, u8 ee_addr, u8 * data) argument
[all...]
/external/syslinux/gpxe/src/drivers/net/e1000/
H A De1000.c853 adapter->hw.io_base = pdev->ioaddr;
H A De1000_hw.h1411 unsigned long io_base; member in struct:e1000_hw
H A De1000_hw.c6793 unsigned long io_addr = hw->io_base;
6794 unsigned long io_data = hw->io_base + 4;

Completed in 160 milliseconds