class VideoInputMiscellaneousControl

Defined at line 899 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

VDIN_MISC_CTRL

This register is not documented in A311D or S905D2 datasheets, but it

appears in S905D3 datasheets and private correspondence with Amlogic.

Experiments on Khadas VIM3 board (A311D) and Astro (S905D2) show that

the bits defined in this class are available and have the same function

as S905D3.

S905D3 Datasheet, Section 8.2.3.1 "VPU Registers", Page 314.

Private correspondence with Amlogic (Re: display loopback mode), June 27,

2019.

Public Members

 field_RsvdZ_906
 field_video_input_module1_memory_interface_reset_916
 field_video_input_module0_memory_interface_reset_922
 field_video_input_module1_reset_928
 field_video_input_module0_reset_934

Public Methods

hwreg::RegisterAddr<VideoInputMiscellaneousControl> Get ()

Defined at line 902 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

template <, >
SelfType & set_video_input_module1_memory_interface_reset (typename SelfType::ValueType val)

If true, the memory interface of video input module 1 (VDIN1) is reset.

Experiments on Khadas VIM3 (A311D) show that the memory interface is reset

when the bit is held true for 1us.

Defined at line 916 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

template <, >
typename SelfType::ValueType video_input_module1_memory_interface_reset ()

If true, the memory interface of video input module 1 (VDIN1) is reset.

Experiments on Khadas VIM3 (A311D) show that the memory interface is reset

when the bit is held true for 1us.

Defined at line 916 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

template <, >
SelfType & set_video_input_module0_memory_interface_reset (typename SelfType::ValueType val)

If true, the memory interface of video input module 0 (VDIN0) is reset.

Experiments on Khadas VIM3 (A311D) show that the memory interface is

reset when the bit is held true for 1us.

Defined at line 922 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

template <, >
typename SelfType::ValueType video_input_module0_memory_interface_reset ()

If true, the memory interface of video input module 0 (VDIN0) is reset.

Experiments on Khadas VIM3 (A311D) show that the memory interface is

reset when the bit is held true for 1us.

Defined at line 922 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

template <, >
SelfType & set_video_input_module1_reset (typename SelfType::ValueType val)

If true, the video input module 1 (VDIN1) is reset.

Experiments on Khadas VIM3 (A311D) shows that the memory interface is

reset when the bit is held true for 1us.

Defined at line 928 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

template <, >
typename SelfType::ValueType video_input_module1_reset ()

If true, the video input module 1 (VDIN1) is reset.

Experiments on Khadas VIM3 (A311D) shows that the memory interface is

reset when the bit is held true for 1us.

Defined at line 928 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

template <, >
SelfType & set_video_input_module0_reset (typename SelfType::ValueType val)

If true, the video input module 0 (VDIN0) is reset.

Experiments on Khadas VIM3 (A311D) show that the video input module is

reset when the bit is held true for 1us.

Defined at line 934 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

template <, >
typename SelfType::ValueType video_input_module0_reset ()

If true, the video input module 0 (VDIN0) is reset.

Experiments on Khadas VIM3 (A311D) show that the video input module is

reset when the bit is held true for 1us.

Defined at line 934 of file ../../src/graphics/display/drivers/amlogic-display/video-input-regs.h

Records