HomeSort by relevance Sort by last modified time
    Searched refs:oep (Results 1 - 3 of 3) sorted by null

  /external/u-boot/board/CZ.NIC/turris_omnia/
turris_omnia.c 154 static bool omnia_read_eeprom(struct omnia_eeprom *oep)
171 ret = dm_i2c_read(dev, OMNIA_I2C_EEPROM_CONFIG_ADDR, (uchar *) oep, sizeof(struct omnia_eeprom));
175 if (oep->magic != OMNIA_I2C_EEPROM_MAGIC) {
180 crc = crc32(0, (unsigned char *) oep,
182 if (crc == oep->crc) {
186 "calc=0x%04x saved=0x%04x\n", crc, oep->crc);
250 struct omnia_eeprom oep; local
254 if(!omnia_read_eeprom(&oep))
257 printf("Memory config in EEPROM: 0x%02x\n", oep.ramsize);
259 if (oep.ramsize == 0x2
285 struct omnia_eeprom oep; local
    [all...]
  /external/u-boot/drivers/usb/gadget/
fotg210.c 90 setbits_le32(&regs->oep[ep - 1], OEP_RESET);
92 clrbits_le32(&regs->oep[ep - 1], OEP_RESET);
94 clrbits_le32(&regs->oep[ep - 1], OEP_STALL);
154 writel(CFG_EPX_MAX_PACKET_SIZE, &regs->oep[i]);
410 setbits_le32(&regs->oep[id - 1], OEP_STALL);
687 setbits_le32(&regs->oep[ep->id - 1],
695 clrbits_le32(&regs->oep[ep->id - 1],
  /external/u-boot/include/usb/
fotg210.h 55 uint32_t oep[8]; /* 0x180 - 0x19f: OUT Endpoint Register */ member in struct:fotg210_regs

Completed in 510 milliseconds