BT463_NCMAP_ENTRIES  155 dev/ic/bt463.c 	char cmap_r[BT463_NCMAP_ENTRIES];	/* colormap */
BT463_NCMAP_ENTRIES  156 dev/ic/bt463.c 	char cmap_g[BT463_NCMAP_ENTRIES];
BT463_NCMAP_ENTRIES  157 dev/ic/bt463.c 	char cmap_b[BT463_NCMAP_ENTRIES];
BT463_NCMAP_ENTRIES  374 dev/ic/bt463.c 	if (index >= BT463_NCMAP_ENTRIES || count > BT463_NCMAP_ENTRIES - index)
BT463_NCMAP_ENTRIES  412 dev/ic/bt463.c 	if (index >= BT463_NCMAP_ENTRIES || count > BT463_NCMAP_ENTRIES - index)
BT463_NCMAP_ENTRIES  622 dev/ic/bt463.c 		for (i = 0; i < BT463_NCMAP_ENTRIES; i++) {