Searched refs:marvell_nfc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | marvell_nand.c | 381 * struct marvell_nfc - stores Marvell NAND controller information 398 struct marvell_nfc { struct 416 static inline struct marvell_nfc *to_marvell_nfc(struct nand_controller *ctrl) in to_marvell_nfc() 418 return container_of(ctrl, struct marvell_nfc, controller); in to_marvell_nfc() 508 static void marvell_nfc_disable_int(struct marvell_nfc *nfc, u32 int_mask) in marvell_nfc_disable_int() 517 static void marvell_nfc_enable_int(struct marvell_nfc *nfc, u32 int_mask) in marvell_nfc_enable_int() 526 static u32 marvell_nfc_clear_int(struct marvell_nfc *nfc, u32 int_mask) in marvell_nfc_clear_int() 539 struct marvell_nfc *nfc = to_marvell_nfc(chip->controller); in marvell_nfc_force_byte_access() 563 struct marvell_nfc *nfc = to_marvell_nfc(chip->controller); in marvell_nfc_wait_ndrun() 601 struct marvell_nfc *nf in marvell_nfc_prepare_cmd() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | marvell_nand.c | 389 * struct marvell_nfc - stores Marvell NAND controller information 406 struct marvell_nfc { struct 424 static inline struct marvell_nfc *to_marvell_nfc(struct nand_controller *ctrl) in to_marvell_nfc() 426 return container_of(ctrl, struct marvell_nfc, controller); in to_marvell_nfc() 516 static void marvell_nfc_disable_int(struct marvell_nfc *nfc, u32 int_mask) in marvell_nfc_disable_int() 525 static void marvell_nfc_enable_int(struct marvell_nfc *nfc, u32 int_mask) in marvell_nfc_enable_int() 534 static u32 marvell_nfc_clear_int(struct marvell_nfc *nfc, u32 int_mask) in marvell_nfc_clear_int() 547 struct marvell_nfc *nfc = to_marvell_nfc(chip->controller); in marvell_nfc_force_byte_access() 571 struct marvell_nfc *nfc = to_marvell_nfc(chip->controller); in marvell_nfc_wait_ndrun() 609 struct marvell_nfc *nf in marvell_nfc_prepare_cmd() [all...] |
Completed in 5 milliseconds