Home
last modified time | relevance | path

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

/linux/include/linux/mtd/
H A Dndfc.h33 #define NDFC_CCR_BS(x) (((x) & 0x3) << 24) /* Select Bank on CE[x] */ macro
/linux/drivers/mtd/nand/raw/
H A Dndfc.c50 ccr |= NDFC_CCR_BS(chip + ndfc->chip_select); in ndfc_select_chip()
219 ccr = NDFC_CCR_BS(ndfc->chip_select); in ndfc_probe()