Home
last modified time | relevance | path

Searched refs:kd (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dkgdb.c321 kgdb_data kd; in handle_exception() local
349 kgdb_enter(regs, &kd); in handle_exception()
357 *ptr++ = hexchars[kd.sigval >> 4]; in handle_exception()
358 *ptr++ = hexchars[kd.sigval & 0xf]; in handle_exception()
360 for (i = 0; i < kd.nregs; i++) { in handle_exception()
361 kgdb_reg *rp = &kd.regs[i]; in handle_exception()
398 remcomOutBuffer[1] = hexchars[kd.sigval >> 4]; in handle_exception()
399 remcomOutBuffer[2] = hexchars[kd.sigval & 0xf]; in handle_exception()
451 kd.extype = KGDBEXIT_KILL; in handle_exception()
461 kd.extype = KGDBEXIT_CONTINUE; in handle_exception()
[all …]
/rk3399_rockchip-uboot/arch/mips/mach-ath79/qca953x/
H A Dlowlevel_init.S32 #define MK_DPLL2(ki, kd) (DPLL2_KI(ki) | DPLL2_KD(kd) | DPLL2_PWD) argument
/rk3399_rockchip-uboot/doc/
H A DREADME.scrapyard216 flagadm powerpc mpc8xx aec6f8c5 2014-08-22 Kári Davíðsson <kd@flaga.is>