Searched refs:oep (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/board/CZ.NIC/turris_omnia/ |
H A D | turris_omnia.c | 154 static bool omnia_read_eeprom(struct omnia_eeprom *oep) in omnia_read_eeprom() argument 171 ret = dm_i2c_read(dev, OMNIA_I2C_EEPROM_CONFIG_ADDR, (uchar *) oep, sizeof(struct omnia_eeprom)); in omnia_read_eeprom() 175 if (oep->magic != OMNIA_I2C_EEPROM_MAGIC) { in omnia_read_eeprom() 180 crc = crc32(0, (unsigned char *) oep, in omnia_read_eeprom() 182 if (crc == oep->crc) { in omnia_read_eeprom() 186 "calc=0x%04x saved=0x%04x\n", crc, oep->crc); in omnia_read_eeprom() 250 struct omnia_eeprom oep; in mv_ddr_topology_map_get() local 254 if(!omnia_read_eeprom(&oep)) in mv_ddr_topology_map_get() 257 printf("Memory config in EEPROM: 0x%02x\n", oep.ramsize); in mv_ddr_topology_map_get() 259 if (oep.ramsize == 0x2) in mv_ddr_topology_map_get() [all …]
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | fotg210.c | 90 setbits_le32(®s->oep[ep - 1], OEP_RESET); in ep_reset() 92 clrbits_le32(®s->oep[ep - 1], OEP_RESET); in ep_reset() 94 clrbits_le32(®s->oep[ep - 1], OEP_STALL); in ep_reset() 154 writel(CFG_EPX_MAX_PACKET_SIZE, ®s->oep[i]); in fotg210_reset() 410 setbits_le32(®s->oep[id - 1], OEP_STALL); in fotg210_setup() 687 setbits_le32(®s->oep[ep->id - 1], in fotg210_ep_halt() 695 clrbits_le32(®s->oep[ep->id - 1], in fotg210_ep_halt()
|
/openbmc/u-boot/include/usb/ |
H A D | fotg210.h | 55 uint32_t oep[8]; /* 0x180 - 0x19f: OUT Endpoint Register */ member
|
/openbmc/u-boot/doc/device-tree-bindings/video/ |
H A D | exynos-fb.txt | 27 samsung,vl-oep: Output Enable polarity
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | exynos4210-universal_c210.dts | 43 samsung,vl-oep = <0>;
|
H A D | exynos4210-trats.dts | 37 samsung,vl-oep = <0>;
|
H A D | exynos4412-trats2.dts | 56 samsung,vl-oep = <0>;
|