Home
last modified time | relevance | path

Searched defs:pcf_softc (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/bus/iicbus/pcf/
H A Dpcf.c75 struct pcf_softc { struct
77 int pcf_base; /* isa port */
78 int pcf_flags;
79 u_char pcf_addr; /* interface I2C address */
81 int pcf_slave_mode; /* receiver or transmitter */
82 int pcf_started; /* 1 if start condition sent */
84 device_t iicbus; /* the corresponding iicbus */
86 int rid_irq, rid_ioport;
87 struct resource *res_irq, *res_ioport;
88 void *intr_cookie;