Lines Matching +full:11 +full:n

39 RunnerWrCtrl.  These are 11 bit down-counters that are preloaded with the
106 #define INT_MODULE_PARM(n, v) static int n = v; module_param(n, int, 0) argument
134 11 bits are the parameter, if applicable. */
136 TotalReset = 0<<11, SelectWindow = 1<<11, StartCoax = 2<<11,
137 RxDisable = 3<<11, RxEnable = 4<<11, RxReset = 5<<11, RxDiscard = 8<<11,
138 TxEnable = 9<<11, TxDisable = 10<<11, TxReset = 11<<11,
139 FakeIntr = 12<<11, AckIntr = 13<<11, SetIntrEnb = 14<<11,
140 SetStatusEnb = 15<<11, SetRxFilter = 16<<11, SetRxThreshold = 17<<11,
141 SetTxThreshold = 18<<11, SetTxStart = 19<<11, StatsEnable = 21<<11,
142 StatsDisable = 22<<11, StopCoax = 23<<11,
266 dev_dbg(&link->dev, "3c574_attach()\n"); in tc574_probe()
292 dev_dbg(&link->dev, "3c574_detach()\n"); in tc574_detach()
315 dev_dbg(&link->dev, "3c574_config()\n"); in tc574_config()
356 pr_notice("IO port conflict at 0x%03lx-0x%03lx\n", in tc574_config()
369 outw(2<<11, ioaddr + RunnerRdCtrl); in tc574_config()
371 outw(0<<11, ioaddr + RunnerRdCtrl); in tc574_config()
401 "index %d, status %x.\n", in tc574_config()
409 pr_notice(" No MII transceivers found!\n"); in tc574_config()
425 pr_notice("register_netdev() failed\n"); in tc574_config()
429 netdev_info(dev, "%s at io %#3lx, irq %d, hw_addr %pM\n", in tc574_config()
431 netdev_info(dev, " %dK FIFO split %s Rx:Tx, %sMII interface.\n", in tc574_config()
475 netdev_info(dev, " irq status %04x, rx status %04x, tx status %02x, tx free %04x\n", in dump_status()
480 netdev_info(dev, " diagnostics: fifo %04x net %04x ethernet %04x media %04x\n", in dump_status()
496 netdev_notice(dev, "command 0x%04x did not complete!\n", cmd); in tc574_wait_for_completion()
686 dev_dbg(&link->dev, "%s: opened, status %4.4x.\n", in el3_open()
696 netdev_notice(dev, "Transmit timed out!\n"); in el3_tx_timeout()
720 pr_debug("%s: transmit error: status 0x%02x\n", in pop_tx_status()
737 "status %4.4x.\n", dev->name, (long)skb->len, in el3_start_xmit()
778 pr_debug("%s: interrupt, status %4.4x.\n", in el3_interrupt()
787 pr_debug("%s: Interrupt from dead card\n", dev->name); in el3_interrupt()
797 pr_debug(" TX room bit was handled.\n"); in el3_interrupt()
819 netdev_notice(dev, "adapter failure, FIFO diagnostic register %04x\n", in el3_interrupt()
838 "status %4.4x.\n", dev->name, status); in el3_interrupt()
847 pr_debug("%s: exiting interrupt, status %4.4x.\n", in el3_interrupt()
874 netdev_info(dev, "interrupt(s) dropped!\n"); in media_check()
897 netdev_info(dev, "%s link beat\n", in media_check()
902 netdev_info(dev, "autonegotiation restarted\n"); in media_check()
907 "%dbaseT-%cD selected\n", in media_check()
911 netdev_info(dev, "link partner did not autonegotiate\n"); in media_check()
921 netdev_info(dev, "remote fault detected\n"); in media_check()
923 netdev_info(dev, "jabber detected\n"); in media_check()
955 pr_debug("%s: updating the statistics.\n", dev->name); in update_stats()
989 pr_debug("%s: in rx_packet(), status %4.4x, rx_status %4.4x.\n", in el3_rx()
1011 pr_debug(" Receiving packet size %d status %4.4x.\n", in el3_rx()
1023 " size %d.\n", dev->name, pkt_len); in el3_rx()
1041 pr_debug("%s: In ioct(%-.6s, %#4.4x) %4.4x %4.4x %4.4x %4.4x.\n", in el3_ioctl()
1119 dev_dbg(&link->dev, "%s: shutting down ethercard.\n", dev->name); in el3_close()