Lines Matching defs:stat
279 uint32_t stat;
287 stat = mmio_read_32((uintptr_t)&priv->ctl->stat);
288 operating_mode = stat & DDRCTRL_STAT_OPERATING_MODE_MASK;
289 selref_type = stat & DDRCTRL_STAT_SELFREF_TYPE_MASK;
290 VERBOSE("[0x%lx] stat = 0x%x\n",
291 (uintptr_t)&priv->ctl->stat, stat);
320 VERBOSE("[0x%lx] stat = 0x%x\n",
321 (uintptr_t)&priv->ctl->stat, stat);