Home
last modified time | relevance | path

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

/src/sys/dev/ppbus/
H A Dppi.h39 #define PPIGCTRL _IOR('P', 12, u_int8_t) macro
H A Dppi.c557 case PPIGCTRL: /* get control bits */ in ppiioctl()
/src/share/examples/ppi/
H A Dppilcd.c346 if (ioctl(hd_fd, PPIGCTRL, &hd_cbits)) /* save other control bits */ in hd44780_prepare()