26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
#
|
|
# comp_diagcmds - diagnostic functions specific to EXPRESS graphics
|
|
#
|
|
# 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!
|
|
cosmo_probe CMD cosmo_probe Test COSMO for Existence
|
|
cosmo_CAROB_reg CMD cosmo_CAROB_reg Test COSMO CAROB Registers
|
|
cosmo_CL560_reg CMD cosmo_CL560_reg Test COSMO CL560 Registers
|
|
cosmo_CL560_codec CMD cosmo_CL560_codec Test COSMO CL560 CODEC Fifo
|
|
cosmo_DMAN_reg CMD cosmo_DMAN_reg Test COSMO DMAN Registers
|
|
cosmo_I2C_reg CMD cosmo_I2C_reg Test COSMO I2C/8485 Registers
|
|
cosmo_comp CMD cosmo_comp Test COSMO Compression
|
|
cosmo_decomp CMD cosmo_decomp Test COSMO Decompression TEst PIO
|
|
cosmo_fb_pio CMD cosmo_fb_pio Test COSMO Field Buffer FIFO Using PIO
|
|
cosmo_fb_dma CMD cosmo_fb_dma Test COSMO Field Buffer FIFO Using DMA
|
|
cosmo_idt CMD cosmo_idt Test COSMO IDT FIFO and Control Registers
|