Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/memory/
Drenesas-rpc-if.c505 u32 smenr, smcr, pos = 0, max = rpc->bus_size == 2 ? 8 : 4; in rpcif_manual_xfer() local
521 smenr = rpc->enable; in rpcif_manual_xfer()
536 smenr |= RPCIF_SMENR_SPIDE(rpcif_bits_set(rpc, nbytes)); in rpcif_manual_xfer()
537 regmap_write(rpc->regmap, RPCIF_SMENR, smenr); in rpcif_manual_xfer()
551 smenr = rpc->enable & in rpcif_manual_xfer()
562 if (!(smenr & RPCIF_SMENR_ADE(0xF)) && rpc->dirmap) { in rpcif_manual_xfer()
574 smenr & ~RPCIF_SMENR_SPIDE(0xF)); in rpcif_manual_xfer()
592 smenr &= ~RPCIF_SMENR_SPIDE(0xF); in rpcif_manual_xfer()
593 smenr |= RPCIF_SMENR_SPIDE(rpcif_bits_set(rpc, nbytes)); in rpcif_manual_xfer()
594 regmap_write(rpc->regmap, RPCIF_SMENR, smenr); in rpcif_manual_xfer()