Home
last modified time | relevance | path

Searched refs:SS_CTRL (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/mtd/nand/raw/
Dmxic_nand.c66 #define SS_CTRL(s) (0x30 + ((s) * 4)) macro
406 OP_CMD_BYTES(0), nfc->regs + SS_CTRL(0)); in mxic_nfc_exec_op()
416 nfc->regs + SS_CTRL(0)); in mxic_nfc_exec_op()
425 OP_READ, nfc->regs + SS_CTRL(0)); in mxic_nfc_exec_op()
435 nfc->regs + SS_CTRL(0)); in mxic_nfc_exec_op()
/Linux-v5.4/drivers/spi/
Dspi-mxic.c65 #define SS_CTRL(s) (0x30 + ((s) * 4)) macro
391 writel(ss_ctrl, mxic->regs + SS_CTRL(mem->spi->chip_select)); in mxic_spi_mem_exec_op()
482 mxic->regs + SS_CTRL(0)); in mxic_spi_transfer_one()
/Linux-v5.4/drivers/media/i2c/
Dov2640.c139 #define SS_CTRL 0xF8 /* SCCB Slave Control */ macro