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

  /external/u-boot/drivers/usb/gadget/
fotg210.c 126 writel(0, &regs->gisr);
838 uint32_t id, st, isr, gisr; local
841 gisr = readl(&regs->gisr) & (~readl(&regs->gimr));
842 if (!(isr & ISR_DEV) || !gisr)
848 if (gisr & GISR_GRP0) {
872 if (gisr & GISR_GRP1) {
881 if (gisr & GISR_GRP2) {
  /external/u-boot/include/usb/
fotg210.h 46 uint32_t gisr; /* 0x140: Group Interrupt Status Register */ member in struct:fotg210_regs

Completed in 182 milliseconds