Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c511 outl(virt_to_bus(&rx_ring), BASE + TLAN_CH_PARM); in TLan_FinishReset()
583 printf("AC: 0x%hX\n", inw(BASE + TLAN_CH_PARM)); in tlan_poll()
698 outl(virt_to_le32desc(tail_list), BASE + TLAN_CH_PARM); in tlan_transmit()
743 outl(virt_to_le32desc(head_list), BASE + TLAN_CH_PARM); in tlan_transmit()
758 outl(virt_to_le32desc(head_list), BASE + TLAN_CH_PARM); in tlan_transmit()
H A Dtlan.h218 #define TLAN_CH_PARM 0x04 macro