Lines Matching refs:HostCtrl
188 writel(readl(&rrpriv->regs->HostCtrl) | NO_SWAP, in rr_init_one()
189 &rrpriv->regs->HostCtrl); in rr_init_one()
227 if (!(readl(&rr->regs->HostCtrl) & NIC_HALTED)) { in rr_remove_one()
230 writel(HALT_NIC, &rr->regs->HostCtrl); in rr_remove_one()
261 if (readl(®s->HostCtrl) & NIC_HALTED){ in rr_issue_cmd()
263 "HostCtrl %08x\n", cmd->code, readl(®s->HostCtrl)); in rr_issue_cmd()
411 host = readl(®s->HostCtrl); in rr_read_eeprom()
412 writel(host | HALT_NIC, ®s->HostCtrl); in rr_read_eeprom()
422 writel(host, ®s->HostCtrl); in rr_read_eeprom()
569 hostctrl = readl(®s->HostCtrl); in rr_init1()
570 writel(hostctrl | HALT_NIC | RR_CLEAR_INT, ®s->HostCtrl); in rr_init1()
636 writel(hostctrl, ®s->HostCtrl); in rr_init1()
761 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
762 ®s->HostCtrl); in rr_handle_event()
768 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
769 ®s->HostCtrl); in rr_handle_event()
792 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
793 ®s->HostCtrl); in rr_handle_event()
804 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
805 ®s->HostCtrl); in rr_handle_event()
811 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
812 ®s->HostCtrl); in rr_handle_event()
818 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
819 ®s->HostCtrl); in rr_handle_event()
825 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
826 ®s->HostCtrl); in rr_handle_event()
879 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
880 ®s->HostCtrl); in rr_handle_event()
886 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
887 ®s->HostCtrl); in rr_handle_event()
893 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
894 ®s->HostCtrl); in rr_handle_event()
1031 if (!(readl(®s->HostCtrl) & RR_INT)) in rr_interrupt()
1159 if (readl(®s->HostCtrl) & NIC_HALTED){ in rr_timer()
1170 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_timer()
1171 ®s->HostCtrl); in rr_timer()
1217 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, ®s->HostCtrl); in rr_open()
1218 readl(®s->HostCtrl); in rr_open()
1243 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, ®s->HostCtrl); in rr_open()
1344 tmp = readl(®s->HostCtrl); in rr_close()
1350 writel(tmp, ®s->HostCtrl); in rr_close()
1351 readl(®s->HostCtrl); in rr_close()
1483 if (!(readl(®s->HostCtrl) & NIC_HALTED)){ in rr_load_firmware()