/openbmc/linux/arch/alpha/math-emu/ |
H A D | math.c | 107 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in alpha_fp_emul() 167 FP_UNPACK_RAW_DP(DB, &vb); in alpha_fp_emul() 173 if (!DB_e && !_FP_FRAC_ZEROP_1(DB)) { in alpha_fp_emul() 176 _FP_FRAC_SET_1(DB, _FP_ZEROFRAC_1); in alpha_fp_emul() 178 FP_CMP_D(res, DA, DB, 3); in alpha_fp_emul() 185 || FP_ISSIGNAN_D(DB))) { in alpha_fp_emul() 198 FP_UNPACK_DP(DB, &vb); in alpha_fp_emul() 202 FP_SUB_D(DR, DA, DB); in alpha_fp_emul() 206 FP_ADD_D(DR, DA, DB); in alpha_fp_emul() 210 FP_MUL_D(DR, DA, DB); in alpha_fp_emul() [all …]
|
/openbmc/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 287 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in do_one_mathemu() 393 case 6: FP_UNPACK_DP (DB, rs2); break; in do_one_mathemu() 429 case FADDD: FP_ADD_D (DR, DA, DB); break; in do_one_mathemu() 433 case FSUBD: FP_SUB_D (DR, DA, DB); break; in do_one_mathemu() 438 FP_CONV (D, S, 2, 1, DB, SB); in do_one_mathemu() 439 case FMULD: FP_MUL_D (DR, DA, DB); break; in do_one_mathemu() 441 FP_CONV (Q, D, 4, 2, QB, DB); in do_one_mathemu() 445 case FDIVD: FP_DIV_D (DR, DA, DB); break; in do_one_mathemu() 449 case FSQRTD: FP_SQRT_D (DR, DB); break; in do_one_mathemu() 457 case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break; in do_one_mathemu() [all …]
|
H A D | math_64.c | 182 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in do_mathemu() 406 case 6: FP_UNPACK_DP (DB, rs2); break; in do_mathemu() 434 case FADDD: FP_ADD_D (DR, DA, DB); break; in do_mathemu() 438 case FSUBD: FP_SUB_D (DR, DA, DB); break; in do_mathemu() 443 FP_CONV (D, S, 1, 1, DB, SB); in do_mathemu() 444 case FMULD: FP_MUL_D (DR, DA, DB); break; in do_mathemu() 446 FP_CONV (Q, D, 2, 1, QB, DB); in do_mathemu() 450 case FDIVD: FP_DIV_D (DR, DA, DB); break; in do_mathemu() 454 case FSQRTD: FP_SQRT_D (DR, DB); break; in do_mathemu() 462 case FDTOI: FP_TO_INT_D (IR, DB, 32, 1); break; in do_mathemu() [all …]
|
/openbmc/u-boot/drivers/ddr/marvell/a38x/ |
H A D | xor.c | 12 #define DB(x) x macro 14 #define DB(x) macro 248 DB(printf("%s: ERR. Invalid chan num %d\n", __func__, chan)); in mv_xor_state_get() 296 DB(printf("%s: ERR. Invalid chan num %d\n", __func__, chan)); in mv_xor_command_set() 334 DB(printf("%s: ERR. Illegal command\n", __func__)); in mv_xor_command_set() 404 DB(printf("%s: ERR. Invalid chan num %d\n", __func__, chan)); in mv_xor_transfer() 408 DB(printf("%s: ERR. Channel is already active\n", __func__)); in mv_xor_transfer() 412 DB(printf("%s: ERR. xor_chain_ptr is NULL pointer\n", __func__)); in mv_xor_transfer() 423 DB(printf("%s: ERR. Invalid chain pointer (bits [5:0] must be cleared)\n", in mv_xor_transfer() 432 DB(printf("%s: ERR. Invalid chain pointer (bits [4:0] must be cleared)\n", in mv_xor_transfer() [all …]
|
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/ |
H A D | seq_exec.c | 18 #define DB(x) x macro 20 #define DB(x) macro 144 DB(printf("\n### mv_seq_exec ###\n")); in mv_seq_exec() 145 DB(printf("seq id: %d\n", seq_id)); in mv_seq_exec() 157 DB(printf("seq_size: %d\n", seq_size)); in mv_seq_exec() 158 DB(printf("data_arr_idx: %d\n", data_arr_idx)); in mv_seq_exec()
|
/openbmc/u-boot/drivers/bios_emulator/ |
H A D | besys.c | 91 DB(printf("BE_memaddr: address %#lx may be invalid!\n", in BE_memaddr() 100 DB(printf("BE_memaddr: System BIOS address %#lx\n", in BE_memaddr() 583 DB(printf("Can not interept TIMER port now!\n");) in BE_inb() 585 DB(printf("Can not interept SPEAKER port now!\n");) in BE_inb() 587 DB(printf("Can not interept CMOS port now!\n");) in BE_inb() 591 DB(printf("WARN: INVALID inb.%04X -> %02X\n", (u16) port, val);) in BE_inb() 624 DB(printf("WARN: Maybe INVALID inw.%04X -> %04X\n", (u16) port, val);) in BE_inw() 685 DB(printf("Can not interept TIMER port now!\n");) in BE_outb() 687 DB(printf("Can not interept SPEAKER port now!\n");) in BE_outb() 689 DB(printf("Can not interept CMOS port now!\n");) in BE_outb() [all …]
|
/openbmc/u-boot/drivers/bios_emulator/x86emu/ |
H A D | sys.c | 144 DB(if (DEBUG_IO_TRACE()) in p_inb() 159 DB(if (DEBUG_IO_TRACE()) in p_inw() 174 DB(if (DEBUG_IO_TRACE()) in p_inl() 188 DB(if (DEBUG_IO_TRACE()) in p_outb() 202 DB(if (DEBUG_IO_TRACE()) in p_outw() 216 DB(if (DEBUG_IO_TRACE()) in p_outl()
|
H A D | decode.c | 95 DB(x86emu_end_instr();) in X86EMU_exec() 98 DB( if (CHECK_IP_FETCH()) in X86EMU_exec() 105 DB( if (M.x86.R_SP != 0) { in X86EMU_exec() 157 DB( if (CHECK_IP_FETCH()) in fetch_decode_modrm() 180 DB( if (CHECK_IP_FETCH()) in fetch_byte_imm() 201 DB( if (CHECK_IP_FETCH()) in fetch_word_imm() 223 DB( if (CHECK_IP_FETCH()) in fetch_long_imm()
|
/openbmc/linux/drivers/scsi/ |
H A D | wd33c93.c | 313 DB(DB_QUEUE_COMMAND, in wd33c93_queuecommand_lck() 393 DB(DB_QUEUE_COMMAND, printk(")Q ")) in wd33c93_queuecommand_lck() 420 DB(DB_EXECUTE, printk("EX(")) in DEF_SCSI_QCMD() 422 DB(DB_EXECUTE, printk(")EX-0 ")) in DEF_SCSI_QCMD() 444 DB(DB_EXECUTE, printk(")EX-1 ")) in DEF_SCSI_QCMD() 620 DB(DB_EXECUTE, in DEF_SCSI_QCMD() 630 DB(DB_TRANSFER, in transfer_pio() 759 DB(DB_INTR, printk("{%02x:%02x-", asr, sr)) in wd33c93_intr() 776 DB(DB_TRANSFER, in wd33c93_intr() 783 DB(DB_TRANSFER, in wd33c93_intr() [all …]
|
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | math_efp.c | 288 FP_DECL_D(DB); in do_spe_mathemu() 290 FP_UNPACK_DP(DB, vb.dp); in do_spe_mathemu() 295 FP_CONV(S, D, 1, 2, SR, DB); in do_spe_mathemu() 345 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in do_spe_mathemu() 353 FP_UNPACK_DP(DB, vb.dp); in do_spe_mathemu() 379 FP_ADD_D(DR, DA, DB); in do_spe_mathemu() 383 FP_SUB_D(DR, DA, DB); in do_spe_mathemu() 387 FP_MUL_D(DR, DA, DB); in do_spe_mathemu() 391 FP_DIV_D(DR, DA, DB); in do_spe_mathemu() 413 FP_TO_INT_ROUND_D(vc.wp[1], DB, 32, in do_spe_mathemu() [all …]
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-db-88f6281.dts | 3 * Marvell DB-88F6281-BP Development Board Setup 16 model = "Marvell DB-88F6281-BP Development Board";
|
H A D | kirkwood-db-88f6282.dts | 3 * Marvell DB-88F6282-BP Development Board Setup 16 model = "Marvell DB-88F6282-BP Development Board";
|
H A D | armada-370-db.dts | 4 * (DB-88F6710-BP-DDR3) 92 * "DB-88F6710_MPP_2xRGMII_DEVICE_Jumper" to a 94 * "DB-88F6710_MPP_RGMII_SD_Jumper". 113 simple-audio-card,name = "Armada 370 DB Audio";
|
/openbmc/linux/arch/arm64/boot/dts/marvell/ |
H A D | cn9131-db.dts | 5 * Device tree for the CN9131-DB board. 11 model = "Marvell Armada CN9131-DB setup A";
|
H A D | cn9130-db.dts | 5 * Device tree for the CN9130-DB board. 11 model = "Marvell Armada CN9130-DB setup A";
|
H A D | cn9132-db-B.dts | 5 * Device tree for the CN9132-DB board. 11 model = "Marvell Armada CN9132-DB setup B";
|
H A D | cn9132-db.dts | 5 * Device tree for the CN9132-DB board. 11 model = "Marvell Armada CN9132-DB setup A";
|
H A D | cn9130-db-B.dts | 5 * Device tree for the CN9130-DB board (setup "B"). 11 model = "Marvell Armada CN9130-DB setup B";
|
H A D | cn9131-db-B.dts | 5 * Device tree for the CN9131-DB board (setup "B"). 11 model = "Marvell Armada CN9131-DB setup B";
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | armada-370db-audio.txt | 1 Device Tree bindings for the Armada 370 DB audio 5 found on the Armada 370 DB platform.
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libmaxminddb/ |
H A D | libmaxminddb_1.4.3.bb | 1 SUMMARY = "C library for the MaxMind DB file format" 2 DESCRIPTION = "The libmaxminddb library provides a C library for reading MaxMind DB files, \
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | buslock.rst | 37 #DB exception for bus lock detection 40 Some CPUs have the ability to notify the kernel by an #DB trap after a user 47 The kernel #AC and #DB handlers handle bus lock based on the kernel 51 |split_lock_detect=|#AC for split lock |#DB for bus lock | 122 is exceeded then any task which is caught via the buslock #DB exception is
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | hw_breakpoint.h | 62 VAL = csr_read64(LOONGARCH_CSR_##DB##N##REG); \ 70 csr_write64(VAL, LOONGARCH_CSR_##DB##N##REG); \
|
/openbmc/linux/Documentation/PCI/endpoint/ |
H A D | pci-ntb-function.rst | 54 4) Doorbell (DB) Registers 97 | DB ENTRY SIZE | 99 | DB DATA | 105 | DB DATA | 175 DB ENTRY SIZE: 177 Used to determine the offset within the DB BAR that should be written 194 DB DATA: 196 EPF NTB supports 32 interrupts, so there are 32 DB DATA registers.
|
/openbmc/openbmc/poky/meta/recipes-kernel/wireless-regdb/ |
H A D | wireless-regdb_2024.10.07.bb | 22 # Install static regulatory DB in /lib/firmware for kernel to load. 34 # Native users might want to use the source of regulatory DB.
|