Home
last modified time | relevance | path

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

/openbmc/u-boot/board/gdsys/common/
H A Dioep-fpga.c56 u16 fpga_features; in ioep_fpga_has_osd() local
59 FPGA_GET_REG(0, fpga_features, &fpga_features); in ioep_fpga_has_osd()
60 feature_osd = fpga_features & (1<<11); in ioep_fpga_has_osd()
69 u16 fpga_features; in ioep_fpga_print_info() local
83 FPGA_GET_REG(fpga, fpga_features, &fpga_features); in ioep_fpga_print_info()
88 feature_osd = fpga_features & (1<<11); in ioep_fpga_print_info()
89 feature_audio = (fpga_features & 0x0600) >> 9; in ioep_fpga_print_info()
90 feature_sysclock = (fpga_features & 0x0180) >> 7; in ioep_fpga_print_info()
92 feature_carrier_speed = fpga_features & (1<<4); in ioep_fpga_print_info()
93 feature_carriers = (fpga_features & 0x000c) >> 2; in ioep_fpga_print_info()
[all …]
/openbmc/u-boot/include/
H A Dgdsys_fpga.h82 u16 fpga_features; /* 0x0004 */ member
93 u16 fpga_features; /* 0x0004 */ member
118 u16 fpga_features; /* 0x0004 */ member
135 u16 fpga_features; /* 0x0006 */ member
169 u16 fpga_features; /* 0x0006 */ member
215 u16 fpga_features; /* 0x0006 */ member
245 u16 fpga_features; /* 0x0006 */ member
278 u16 fpga_features; /* 0x0006 */ member
/openbmc/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd.c57 u32 fpga_features; /* 0x000c */ member
362 u32 fpga_features; in hydra_initialize() local
392 fpga_features = readl(&fpga->fpga_features); in hydra_initialize()
395 feature_uart_channels = (fpga_features >> 6) & 0x1f; in hydra_initialize()
396 feature_sb_channels = fpga_features & 0x1f; in hydra_initialize()
/openbmc/u-boot/drivers/misc/
H A Dihs_fpga.c150 struct fpga_features { struct
247 static int get_features(struct udevice *dev, struct fpga_features *features) in get_features()
295 memset(features, 0, sizeof(struct fpga_features)); in get_features()
485 static int get_features(unsigned int fpga, struct fpga_features *features) in get_features()
514 memset(features, 0, sizeof(struct fpga_features)); in get_features()
516 FPGA_GET_REG(fpga, fpga_features, &raw_features); in get_features()
584 struct fpga_features features; in fpga_print_info()
/openbmc/u-boot/board/gdsys/mpc8308/
H A Dhrcon.c126 u16 fpga_features; in last_stage_init() local
130 FPGA_GET_REG(0, fpga_features, &fpga_features); in last_stage_init()
200 FPGA_GET_REG(k, fpga_features, &fpga_features); in last_stage_init()
/openbmc/u-boot/board/gdsys/a38x/
H A Dhydra.h5 u32 fpga_features; /* 0x000c */ member