Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/gdsys/common/
H A Dioep-fpga.c57 u16 fpga_features; in ioep_fpga_has_osd() local
60 FPGA_GET_REG(0, fpga_features, &fpga_features); in ioep_fpga_has_osd()
61 feature_osd = fpga_features & (1<<11); in ioep_fpga_has_osd()
70 u16 fpga_features; in ioep_fpga_print_info() local
84 FPGA_GET_REG(fpga, fpga_features, &fpga_features); in ioep_fpga_print_info()
88 feature_compression = (fpga_features & 0xe000) >> 13; in ioep_fpga_print_info()
89 feature_osd = fpga_features & (1<<11); in ioep_fpga_print_info()
90 feature_audio = (fpga_features & 0x0600) >> 9; in ioep_fpga_print_info()
91 feature_sysclock = (fpga_features & 0x0180) >> 7; in ioep_fpga_print_info()
92 feature_ramconfig = (fpga_features & 0x0060) >> 5; in ioep_fpga_print_info()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dgdsys_fpga.h83 u16 fpga_features; /* 0x0004 */ member
94 u16 fpga_features; /* 0x0004 */ member
119 u16 fpga_features; /* 0x0004 */ member
136 u16 fpga_features; /* 0x0006 */ member
170 u16 fpga_features; /* 0x0006 */ member
216 u16 fpga_features; /* 0x0006 */ member
246 u16 fpga_features; /* 0x0006 */ member
279 u16 fpga_features; /* 0x0006 */ member
/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd.c59 u32 fpga_features; /* 0x000c */ member
364 u32 fpga_features; in hydra_initialize() local
394 fpga_features = readl(&fpga->fpga_features); in hydra_initialize()
397 feature_uart_channels = (fpga_features >> 6) & 0x1f; in hydra_initialize()
398 feature_sb_channels = fpga_features & 0x1f; in hydra_initialize()
/OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/
H A Dhrcon.c129 u16 fpga_features; in last_stage_init() local
133 FPGA_GET_REG(0, fpga_features, &fpga_features); in last_stage_init()
203 FPGA_GET_REG(k, fpga_features, &fpga_features); in last_stage_init()
/OK3568_Linux_fs/u-boot/board/gdsys/a38x/
H A Dhydra.h5 u32 fpga_features; /* 0x000c */ member