Searched refs:vf610_nfc_set (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | vf610_nfc.c | 183 static inline void vf610_nfc_set(struct vf610_nfc *nfc, uint reg, u32 bits) in vf610_nfc_set() function 300 vf610_nfc_set(nfc, NFC_IRQ_STATUS, IDLE_EN_BIT); in vf610_nfc_done() 301 vf610_nfc_set(nfc, NFC_FLASH_CMD2, START_BIT); in vf610_nfc_done() 456 vf610_nfc_set(nfc, NFC_FLASH_CONFIG, CONFIG_16BIT); in vf610_nfc_cmd() 715 vf610_nfc_set(nfc, NFC_FLASH_CONFIG, CONFIG_FAST_FLASH_BIT); in vf610_nfc_preinit_controller() 726 vf610_nfc_set(nfc, NFC_FLASH_CONFIG, CONFIG_16BIT); in vf610_nfc_init_controller() 738 vf610_nfc_set(nfc, NFC_FLASH_CONFIG, CONFIG_ECC_SRAM_REQ_BIT); in vf610_nfc_init_controller()
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | vf610_nfc.c | 211 static inline void vf610_nfc_set(struct mtd_info *mtd, uint reg, u32 bits) in vf610_nfc_set() function 263 vf610_nfc_set(mtd, NFC_FLASH_CMD2, START_BIT); in vf610_nfc_done() 682 vf610_nfc_set(mtd, NFC_FLASH_CONFIG, CONFIG_FAST_FLASH_BIT); in vf610_nfc_nand_init() 695 vf610_nfc_set(mtd, NFC_FLASH_CONFIG, CONFIG_16BIT); in vf610_nfc_nand_init() 750 vf610_nfc_set(mtd, NFC_FLASH_CONFIG, CONFIG_ECC_SRAM_REQ_BIT); in vf610_nfc_nand_init()
|