Home
last modified time | relevance | path

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

/openbmc/linux/drivers/memory/
H A Dstm32-fmc2-ebi.c34 #define FMC2_BCR_MWID GENMASK(5, 4) macro
536 val = FIELD_PREP(FMC2_BCR_MWID, FMC2_BCR_MWID_8); in stm32_fmc2_ebi_set_buswidth()
539 val = FIELD_PREP(FMC2_BCR_MWID, FMC2_BCR_MWID_16); in stm32_fmc2_ebi_set_buswidth()
546 regmap_update_bits(ebi->regmap, FMC2_BCR(cs), FMC2_BCR_MWID, val); in stm32_fmc2_ebi_set_buswidth()