Lines Matching +full:- +full:alike
1 /* SPDX-License-Identifier: GPL-2.0 */
6 * via them as are assorted bits and bobs - eg rtc, adb. The picture
59 * state-control line SEL" on all but IIfx
83 /* Macintosh Family Hardware sez: bits 0-2 of VIA1A are volume control
85 * On IIci,IIfx, bits 1-2 are the rest of the CPU ID:
89 * CHRP sez: VIA1A bits 0-2 and 5 are 'unused': if programmed as
112 #define VIA1B_vRTCClk 0x02 /* Real time clock serial-clock line. */
113 #define VIA1B_vRTCData 0x01 /* Real time clock serial-data line. */
117 * correspond to a VIA work-alike named 'EVR'. */
132 * defines the 'Video IRQ' as 0x40 for the 'EVR' VIA work-alike.
165 #define VIA2B_vMode32 0x08 /* 24/32bit switch - doubles as cache flush
183 * of the alternate video page for page-flipping animation. Since there
190 * 6522 registers - see databook.
218 * decode the bottom eight -- so vBufB | rBufB will always get you BufB */
223 * Perhaps some sort of 'compatibility mode' is built-in? [21-May-1999]
272 char val = (bpp==1)?0:(bpp==2)?1:(bpp==4)?2:(bpp==8)?3:-1; in rbv_set_video_bpp()
273 if (!rbv_present || val<0) return -1; in rbv_set_video_bpp()