HomeSort by relevance Sort by last modified time
    Searched refs:CSR0 (Results 1 - 5 of 5) sorted by null

  /external/grub/netboot/
sk_g16.c 253 * CSR0 - Status and Control flags
262 #define CSR0 0x00
516 int csr0, rmdstat, packet_there; local
517 PRINTF2(("## %s: At beginning of SK_poll(). CSR0: %#hX\n",
518 SK_NAME, SK_read_reg(CSR0)));
521 csr0 = SK_read_reg(CSR0); /* store register for checking */
528 SK_write_reg(CSR0, csr0 & CSR0_CLRALL);
530 if (csr0 & CSR0_ERR) /* LANCE Error *
629 int csr0, i, tmdstat; local
    [all...]
otulip.c 57 CSR0=0, CSR1=0x08, CSR2=0x10, CSR3=0x18, CSR4=0x20, CSR5=0x28,
162 outl(0x00000001, ioaddr + CSR0);
165 outl(0x01A08000, ioaddr + CSR0);
depca.c 251 #define CSR0 0
272 ** Control and Status Register 0 (CSR0) bit definitions
471 outw(CSR0, DEPCA_ADDR);\
509 outw(CSR0, DEPCA_ADDR); /* Point back to CSR0 */
518 outw(CSR0, DEPCA_ADDR); /* point back to CSR0 */
davicom.c 64 CSR0=0, CSR1=0x08, CSR2=0x10, CSR3=0x18, CSR4=0x20, CSR5=0x28,
506 outl(0x00000001, ioaddr + CSR0);
511 outl(0x0C00000, ioaddr + CSR0); /* Sten 10/9 */
tulip.c 146 static const int csr0 = 0x01A00000 | 0x8000;
291 CSR0=0, CSR1=0x08, CSR2=0x10, CSR3=0x18, CSR4=0x20, CSR5=0x28,
414 unsigned int csr0, csr6; /* Current CSR0, CSR6 settings. */
145 static const int csr0 = 0x01A00000 | 0x8000; variable
413 unsigned int csr0, csr6; \/* Current CSR0, CSR6 settings. *\/ member in struct:tulip_private
    [all...]

Completed in 240 milliseconds