Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtlan.c68 static int TLan_EeReadByte(u16 io_base, u8, u8 *);
881 void TLan_EeSendStart(u16 io_base) in TLan_EeSendStart() argument
885 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR); in TLan_EeSendStart()
886 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO; in TLan_EeSendStart()
918 int TLan_EeSendByte(u16 io_base, u8 data, int stop) in TLan_EeSendByte() argument
924 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR); in TLan_EeSendByte()
925 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO; in TLan_EeSendByte()
976 void TLan_EeReceiveByte(u16 io_base, u8 * data, int stop) in TLan_EeReceiveByte() argument
981 outw(TLAN_NET_SIO, io_base + TLAN_DIO_ADR); in TLan_EeReceiveByte()
982 sio = io_base + TLAN_DIO_DATA + TLAN_NET_SIO; in TLan_EeReceiveByte()
[all …]
/external/syslinux/com32/modules/
Dkontron_wdt.h83 uint16_t io_base; member
Dkontron_wdt.c132 pld.io_base=KEMPLD_IOPORT; in init_structure()
146 printf("Kempld structure found at 0x%X (data @ 0x%X)\n",pld.io_base,pld.io_data); in kempld_probe()
/external/syslinux/gpxe/src/drivers/net/e1000/
De1000.c853 adapter->hw.io_base = pdev->ioaddr; in e1000_probe()
De1000_hw.h1411 unsigned long io_base; member
De1000_hw.c6793 unsigned long io_addr = hw->io_base; in e1000_write_reg_io()
6794 unsigned long io_data = hw->io_base + 4; in e1000_write_reg_io()