Home
last modified time | relevance | path

Searched refs:hd44780_ir_read (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/ic/
H A Dhd44780_subr.c452 if ((dat = hd44780_ir_read(sc, en) & 0x7f) != 0x6) { in hd44780_chipinit()
521 hd44780_io()->dat = (hd44780_ir_read(sc, en) & 0x7f); in hd44780_ioctl_subr()
531 tmp = (hd44780_ir_read(sc, en) & 0x7f); in hd44780_ioctl_subr()
673 while (nloops-- && (hd44780_ir_read(sc, en) & BUSY_FLAG) == BUSY_FLAG) in hd44780_busy_wait()
H A Dhd44780var.h129 #define hd44780_ir_read(sc, en) \ macro