Searched refs:HostCtrl (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | rrunner.c | 237 writel(readl(&rrpriv->regs->HostCtrl) | NO_SWAP, &rrpriv->regs->HostCtrl); in rr_hippi_probe() 298 if (!(readl(&rr->regs->HostCtrl) & NIC_HALTED)){ in cleanup_module() 301 writel(HALT_NIC, &rr->regs->HostCtrl); in cleanup_module() 328 if (readl(®s->HostCtrl) & NIC_HALTED){ in rr_issue_cmd() 330 "HostCtrl %08x\n", cmd->code, readl(®s->HostCtrl)); in rr_issue_cmd() 478 host = readl(®s->HostCtrl); in rr_read_eeprom() 479 writel(host | HALT_NIC, ®s->HostCtrl); in rr_read_eeprom() 489 writel(host, ®s->HostCtrl); in rr_read_eeprom() 657 hostctrl = readl(®s->HostCtrl); in rr_init1() 658 writel(hostctrl | HALT_NIC | RR_CLEAR_INT, ®s->HostCtrl); in rr_init1() [all …]
|
D | acenic.h | 38 u32 HostCtrl; /* 0x40 */ member 759 writel(readl(®s->HostCtrl) | MASK_INTS, ®s->HostCtrl); in ace_mask_irq() 773 writel(readl(®s->HostCtrl) & ~MASK_INTS, ®s->HostCtrl); in ace_unmask_irq()
|
D | acenic.c | 787 if ((readl(&ap->regs->HostCtrl) >> 28) == 4) { in acenic_probe() 1175 writel(HW_RESET | (HW_RESET << 24), ®s->HostCtrl); in ace_init() 1176 readl(®s->HostCtrl); /* PCI write posting */ in ace_init() 1188 ®s->HostCtrl); in ace_init() 1191 ®s->HostCtrl); in ace_init() 1193 readl(®s->HostCtrl); /* PCI write posting */ in ace_init() 1202 tig_ver = readl(®s->HostCtrl) >> 28; in ace_init() 1863 dev->name, (unsigned int)readl(®s->HostCtrl)); in ace_watchdog() 2442 if (!(readl(®s->HostCtrl) & IN_INT)) in ace_interrupt()
|
D | rrunner.h | 15 u32 HostCtrl; member
|