Lines Matching +full:0 +full:x01

50 #define PDI_END		0x00000000	/* End of PDA */
51 #define BLOCK_END 0xFFFFFFFF /* Last image block */
52 #define TEXT_END 0x1A /* End of text header */
160 * field where PDR has length. The type can be 0 or 1. in hermes_find_pdr()
206 return 0; in hermes_plug_pdi()
215 return 0; in hermes_plug_pdi()
247 return 0; in hermes_apply_pda()
257 int total_len = 0; in hermes_blocks_length()
282 int err = 0; in hermes_program()
295 "to address 0x%08x\n", blklen, blkaddr); in hermes_program()
330 DEFINE_DEFAULT_PDR(0x0005, 10, "\x00\x00\x06\x00\x01\x00\x01\x00\x01\x00");
333 DEFINE_DEFAULT_PDR(0x0108, 4, "\x00\x00\x00\x00");
336 DEFINE_DEFAULT_PDR(0x0109, 10, "\x00\x00\x00\x00\x03\x00\x00\x00\x00\x00");
339 DEFINE_DEFAULT_PDR(0x0150, 2, "\x00\x3F");
342 DEFINE_DEFAULT_PDR(0x0160, 28,
349 DEFINE_DEFAULT_PDR(0x0161, 256,
350 "\x3F\x01\x3F\01\x3F\x01\x3F\x01"
351 "\x3F\x01\x3F\01\x3F\x01\x3F\x01"
352 "\x3F\x01\x3F\01\x3F\x01\x3F\x01"
353 "\x3F\x01\x3F\01\x3F\x01\x3F\x01"
354 "\x3F\x01\x3E\01\x3E\x01\x3D\x01"
355 "\x3D\x01\x3C\01\x3C\x01\x3B\x01"
356 "\x3B\x01\x3A\01\x3A\x01\x39\x01"
357 "\x39\x01\x38\01\x38\x01\x37\x01"
358 "\x37\x01\x36\01\x36\x01\x35\x01"
359 "\x35\x01\x34\01\x34\x01\x33\x01"
360 "\x33\x01\x32\x01\x32\x01\x31\x01"
361 "\x31\x01\x30\x01\x30\x01\x7B\x01"
362 "\x7B\x01\x7A\x01\x7A\x01\x79\x01"
363 "\x79\x01\x78\x01\x78\x01\x77\x01"
364 "\x77\x01\x76\x01\x76\x01\x75\x01"
365 "\x75\x01\x74\x01\x74\x01\x73\x01"
366 "\x73\x01\x72\x01\x72\x01\x71\x01"
367 "\x71\x01\x70\x01\x70\x01\x68\x01"
368 "\x68\x01\x67\x01\x67\x01\x66\x01"
369 "\x66\x01\x65\x01\x65\x01\x57\x01"
370 "\x57\x01\x56\x01\x56\x01\x55\x01"
371 "\x55\x01\x54\x01\x54\x01\x53\x01"
372 "\x53\x01\x52\x01\x52\x01\x51\x01"
373 "\x51\x01\x50\x01\x50\x01\x48\x01"
374 "\x48\x01\x47\x01\x47\x01\x46\x01"
375 "\x46\x01\x45\x01\x45\x01\x44\x01"
376 "\x44\x01\x43\x01\x43\x01\x42\x01"
377 "\x42\x01\x41\x01\x41\x01\x40\x01"
378 "\x40\x01\x40\x01\x40\x01\x40\x01"
379 "\x40\x01\x40\x01\x40\x01\x40\x01"
380 "\x40\x01\x40\x01\x40\x01\x40\x01"
381 "\x40\x01\x40\x01\x40\x01\x40\x01");
411 * field where PDR has length. The type can be 0 or 1. in hermes_apply_pda_with_defaults()
419 pr_debug(PFX "Found record 0x%04x at %p\n", in hermes_apply_pda_with_defaults()
423 case 0x110: /* Modem REFDAC values */ in hermes_apply_pda_with_defaults()
424 case 0x120: /* Modem VGDAC values */ in hermes_apply_pda_with_defaults()
431 "Using outdoor record 0x%04x at %p\n", in hermes_apply_pda_with_defaults()
435 case 0x5: /* HWIF Compatibility */ in hermes_apply_pda_with_defaults()
436 default_pdi = (struct pdi *) &DEFAULT_PDR(0x0005); in hermes_apply_pda_with_defaults()
438 case 0x108: /* PPPPSign */ in hermes_apply_pda_with_defaults()
439 default_pdi = (struct pdi *) &DEFAULT_PDR(0x0108); in hermes_apply_pda_with_defaults()
441 case 0x109: /* PPPPProf */ in hermes_apply_pda_with_defaults()
442 default_pdi = (struct pdi *) &DEFAULT_PDR(0x0109); in hermes_apply_pda_with_defaults()
444 case 0x150: /* Antenna diversity */ in hermes_apply_pda_with_defaults()
445 default_pdi = (struct pdi *) &DEFAULT_PDR(0x0150); in hermes_apply_pda_with_defaults()
447 case 0x160: /* Modem VCO band Set-up */ in hermes_apply_pda_with_defaults()
448 default_pdi = (struct pdi *) &DEFAULT_PDR(0x0160); in hermes_apply_pda_with_defaults()
450 case 0x161: /* Modem Rx Gain Table Values */ in hermes_apply_pda_with_defaults()
451 default_pdi = (struct pdi *) &DEFAULT_PDR(0x0161); in hermes_apply_pda_with_defaults()
460 pr_debug(PFX "Using default record 0x%04x at %p\n", in hermes_apply_pda_with_defaults()
476 return 0; in hermes_apply_pda_with_defaults()