Home | History | Annotate | Download | only in ic

Lines Matching defs:opmode

1604 	 * Initialize `opmode' to 0, and call the pre-init routine, if
1606 * clones require that the media-related bits in `opmode' be
1737 * Initialize the OPMODE register. We don't write it until
1740 * Media-related OPMODE bits are set in the media callbacks
2586 * writing OPMODE will start the transmit and receive processes
2719 * multicast in OPMODE below.
2791 * Set the OPMODE register. This will also resume the
3256 * Write new OPMODE bits. This also restarts the transmit
3266 * for the Winbond 89C840F, which has different OPMODE bits.
3285 * Write new OPMODE bits. This also restarts the transmit
3315 * Write new OPMODE bits.
3553 * contains the appropriate OPMODE bits.
4280 * Set the OPMODE bits for this media and write OPMODE.
4354 * Set the OPMODE bits for this media and write OPMODE.
4751 * Next is a word containing OPMODE information
5067 * Next is a word containing OPMODE information
5435 * reset path will get the OPMODE register right the next
5634 * Write new OPMODE bits. This also restarts the transmit
6059 uint32_t opmode;
6071 * Configure OPMODE properly for the internal MII interface.
6075 opmode = OPMODE_MBO | OPMODE_HBD | OPMODE_PS;
6079 opmode = OPMODE_MBO | OPMODE_HBD;
6083 opmode = 0;
6087 TULIP_WRITE(sc, CSR_OPMODE, opmode);
6143 uint32_t opmode;
6153 * Configure OPMODE properly for the internal MII interface.
6158 opmode = OPMODE_HBD | OPMODE_PS;
6161 opmode = 0;
6165 TULIP_WRITE(sc, CSR_OPMODE, opmode);