Lines Matching refs:debug_mode
39290 + *debug_mode:
39301 +static u32 debug_mode;
39499 + if (debug_mode & 0xf) {
39500 + have_space = have_space & (~(debug_mode & 1));
39501 + have_space = have_space & (~(debug_mode & 2));
39502 + have_space = have_space & (~(debug_mode & 4));
39503 + if (debug_mode & 8) {
39507 + debug_mode);
39603 + if (debug_mode & 0x20) {
39683 + if (debug_mode & 0x10)
39844 + if (debug_mode & 0x10) {
40013 + if (debug_mode & 0x10)
40058 + if (debug_mode & 0x20)
40092 + if (debug_mode & 0x20)
40276 + if (debug_mode & 0x20) {
40897 + if ((debug_mode & 0xf) == 0) { /*no debug memory mode. */
40906 + if (debug_mode & 0x8)
40908 + if (debug_mode & 0x1) {
40912 + if (debug_mode & 0x2)
40976 + if (debug_mode & 0x20)
41005 + if (debug_mode & 0x20)
41029 + if (debug_mode & 0x20)
41559 +//static CLASS_ATTR_RW(debug_mode);
41776 +module_param(debug_mode, uint, 0664);
41777 +MODULE_PARM_DESC(debug_mode, "\n debug module\n");