Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Drockchip_nand.c69 #define NAND_V6_BCH_REGION_S 0x5 macro
250 reg = (reg & (~(NAND_V6_BCH_REGION_M << NAND_V6_BCH_REGION_S))) | in rockchip_nand_pio_xfer_start()
251 (rknand->selected_bank << NAND_V6_BCH_REGION_S); in rockchip_nand_pio_xfer_start()
H A Drockchip_nand_spl.c68 #define NAND_V6_BCH_REGION_S 0x5 macro
144 reg = (reg & (~(NAND_V6_BCH_REGION_M << NAND_V6_BCH_REGION_S))); in rockchip_nand_pio_xfer_start()