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

  /external/ltp/testcases/kernel/ipc/semaphore/
sem01.c 111 int chstat; local
146 waitpid(pid, &chstat, 0);
147 if (!WIFEXITED(chstat)) {
  /external/u-boot/drivers/spi/
omap3_spi.c 88 unsigned int chstat; /* 0x30, 0x44, 0x58, 0x6C */ member in struct:mcspi_channel
156 while (!(readl(&priv->regs->channel[priv->cs].chstat) &
160 readl(&priv->regs->channel[priv->cs].chstat));
175 while ((readl(&priv->regs->channel[priv->cs].chstat) &
213 while (!(readl(&priv->regs->channel[priv->cs].chstat) &
217 readl(&priv->regs->channel[priv->cs].chstat));
266 while (!(readl(&priv->regs->channel[priv->cs].chstat) &
270 readl(&priv->regs->channel[priv->cs].chstat));
285 while (!(readl(&priv->regs->channel[priv->cs].chstat) &
289 readl(&priv->regs->channel[priv->cs].chstat));
    [all...]

Completed in 300 milliseconds