Home
last modified time | relevance | path

Searched refs:PPB_INTR (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ppbus/
H A Dlpt.c511 if ((err = lpt_request_ppbus(lptdev, PPB_WAIT|PPB_INTR)) != 0) { in lptopen()
612 if ((err = lpt_request_ppbus(lptdev, PPB_WAIT|PPB_INTR)) != 0) { in lptclose()
775 if ((err = lpt_request_ppbus(lptdev, PPB_WAIT|PPB_INTR)) != 0) { in lptwrite()
H A Dppbconf.h133 #define PPB_INTR 0x2 macro
H A Dpps.c226 if (ppb_request_bus(ppbus, ppsdev, PPB_WAIT|PPB_INTR)) { in ppsopen()
H A Dppi.c296 (flags & O_NONBLOCK) ? PPB_DONTWAIT : PPB_WAIT | PPB_INTR); in ppiopen()
H A Dppbconf.c500 case PPB_WAIT | PPB_INTR: in ppb_request_bus()
H A Dppb_1284.c417 PPB_INTR); in byte_peripheral_write()