Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/cadence/nand/
H A Dcdns_nand.c118 reg |= (CNF_INT_DIS << CNF_CMDREG0_INTR); in cdns_nand_set_feature()
140 reg |= (CNF_INT_DIS << CNF_CMDREG0_INTR); in cdns_nand_reset()
338 reg |= (CNF_INT_DIS << CNF_CMDREG0_INTR); in cdns_nand_erase()
400 reg |= (CNF_INT_DIS << CNF_CMDREG0_INTR); in cdns_nand_read_page()
/rk3399_ARM-atf/include/drivers/cadence/
H A Dcdns_nand.h70 #define CNF_INT_DIS 0U macro