Searched refs:cmdmode (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c320 * If the cmdmode bits don't match the currently operating mode,
321 * set the cmdmode appropriately and reset the chip.
333 * If the cmdmode bits don't match the currently operating mode,
334 * set the cmdmode appropriately and reset the chip.
1573 tulip_media_t const media, unsigned gpdata, unsigned cmdmode)
1578 mip->mi_cmdmode = cmdmode;
1741 u_int32_t cmdmode = TULIP_CSR_READ(sc, csr_command); local
1749 cmdmode = TULIP_CMD_PORTSELECT|TULIP_CMD_PCSFUNCTION|TULIP_CMD_MUSTBEONE;
1750 cmdmode &= ~(TULIP_CMD_TXTHRSHLDCTL|TULIP_CMD_SCRAMBLER);
1752 TULIP_CSR_WRITE(sc, csr_command, cmdmode);
1572 tulip_21140_mediainit(tulip_softc_t * const sc, tulip_media_info_t * const mip, tulip_media_t const media, unsigned gpdata, unsigned cmdmode) argument
[all...]

Completed in 33 milliseconds