• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/

Lines Matching refs:iow

182 iow(board_info_t * db, int reg, int value)
373 iow(db, DM9000_EPAR, offset);
374 iow(db, DM9000_EPCR, EPCR_ERPRR);
385 iow(db, DM9000_EPCR, 0x0);
409 iow(db, DM9000_EPAR, offset);
410 iow(db, DM9000_EPDRH, data[1]);
411 iow(db, DM9000_EPDRL, data[0]);
412 iow(db, DM9000_EPCR, EPCR_WEP | EPCR_ERPRW);
420 iow(db, DM9000_EPCR, 0);
485 iow(dm, DM9000_RCSR, dm->rx_csum ? RCSR_CSUM : 0);
615 iow(dm, DM9000_WCR, wcr);
746 iow(db, oft, dev->dev_addr[i]);
769 iow(db, oft++, hash_table[i]);
770 iow(db, oft++, hash_table[i] >> 8);
773 iow(db, DM9000_RCR, rcr);
806 iow(db, DM9000_GPR, 0); /* REG_1F bit0 activate phyxcer */
807 iow(db, DM9000_GPCR, GPCR_GEP_CNTL); /* Let GPIO0 output */
808 iow(db, DM9000_GPR, 0); /* Enable PHY */
818 iow(db, DM9000_NCR, ncr);
821 iow(db, DM9000_TCR, 0); /* TX Polling clear */
822 iow(db, DM9000_BPTR, 0x3f); /* Less 3Kb, 200us */
823 iow(db, DM9000_FCR, 0xff); /* Flow Control */
824 iow(db, DM9000_SMCR, 0); /* Special Mode */
826 iow(db, DM9000_NSR, NSR_WAKEST | NSR_TX2END | NSR_TX1END);
827 iow(db, DM9000_ISR, ISR_CLR_STATUS); /* Clear interrupt status */
839 iow(db, DM9000_IMR, imr);
879 iow(dm, DM9000_TCCR, 0);
881 iow(dm, DM9000_TCCR, TCCR_IP | TCCR_UDP | TCCR_TCP);
886 iow(dm, DM9000_TXPLL, pkt_len);
887 iow(dm, DM9000_TXPLH, pkt_len >> 8);
890 iow(dm, DM9000_TCR, TCR_TXREQ); /* Cleared after TX complete */
989 iow(db, DM9000_RCR, 0x00); /* Stop Device */
990 iow(db, DM9000_ISR, IMR_PAR); /* Stop INT request */
1091 iow(db, DM9000_IMR, IMR_PAR);
1095 iow(db, DM9000_ISR, int_status); /* Clear ISR status */
1116 iow(db, DM9000_IMR, db->imr_all);
1142 iow(db, DM9000_NSR, NSR_WAKEST);
1243 iow(db, DM9000_EPAR, DM9000_PHY | reg);
1245 iow(db, DM9000_EPCR, EPCR_ERPRR | EPCR_EPOS); /* Issue phyxcer read command */
1255 iow(db, DM9000_EPCR, 0x0); /* Clear phyxcer read command */
1290 iow(db, DM9000_EPAR, DM9000_PHY | reg);
1293 iow(db, DM9000_EPDRL, value);
1294 iow(db, DM9000_EPDRH, value >> 8);
1296 iow(db, DM9000_EPCR, EPCR_EPOS | EPCR_ERPRW); /* Issue phyxcer write command */
1306 iow(db, DM9000_EPCR, 0x0); /* Clear phyxcer write command */
1322 iow(db, DM9000_GPR, 0x01); /* Power-Down PHY */
1323 iow(db, DM9000_IMR, IMR_PAR); /* Disable all interrupt */
1324 iow(db, DM9000_RCR, 0x00); /* Disable RX */