Lines Matching defs:command
177 u32 command;
180 command = readl(bus->base + ASPEED_I2C_CMD_REG);
182 if (command & ASPEED_I2CD_SDA_LINE_STS) {
184 if (command & ASPEED_I2CD_SCL_LINE_STS)
187 command);
208 command);
244 u32 command, irq_handled = 0;
255 * command and the start/address phase of the following command that the
291 command = readl(bus->base + ASPEED_I2C_CMD_REG);
293 irq_status, command);
363 u32 command = ASPEED_I2CD_M_START_CMD | ASPEED_I2CD_M_TX_CMD;
371 * command when the bus comes back to the idle state.
383 command |= ASPEED_I2CD_M_RX_CMD;
386 command |= ASPEED_I2CD_M_S_RX_CMD_LAST;
390 writel(command, bus->base + ASPEED_I2C_CMD_REG);
426 u32 irq_handled = 0, command = 0;
439 * should clear the command queue effectively taking us back to the
480 * master command, clear the queued master command and change
482 * cases, it uses S/W solution instead of H/W command queue
569 command = ASPEED_I2CD_M_RX_CMD;
571 command |= ASPEED_I2CD_M_S_RX_CMD_LAST;
572 writel(command, bus->base + ASPEED_I2C_CMD_REG);
655 * Start a pending master command at here if a slave operation is
730 * master command.