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

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

Completed in 23 milliseconds