Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c540 u16 host_int = inw(BASE + TLAN_HOST_INT); in tlan_poll()
545 outw(host_int, BASE + TLAN_HOST_INT); in tlan_poll()
584 host_int = inw(BASE + TLAN_HOST_INT); in tlan_poll()
626 u16 host_int = inw(BASE + TLAN_HOST_INT); in tlan_transmit()
692 host_int = inw(BASE + TLAN_HOST_INT); in tlan_transmit()
719 host_int = inw(BASE + TLAN_HOST_INT); in tlan_transmit()
H A Dtlan.h222 #define TLAN_HOST_INT 0x0A macro