Lines Matching defs:command
179 u32 command;
182 command = readl(bus->base + ASPEED_I2C_CMD_REG);
184 if (command & ASPEED_I2CD_SDA_LINE_STS) {
186 if (command & ASPEED_I2CD_SCL_LINE_STS)
189 command);
210 command);
246 u32 command, irq_handled = 0;
256 * command and the start/address phase of the following command that the
292 command = readl(bus->base + ASPEED_I2C_CMD_REG);
294 irq_status, command);
358 u32 command = ASPEED_I2CD_M_START_CMD | ASPEED_I2CD_M_TX_CMD;
366 * command when the bus comes back to the idle state.
378 command |= ASPEED_I2CD_M_RX_CMD;
381 command |= ASPEED_I2CD_M_S_RX_CMD_LAST;
385 writel(command, bus->base + ASPEED_I2C_CMD_REG);
421 u32 irq_handled = 0, command = 0;
434 * should clear the command queue effectively taking us back to the
475 * master command, clear the queued master command and change
477 * cases, it uses S/W solution instead of H/W command queue
564 command = ASPEED_I2CD_M_RX_CMD;
566 command |= ASPEED_I2CD_M_S_RX_CMD_LAST;
567 writel(command, bus->base + ASPEED_I2C_CMD_REG);
650 * Start a pending master command at here if a slave operation is
725 * master command.