Searched refs:csr_command (Results 1 – 2 of 2) sorted by relevance
| /trueos/sys/dev/de/ |
| HD | if_de.c | 283 TULIP_CSR_WRITE(sc, csr_command, sc->tulip_cmdmode); in tulip_txprobe() 322 if (((mi->mi_cmdmode ^ TULIP_CSR_READ(sc, csr_command)) & TULIP_GPR_CMDBITS) != 0) { in tulip_media_set() 335 if (((mi->mi_cmdmode ^ TULIP_CSR_READ(sc, csr_command)) & TULIP_GPR_CMDBITS) != 0) { in tulip_media_set() 1099 TULIP_CSR_WRITE(sc, csr_command, sc->tulip_cmdmode); in tulip_21041_media_poll() 1551 TULIP_CSR_WRITE(sc, csr_command, sc->tulip_cmdmode); in tulip_2114x_media_preset() 1591 TULIP_CSR_WRITE(sc, csr_command, in tulip_21140_evalboard_media_probe() 1592 TULIP_CSR_READ(sc, csr_command) | TULIP_CMD_PORTSELECT | in tulip_21140_evalboard_media_probe() 1594 TULIP_CSR_WRITE(sc, csr_command, in tulip_21140_evalboard_media_probe() 1595 TULIP_CSR_READ(sc, csr_command) & ~TULIP_CMD_TXTHRSHLDCTL); in tulip_21140_evalboard_media_probe() 1637 TULIP_CSR_WRITE(sc, csr_command, in tulip_21140_accton_media_probe() [all …]
|
| HD | if_devar.h | 60 tulip_csrptr_t csr_command; /* CSR6 */ member
|