Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dnatsemi.c288 outl(ChipReset, np->ioaddr + ChipCmd); in natsemi_reset()
290 if (! (inl (np->ioaddr + ChipCmd) & ChipReset)) in natsemi_reset()
415 outl (RxOn, np->ioaddr + ChipCmd); in natsemi_open()
489 outl (TxOn, np->ioaddr + ChipCmd); in natsemi_transmit()
582 outl (RxOn, np->ioaddr + ChipCmd); in natsemi_poll()
Drtl8139.c126 ChipCmd=0x37, RxBufPtr=0x38, RxBufAddr=0x3A, enumerator
312 outb ( CmdReset, rtl->ioaddr + ChipCmd ); in rtl_reset()
341 outb ( ( CmdRxEnb | CmdTxEnb ), rtl->ioaddr + ChipCmd ); in rtl_open()
435 while ( ! ( inw ( rtl->ioaddr + ChipCmd ) & RxBufEmpty ) ) { in rtl_poll()
Dr8169.c918 RTL_W8(ChipCmd, CmdReset); in rtl8169_hw_reset()
921 RTL_R8(ChipCmd); in rtl8169_hw_reset()
948 RTL_W8(ChipCmd, CmdReset); in rtl_soft_reset()
952 if ((RTL_R8(ChipCmd) & CmdReset) == 0) in rtl_soft_reset()
1072 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start_8169()
1109 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start_8169()
1439 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start_8168()
1564 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start_8101()
1573 RTL_W8(ChipCmd, CmdTxEnb | CmdRxEnb); in rtl_hw_start_8101()
Dnatsemi.h74 ChipCmd = 0x00, enumerator
Dr8169.h199 ChipCmd = 0x37, enumerator
Dvia-rhine.c903 StationAddr=0x00, RxConfig=0x06, TxConfig=0x07, ChipCmd=0x08, enumerator