Searched refs:SPI_CMD_REG (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/spi/
H A Dspi-mt65xx.c30 #define SPI_CMD_REG 0x0018 macro
274 /* set the software reset bit in SPI_CMD_REG. */
275 reg_val = readl(mdata->base + SPI_CMD_REG);
277 writel(reg_val, mdata->base + SPI_CMD_REG);
279 reg_val = readl(mdata->base + SPI_CMD_REG);
281 writel(reg_val, mdata->base + SPI_CMD_REG);
362 reg_val = readl(mdata->base + SPI_CMD_REG);
421 writel(reg_val, mdata->base + SPI_CMD_REG);
431 reg_val = readl(mdata->base + SPI_CMD_REG);
435 writel(reg_val, mdata->base + SPI_CMD_REG);
[all...]
/linux-master/drivers/scsi/mvsas/
H A Dmv_64xx.h129 #define SPI_CMD_REG 0xc4 macro

Completed in 107 milliseconds