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

  /src/sys/dev/ic/
cyvar.h 48 struct cy_port { struct
87 struct cy_port sc_ports[CY_MAX_PORTS];
cy.c 46 static int cy_modem_control(struct cy_softc *, struct cy_port *, int, int);
47 static void cy_enable_transmitter(struct cy_softc *, struct cy_port *);
48 static void cd1400_channel_cmd(struct cy_softc *, struct cy_port *, int);
252 #define CY_PORT(dev) cy_getport((dev))
255 static struct cy_port *
283 struct cy_port *cy;
287 cy = CY_PORT(dev);
407 struct cy_port *cy;
411 cy = CY_PORT(dev);
444 struct cy_port *cy
    [all...]

Completed in 12 milliseconds