Lines Matching defs:cmdmode
160 tulip_media_t const media, unsigned gpdata, unsigned cmdmode);
329 * If the cmdmode bits don't match the currently operating mode,
330 * set the cmdmode appropriately and reset the chip.
342 * If the cmdmode bits don't match the currently operating mode,
343 * set the cmdmode appropriately and reset the chip.
1452 tulip_media_t const media, unsigned gpdata, unsigned cmdmode)
1456 mip->mi_cmdmode = cmdmode;
1613 u_int32_t cmdmode = TULIP_CSR_READ(sc, csr_command);
1620 cmdmode = TULIP_CMD_PORTSELECT|TULIP_CMD_PCSFUNCTION|TULIP_CMD_MUSTBEONE;
1621 cmdmode &= ~(TULIP_CMD_TXTHRSHLDCTL|TULIP_CMD_SCRAMBLER);
1623 TULIP_CSR_WRITE(sc, csr_command, cmdmode);
1634 TULIP_CSR_WRITE(sc, csr_command, cmdmode|TULIP_CMD_SCRAMBLER);