Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c535 u32 host_cmd = 0; in tlan_poll() local
576 host_cmd = TLAN_HC_ACK | ack | 0x001C0000; in tlan_poll()
577 outl(host_cmd, BASE + TLAN_HOST_CMD); in tlan_poll()
580 host_cmd = TLAN_HC_ACK | ack | (0x000C0000); in tlan_poll()
581 outl(host_cmd, BASE + TLAN_HOST_CMD); in tlan_poll()
622 u32 host_cmd; in tlan_transmit() local
750 host_cmd = TLAN_HC_ACK | ack; in tlan_transmit()
751 outl(host_cmd, BASE + TLAN_HOST_CMD); in tlan_transmit()
763 host_cmd = TLAN_HC_ACK | ack | 0x00140000; in tlan_transmit()
764 outl(host_cmd, BASE + TLAN_HOST_CMD); in tlan_transmit()