Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dmxic_nand.c66 #define SS_CTRL(s) (0x30 + ((s) * 4)) macro
409 OP_CMD_BYTES(0), nfc->regs + SS_CTRL(0)); in mxic_nfc_exec_op()
419 nfc->regs + SS_CTRL(0)); in mxic_nfc_exec_op()
428 OP_READ, nfc->regs + SS_CTRL(0)); in mxic_nfc_exec_op()
438 nfc->regs + SS_CTRL(0)); in mxic_nfc_exec_op()
/kernel/linux/linux-5.10/drivers/spi/
Dspi-mxic.c65 #define SS_CTRL(s) (0x30 + ((s) * 4)) macro
388 writel(ss_ctrl, mxic->regs + SS_CTRL(mem->spi->chip_select)); in mxic_spi_mem_exec_op()
479 mxic->regs + SS_CTRL(0)); in mxic_spi_transfer_one()
/kernel/linux/linux-5.10/drivers/media/i2c/
Dov2640.c139 #define SS_CTRL 0xF8 /* SCCB Slave Control */ macro