Home
last modified time | relevance | path

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

/external/grub/netboot/
Ddepca.c242 #define DEPCA_ADDR ioaddr+0x06 /* LANCE registers' address port */ macro
471 outw(CSR0, DEPCA_ADDR);\
503 outw(CSR1, DEPCA_ADDR); /* initialisation block address LSW */ in LoadCSRs()
505 outw(CSR2, DEPCA_ADDR); /* initialisation block address MSW */ in LoadCSRs()
507 outw(CSR3, DEPCA_ADDR); /* ALE control */ in LoadCSRs()
509 outw(CSR0, DEPCA_ADDR); /* Point back to CSR0 */ in LoadCSRs()
518 outw(CSR0, DEPCA_ADDR); /* point back to CSR0 */ in InitRestartDepca()