Searched refs:hd_sctrl (Results 1 – 1 of 1) sorted by relevance
289 #define hd_sctrl(v) {u_int8_t _val; _val = hd_cbits | v; ioctl(hd_fd, PPISCTRL, &_val);} macro297 hd_sctrl(type | HD_WRITE | STROBE); /* set direction, address */ in hd44780_output()298 hd_sctrl(type | HD_WRITE); /* raise E */ in hd44780_output()300 hd_sctrl(type | HD_WRITE | STROBE); /* lower E */ in hd44780_output()308 hd_sctrl(type | HD_READ | STROBE); /* set direction, address */ in hd44780_input()309 hd_sctrl(type | HD_READ); /* raise E */ in hd44780_input()311 hd_sctrl(type | HD_READ | STROBE); /* lower E */ in hd44780_input()350 hd_sctrl(STROBE); in hd44780_prepare()