Home
last modified time | relevance | path

Searched refs:TLAN_HOST_CMD (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c344 data = inl(BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
346 outl(data, BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
352 data = inl(BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
354 outl(data, BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
369 outl(TLAN_HC_LD_TMR | 0x3f, BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
370 outl(TLAN_HC_LD_THR | 0x0, BASE + TLAN_HOST_CMD); in TLan_ResetAdapter()
505 outb((TLAN_HC_INT_ON >> 8), BASE + TLAN_HOST_CMD + 1); in TLan_FinishReset()
512 outl(TLAN_HC_GO | TLAN_HC_RT, BASE + TLAN_HOST_CMD); in TLan_FinishReset()
577 outl(host_cmd, BASE + TLAN_HOST_CMD); in tlan_poll()
581 outl(host_cmd, BASE + TLAN_HOST_CMD); in tlan_poll()
[all …]
H A Dtlan.h203 #define TLAN_HOST_CMD 0x00 macro