Searched refs:PROM (Results 1 – 8 of 8) sorted by relevance
9 PROM device tree. The driver implements a SunOS-compatible21 The OpenBoot PROM on Ultra systems is flashable. If you want to be
129 #define PROM 0x80 /* promiscuous mode */ macro
490 mb->maccc &= ~PROM; in mace_set_multicast()493 mb->maccc |= PROM; in mace_set_multicast()
593 mp->maccc &= ~PROM; in mace_set_multicast()595 mp->maccc |= PROM; in mace_set_multicast()
241 #define PROM 0x0080 /* Promiscuous Mode */ macro
242 PROM = (1 << 16), enumerator
1326 writel(VAL2 | PROM, lp->mmio + CMD2); in amd8111e_set_multicast_list()1330 writel(PROM, lp->mmio + CMD2); in amd8111e_set_multicast_list()1345 writel(PROM, lp->mmio + CMD2); in amd8111e_set_multicast_list()
659 lance->RDP = PROM; /* Set promiscuous mode */ in set_multicast_list()