Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dhd44780var.h64 struct hd44780_io { struct
65 uint8_t chip;
66 uint8_t dat;
67 uint8_t len;
68 uint8_t buf[HD_MAX_CHARS];
H A Dhd44780_subr.c482 #define hd44780_io() ((struct hd44780_io *)data) in hd44780_ioctl_subr() macro