#
# vino_diagcmds - diagnostic functions specific to vino asic and camera
#
# First column is the name
# Second column is the type:
#   STR for string
#   CMD for command
#   INT for integer constant
# Third column is value:
#   CMD value is the name of the function to call
#   STR value is the quoted string
#   INT value is the integer
# 
# Columns must be separated by exactly one TAB!
vino_get	CMD	vino_get	gets value of register
vino_probe	CMD	vino_probe	does VINO hw exist
vino_regtest	CMD	vino_regtest	test VINO PI/O
vino_set	CMD	vino_set	sets register to value
vino_inputs	CMD	vino_inputs	switch DMSD to S-Video input (vino_inputs s) or the composite port (vino_inputs c)
vino_7191_init	CMD	vino_7191_init	inits the 7191
vino_7191_status	CMD	vino_7191_status	prints the status register
vino_7191_signal	CMD	vino_7191_signal	test that a video signal is coming through the 7191
vino_7191_switch	CMD	vino_7191_switch	toggles gpsw0 and gpsw1
vino_dma1	CMD	vino_dma1	dma test 1
# vino_dma2 is obsolete
vino_dma3	CMD	vino_dma3	dma test 3
vino_dma4	CMD	vino_dma4	dma test 4
vino_dma5	CMD	vino_dma5	dma test 5
vino_dma6	CMD	vino_dma6	dma test 6
vino_dma7	CMD	vino_dma7	dma test 7
vino_initmc	CMD	vino_initmc	initialize mc for VINO
dumpDesc	CMD	dumpDesc	prints out the descriptor table
vino_camera_init	CMD	vino_camera_init	initialize camera
vino_camera	CMD	vino_camera	walking 1's test of the digital camera
vino_camera_wr	CMD	vino_camera_wr	write to one register and read the contents back
vino_camera_reset	CMD	vino_camera_reset	reset the digital camera
vino_camera_status	CMD	vino_camera_status	read out the contents of the digital camera's status register
vino_camera_get	CMD	vino_camera_get	read the value of all the CDMC registers
