Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dhd44780reg.h58 #define cmd_init(mode) ((uint8_t)(mode ? 0x3f : 0x03)) macro
H A Dhd44780_subr.c427 cmd = cmd_init(sc->sc_flags & HD_8BIT); in hd44780_chipinit()