Home
last modified time | relevance | path

Searched refs:BP (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/drivers/ide/
Dpdc202xx_old.c30 u8 AP = 0, BP = 0, CP = 0; in pdc202xx_set_mode() local
34 pci_read_config_byte(dev, drive_pci + 1, &BP); in pdc202xx_set_mode()
66 BP &= ~0x1f; in pdc202xx_set_mode()
68 pci_write_config_byte(dev, drive_pci + 1, BP | TB); in pdc202xx_set_mode()
71 BP &= ~0xe0; in pdc202xx_set_mode()
74 pci_write_config_byte(dev, drive_pci + 1, BP | TB); in pdc202xx_set_mode()
/Linux-v4.19/arch/arm/boot/dts/
Dkirkwood-db-88f6281.dts3 * Marvell DB-88F6281-BP Development Board Setup
16 model = "Marvell DB-88F6281-BP Development Board";
Dkirkwood-db-88f6282.dts3 * Marvell DB-88F6282-BP Development Board Setup
16 model = "Marvell DB-88F6282-BP Development Board";
Ddove-dove-db.dts7 model = "Marvell DB-MV88AP510-BP Development Board";
Dkirkwood-db.dtsi3 * Marvell DB-{88F6281,88F6282}-BP Development Board Setup
Darmada-xp-db.dts4 * (DB-78460-BP)
Darmada-370-db.dts4 * (DB-88F6710-BP-DDR3)
/Linux-v4.19/tools/perf/arch/x86/tests/
Dregs_load.S10 #define BP 6 * 8 macro
38 movq %rbp, BP(%rdi)
75 movl %ebp, BP(%edi)
/Linux-v4.19/kernel/debug/kdb/
Dkdb_bp.c110 if (KDB_DEBUG(BP)) in kdb_handle_bp()
132 if (KDB_DEBUG(BP)) in _kdb_bp_install()
140 if (KDB_DEBUG(BP)) in _kdb_bp_install()
181 if (KDB_DEBUG(BP)) { in kdb_bp_install()
212 if (KDB_DEBUG(BP)) { in kdb_bp_remove()
/Linux-v4.19/arch/arm/mach-mv78xx0/
DKconfig16 bool "Marvell DB-78x00-BP Development Board"
19 Marvell DB-78x00-BP Development Board.
/Linux-v4.19/tools/perf/arch/x86/util/
Dunwind-libdw.c26 dwarf_regs[5] = REG(BP); in libdw__arch_set_initial_registers()
38 dwarf_regs[6] = REG(BP); in libdw__arch_set_initial_registers()
Dperf_regs.c18 SMPL_REG(BP, PERF_REG_X86_BP),
/Linux-v4.19/drivers/sbus/char/
Dbbc_i2c.c65 #define claim_device(BP,ECHILD) set_device_claimage(BP,ECHILD,1) argument
66 #define release_device(BP,ECHILD) set_device_claimage(BP,ECHILD,0) argument
/Linux-v4.19/Documentation/hwmon/
Dmc13783-adc27 Currently the driver only supports the Application Supply channel (BP / BPSNS),
38 2 Application Supply (BP) 2.50 - 4.65V -2.40V
/Linux-v4.19/drivers/net/ethernet/broadcom/
Db44.c74 #define TX_RING_GAP(BP) \ argument
75 (B44_TX_RING_SIZE - (BP)->tx_pending)
76 #define TX_BUFFS_AVAIL(BP) \ argument
77 (((BP)->tx_cons <= (BP)->tx_prod) ? \
78 (BP)->tx_cons + (BP)->tx_pending - (BP)->tx_prod : \
79 (BP)->tx_cons - (BP)->tx_prod - TX_RING_GAP(BP))
/Linux-v4.19/arch/x86/um/
Dsignal.c176 GETREG(BP, bp); in copy_sc_from_user()
255 PUTREG(BP, bp); in copy_sc_to_user()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-uwb_rc70 1 - scan outside BP
/Linux-v4.19/Documentation/usb/
DWUSB-Design-overview.txt72 each superframe there is a Beacon Period (BP), where every device
73 transmit its beacon on a single MAS. The length of the BP depends on how
/Linux-v4.19/sound/soc/sh/
Dfsi.c101 #define BP (1 << 4) /* Fix the signal of Biphase output */ macro
716 mask = BP | SE; in fsi_spdif_clk_ctrl()
/Linux-v4.19/
D.mailmap154 Praveen BP <praveenbp@ti.com>
/Linux-v4.19/arch/x86/kvm/
Dtrace.h273 EXS(DE), EXS(DB), EXS(BP), EXS(OF), EXS(BR), EXS(UD), EXS(NM), \
/Linux-v4.19/Documentation/virtual/kvm/
Dapi.txt2723 - KVM_GUESTDBG_INJECT_BP: inject BP type exception [x86]