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

  /external/u-boot/arch/x86/include/asm/
irq.h 25 struct pirq_regmap { struct
51 struct pirq_regmap *regmap;
  /external/u-boot/arch/x86/cpu/
irq.c 31 struct pirq_regmap *map = priv->regmap;
60 struct pirq_regmap *map = priv->regmap;
152 struct pirq_regmap *map;
189 if (len % sizeof(struct pirq_regmap))
192 count = len / sizeof(struct pirq_regmap);
199 priv->regmap = calloc(count, sizeof(struct pirq_regmap));
209 cell += sizeof(struct pirq_regmap) / sizeof(u32);

Completed in 1079 milliseconds