Home
last modified time | relevance | path

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

/freebsd/sys/dev/pcf/
H A Dpcf.c51 static int pcf_wait_byte(struct pcf_softc *pcf);
52 static int pcf_noack(struct pcf_softc *pcf, int timeout);
53 static void pcf_stop_locked(struct pcf_softc *pcf);
60 pcf_wait_byte(struct pcf_softc *sc) in pcf_wait_byte()
78 pcf_stop_locked(struct pcf_softc *sc) in pcf_stop_locked()
100 pcf_noack(struct pcf_softc *sc, int timeout) in pcf_noack()
119 struct pcf_softc *sc = DEVTOSOFTC(dev); in pcf_repeated_start()
159 struct pcf_softc *sc = DEVTOSOFTC(dev); in pcf_start()
208 struct pcf_softc *sc = DEVTOSOFTC(dev); in pcf_stop()
223 struct pcf_softc *sc = arg; in pcf_intr()
[all …]
H A Dpcfvar.h63 struct pcf_softc { struct
79 #define DEVTOSOFTC(dev) ((struct pcf_softc *)device_get_softc(dev)) argument
98 pcf_set_S0(struct pcf_softc *sc, int data) in pcf_set_S0()
106 pcf_set_S1(struct pcf_softc *sc, int data) in pcf_set_S1()
114 pcf_get_S0(struct pcf_softc *sc) in pcf_get_S0()
125 pcf_get_S1(struct pcf_softc *sc) in pcf_get_S1()
H A Dpcf_isa.c87 sizeof(struct pcf_softc),
125 struct pcf_softc *sc; in pcf_isa_attach()
187 struct pcf_softc *sc; in pcf_isa_detach()