Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/vax/vsa/
H A Dspx.c267 static int spx_depth; variable
965 fb->depth = spx_depth; in spx_ioctl()
966 fb->cmsize = 1 << spx_depth; in spx_ioctl()
1121 if (index >= (1 << spx_depth) || count > (1 << spx_depth) - index) in spx_get_cmap()
1142 if (index >= (1 << spx_depth) || count > (1 << spx_depth) - index) in spx_set_cmap()
1477 spx_depth = 8; in spx_init_common()