HomeSort by: relevance | last modified time | path
    Searched defs:dcd_int (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sgimips/dev/
scn.c 218 static void dcd_int(struct scn_softc *, struct tty *, u_char);
1241 dcd_int(struct scn_softc *sc, struct tty *tp, u_char new) function in typeref:typename:void
1248 printf("scn%d: dcd_int ip %x SCN_DCD %x new %x ipcr %x\n",
1362 dcd_int(sc0, tp0, rs_ipcr & IPCR_DCDA);
1365 dcd_int(sc1, tp1, rs_ipcr & IPCR_DCDB);
scn.c 218 static void dcd_int(struct scn_softc *, struct tty *, u_char);
1241 dcd_int(struct scn_softc *sc, struct tty *tp, u_char new) function in typeref:typename:void
1248 printf("scn%d: dcd_int ip %x SCN_DCD %x new %x ipcr %x\n",
1362 dcd_int(sc0, tp0, rs_ipcr & IPCR_DCDA);
1365 dcd_int(sc1, tp1, rs_ipcr & IPCR_DCDB);

Completed in 25 milliseconds