Lines Matching refs:HostCtrl
189 writel(readl(&rrpriv->regs->HostCtrl) | NO_SWAP, in rr_init_one()
190 &rrpriv->regs->HostCtrl); in rr_init_one()
228 if (!(readl(&rr->regs->HostCtrl) & NIC_HALTED)) { in rr_remove_one()
231 writel(HALT_NIC, &rr->regs->HostCtrl); in rr_remove_one()
262 if (readl(®s->HostCtrl) & NIC_HALTED){ in rr_issue_cmd()
264 "HostCtrl %08x\n", cmd->code, readl(®s->HostCtrl)); in rr_issue_cmd()
412 host = readl(®s->HostCtrl); in rr_read_eeprom()
413 writel(host | HALT_NIC, ®s->HostCtrl); in rr_read_eeprom()
423 writel(host, ®s->HostCtrl); in rr_read_eeprom()
570 hostctrl = readl(®s->HostCtrl); in rr_init1()
571 writel(hostctrl | HALT_NIC | RR_CLEAR_INT, ®s->HostCtrl); in rr_init1()
637 writel(hostctrl, ®s->HostCtrl); in rr_init1()
762 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
763 ®s->HostCtrl); in rr_handle_event()
769 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
770 ®s->HostCtrl); in rr_handle_event()
793 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
794 ®s->HostCtrl); in rr_handle_event()
805 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
806 ®s->HostCtrl); in rr_handle_event()
812 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
813 ®s->HostCtrl); in rr_handle_event()
819 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
820 ®s->HostCtrl); in rr_handle_event()
826 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
827 ®s->HostCtrl); in rr_handle_event()
880 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
881 ®s->HostCtrl); in rr_handle_event()
887 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
888 ®s->HostCtrl); in rr_handle_event()
894 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_handle_event()
895 ®s->HostCtrl); in rr_handle_event()
1031 if (!(readl(®s->HostCtrl) & RR_INT)) in rr_interrupt()
1156 if (readl(®s->HostCtrl) & NIC_HALTED){ in rr_timer()
1167 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, in rr_timer()
1168 ®s->HostCtrl); in rr_timer()
1216 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, ®s->HostCtrl); in rr_open()
1217 readl(®s->HostCtrl); in rr_open()
1244 writel(readl(®s->HostCtrl)|HALT_NIC|RR_CLEAR_INT, ®s->HostCtrl); in rr_open()
1345 tmp = readl(®s->HostCtrl); in rr_close()
1351 writel(tmp, ®s->HostCtrl); in rr_close()
1352 readl(®s->HostCtrl); in rr_close()
1482 if (!(readl(®s->HostCtrl) & NIC_HALTED)){ in rr_load_firmware()