Searched refs:command1 (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | tegra210_qspi.c | 70 u32 command1; /* 000:QSPI_COMMAND1 register */ member 151 setbits_le32(®s->command1, QSPI_CMD1_M_S | QSPI_CMD1_CS_SW_HW | in tegra210_qspi_claim_bus() 153 debug("%s: COMMAND1 = %08x\n", __func__, readl(®s->command1)); in tegra210_qspi_claim_bus() 179 clrbits_le32(&priv->regs->command1, QSPI_CMD1_CS_SW_VAL); in spi_cs_activate() 194 setbits_le32(&priv->regs->command1, QSPI_CMD1_CS_SW_VAL); in spi_cs_deactivate() 255 clrsetbits_le32(®s->command1, in tegra210_qspi_xfer() 278 setbits_le32(®s->command1, QSPI_CMD1_TX_EN); in tegra210_qspi_xfer() 282 setbits_le32(®s->command1, QSPI_CMD1_RX_EN); in tegra210_qspi_xfer() 287 clrsetbits_le32(®s->command1, in tegra210_qspi_xfer() 301 setbits_le32(®s->command1, QSPI_CMD1_GO); in tegra210_qspi_xfer()
|
| H A D | tegra114_spi.c | 73 u32 command1; /* 000:SPI_COMMAND1 register */ member 167 setbits_le32(&priv->regs->command1, SPI_CMD1_M_S | SPI_CMD1_CS_SW_HW | in tegra114_spi_probe() 169 debug("%s: COMMAND1 = %08x\n", __func__, readl(®s->command1)); in tegra114_spi_probe() 195 clrbits_le32(&priv->regs->command1, SPI_CMD1_CS_SW_VAL); in spi_cs_activate() 210 setbits_le32(&priv->regs->command1, SPI_CMD1_CS_SW_VAL); in spi_cs_deactivate() 247 clrsetbits_le32(®s->command1, SPI_CMD1_CS_SW_VAL, in tegra114_spi_xfer() 273 clrsetbits_le32(®s->command1, in tegra114_spi_xfer() 277 setbits_le32(®s->command1, SPI_CMD1_GO); in tegra114_spi_xfer()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-tegra114.c | 784 u32 command1, command2; in tegra_spi_setup_transfer_one() local 802 command1 = tspi->def_command1_reg; in tegra_spi_setup_transfer_one() 803 command1 |= SPI_BIT_LENGTH(bits_per_word - 1); in tegra_spi_setup_transfer_one() 805 command1 &= ~SPI_CONTROL_MODE_MASK; in tegra_spi_setup_transfer_one() 808 command1 |= SPI_CONTROL_MODE_0; in tegra_spi_setup_transfer_one() 810 command1 |= SPI_CONTROL_MODE_1; in tegra_spi_setup_transfer_one() 812 command1 |= SPI_CONTROL_MODE_2; in tegra_spi_setup_transfer_one() 814 command1 |= SPI_CONTROL_MODE_3; in tegra_spi_setup_transfer_one() 817 command1 |= SPI_LSBIT_FE; in tegra_spi_setup_transfer_one() 819 command1 &= ~SPI_LSBIT_FE; in tegra_spi_setup_transfer_one() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | buildstats.bbclass | 127 …ing host data at intervals failed. Set BB_LOG_HOST_STAT_CMDS_INTERVAL=\"command1 ; command2 ; ... … 135 …ecting host data on failure failed. Set BB_LOG_HOST_STAT_CMDS_FAILURE=\"command1 ; command2 ; ... …
|
| /OK3568_Linux_fs/kernel/drivers/w1/masters/ |
| H A D | ds2490.c | 157 u8 command1; member
|