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

  /src/sys/dev/ic/
cyvar.h 74 #define CY_F_STOP 0x08
cy.c 627 * notices that CY_F_STOP has been set.
629 SET(cy->cy_flags, CY_F_STOP);
1245 /* stop transmitting if no tty or CY_F_STOP set */
1247 if (tp == NULL || ISSET(cy->cy_flags, CY_F_STOP))
1314 CLR(cy->cy_flags, CY_F_STOP);

Completed in 13 milliseconds