Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/atmel/
H A Dnand-controller.c79 #define ATMEL_HSMC_NFC_CFG_PAGESIZE(x) (fls((x) / 512) - 1) macro
555 u32 cfg = ATMEL_HSMC_NFC_CFG_PAGESIZE(mtd->writesize) | in atmel_hsmc_nand_select_target()