Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dhd44780reg.h52 #define hi_bits(byte) (((byte) & 0xf0) >> 4) macro
H A Dhd44780_subr.c744 bus_space_write_1(iot, ioh, 0x00, hi_bits(cmd)); in hd44780_writereg()