Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dsm_common.c188 struct nand_flash_dev *flash_ids; in sm_register_device() local
195 flash_ids = smartmedia ? nand_smartmedia_flash_ids : nand_xd_flash_ids; in sm_register_device()
196 ret = nand_scan_with_ids(chip, 1, flash_ids); in sm_register_device()