Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dtcic2reg.h756 #define TCIC_MCTL_B8 (1 << 11) /* 8/16 bit access select */ macro
H A Dtcic2.c873 reg |= mem8 ? TCIC_MCTL_B8 : 0; in tcic_chip_do_mem_map()