Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/cadence/nand/
H A Dcdns_nand.c117 reg |= (CNF_DEF_VOL_ID << CNF_CMDREG0_VOL); in cdns_nand_set_feature()
139 reg |= (CNF_DEF_VOL_ID << CNF_CMDREG0_VOL); in cdns_nand_reset()
337 reg |= (CNF_DEF_VOL_ID << CNF_CMDREG0_VOL); in cdns_nand_erase()
399 reg |= (CNF_DEF_VOL_ID << CNF_CMDREG0_VOL); in cdns_nand_read_page()
/rk3399_ARM-atf/include/drivers/cadence/
H A Dcdns_nand.h45 #define CNF_DEF_VOL_ID 0 macro