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

  /external/syslinux/gpxe/src/drivers/net/
natsemi.c 253 u32 rfcr; local
272 /* RFCR */
273 rfcr = inl (np->ioaddr + RxFilterAddr) & RFCR_RESET_SAVE;
307 /* read RFCR */
308 rfcr |= inl (np->ioaddr + RxFilterAddr) & ~RFCR_RESET_SAVE;
319 /* restore RFCR */
320 outl (rfcr, np->ioaddr + RxFilterAddr);
ns83820.c 281 #define RFCR 0x48
517 writel(0, ns->base + RFCR);
518 writel(0x7fc00000, ns->base + RFCR);
519 writel(0xffc00000, ns->base + RFCR);
584 writel(i * 2, ns->base + RFCR);
593 u8 *rfcr = ns->base + RFCR; local
601 val = (readl(rfcr) & and_mask) | or_mask;
602 /* Ramit : RFCR Write Fix doc says RFEN must be 0 modify other bits */
603 writel(val & ~RFCR_RFEN, rfcr);
    [all...]
sis900.c 304 rfcrSave = inl(rfcr + ioaddr);
310 outl(rfcrSave & ~RFEN, rfcr + ioaddr);
314 outl((i << RFADDR_shift), ioaddr + rfcr);
319 outl(rfcrSave | RFEN, rfcr + ioaddr);
663 outl(0, ioaddr + rfcr);
695 rfcrSave = inl(rfcr + ioaddr);
698 outl(rfcrSave & ~RFEN, rfcr + ioaddr);
705 outl((i << RFADDR_shift), ioaddr + rfcr);
714 outl(rfcrSave | RFEN, rfcr + ioaddr);
813 outl((u32)(0x00000004+i) << RFADDR_shift, ioaddr + rfcr);
    [all...]
natsemi.h 191 /* RFCR bits [20] [22] [27:31] */
sis900.h 36 rfcr=0x48, /* Receive Filter Control Register */ enumerator in enum:sis900_registers

Completed in 170 milliseconds