Searched refs:TCIC_MCTL_B8 (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/ic/ | ||
H A D | tcic2reg.h | 756 #define TCIC_MCTL_B8 (1 << 11) /* 8/16 bit access select */ macro |
H A D | tcic2.c | 873 reg |= mem8 ? TCIC_MCTL_B8 : 0; in tcic_chip_do_mem_map() |