Searched refs:rkflash_debug (Results 1 – 4 of 4) sorted by relevance
12 static unsigned int rkflash_debug; variable18 if (rkflash_debug & PRINT_BIT_CON_IO) { in rkflash_print_dio()36 if (rkflash_debug & PRINT_BIT_BLK_IO) { in rkflash_print_bio()96 rkflash_debug = 0; in set_val()98 rkflash_debug |= PRINT_BIT_BLK_IO; in set_val()100 rkflash_debug |= PRINT_BIT_CON_IO; in set_val()103 rkflash_debug = 0; in set_val()115 module_param_cb(rkflash_debug, &rkflash_debug_param_ops, &rkflash_debug, 0644);116 MODULE_PARM_DESC(rkflash_debug, "config rkflash_debug module");
3 obj-$(CONFIG_RK_NANDC_NAND) += rkflash_blk.o rkflash_debug.o rknandc_base.o nand_boot.o flash.o nan…4 obj-$(CONFIG_RK_SFC_NAND) += rkflash_blk.o rkflash_debug.o rksfc_base.o sfc_nand_boot.o sfc_nand.o …6 obj-$(CONFIG_RK_SFC_NOR) += rkflash_blk.o rkflash_debug.o rksfc_base.o sfc_nor_boot.o sfc_nor.o sfc…
14 static unsigned int rkflash_debug; variable20 if (rkflash_debug & PRINT_BIT_CON_IO) { in rkflash_print_dio()38 if (rkflash_debug & PRINT_BIT_BLK_IO) { in rkflash_print_bio()
7 obj-y += rkflash_blk.o rkflash_debug.o