Home
last modified time | relevance | path

Searched refs:rkflash_debug (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Drkflash_debug.c12 static unsigned int rkflash_debug; variable
18 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");
H A DMakefile3 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…
/OK3568_Linux_fs/u-boot/drivers/rkflash/
H A Drkflash_debug.c14 static unsigned int rkflash_debug; variable
20 if (rkflash_debug & PRINT_BIT_CON_IO) { in rkflash_print_dio()
38 if (rkflash_debug & PRINT_BIT_BLK_IO) { in rkflash_print_bio()
H A DMakefile7 obj-y += rkflash_blk.o rkflash_debug.o