Searched refs:cmd_sts (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/net/
H A Dmvgbe.c401 p_rx_desc->cmd_sts =
512 u32 cmd_sts; local
527 p_txdesc->cmd_sts = MVGBE_ZERO_PADDING | MVGBE_GEN_CRC;
528 p_txdesc->cmd_sts |= MVGBE_TX_FIRST_DESC | MVGBE_TX_LAST_DESC;
529 p_txdesc->cmd_sts |= MVGBE_BUFFER_OWNED_BY_DMA;
530 p_txdesc->cmd_sts |= MVGBE_TX_EN_INTERRUPT;
547 cmd_sts = readl(&p_txdesc->cmd_sts);
548 while (cmd_sts & MVGBE_BUFFER_OWNED_BY_DMA) {
550 if ((cmd_sts
564 u32 cmd_sts; local
[all...]
H A Dmvgbe.h457 u32 cmd_sts; /* Descriptor command status */ member in struct:mvgbe_rxdesc
465 u32 cmd_sts; /* Descriptor command status */ member in struct:mvgbe_txdesc
/u-boot/drivers/i2c/
H A Dast2600_i2c.c43 writel(cmd, &priv->regs->cmd_sts);
72 writel(cmd, &priv->regs->cmd_sts);
96 writel(cmd, &priv->regs->cmd_sts);
115 u32 csr = readl(&priv->regs->cmd_sts);
126 csr = readl(&priv->regs->cmd_sts);
131 writel(I2CM_RECOVER_CMD_EN, &priv->regs->cmd_sts);
H A Dast2600_i2c.h15 u32 cmd_sts; member in struct:ast2600_i2c_regs

Completed in 55 milliseconds