Home
last modified time | relevance | path

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

/dflybsd-src/sys/bus/iicbus/pcf/
H A Dpcf.c137 struct pcf_softc *pcf = DEVTOSOFTC(pcfdev); in pcf_probe() local
187 struct pcf_softc *pcf = DEVTOSOFTC(pcfdev); in pcf_attach() local
211 struct pcf_softc *pcf = (struct pcf_softc *)device_get_softc(bus); in pcf_print_child() local
227 #define dummy_read(pcf) PCF_GET_S0(pcf) argument
228 #define dummy_write(pcf) PCF_SET_S0(pcf, 0) argument
234 PCF_SET_S0(struct pcf_softc *pcf, int data) in PCF_SET_S0()
241 PCF_SET_S1(struct pcf_softc *pcf, int data) in PCF_SET_S1()
248 PCF_GET_S0(struct pcf_softc *pcf) in PCF_GET_S0()
259 PCF_GET_S1(struct pcf_softc *pcf) in PCF_GET_S1()
274 pcf_wait_byte(struct pcf_softc *pcf) in pcf_wait_byte()
[all …]
/dflybsd-src/usr.sbin/clog/
H A Dclog.c126 struct clog_footer *pcf; in read_log() local