/openbmc/linux/drivers/spi/ |
H A D | spi-intel-pci.c | 14 #define BCR 0xdc macro 23 pci_read_config_dword(pdev, BCR, &bcr); in intel_spi_pci_set_writeable() 26 pci_write_config_dword(pdev, BCR, bcr); in intel_spi_pci_set_writeable() 27 pci_read_config_dword(pdev, BCR, &bcr); in intel_spi_pci_set_writeable()
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | cpu_sh7785.h | 42 #define BCR (LBSC_BASE + 0x1000) macro
|
H A D | cpu_sh7780.h | 77 #define BCR 0xFF801000 macro
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-i3c | 50 BCR stands for Bus Characteristics Register and express the 53 This entry describes the BCR of the master controller driving 110 BCR stands for Bus Characteristics Register and express the
|
/openbmc/linux/drivers/net/ethernet/ |
H A D | fealnx.c | 161 BCR = 0x1C, /* bus command */ enumerator 533 iowrite32(0x00000001, ioaddr + BCR); in fealnx_init_one() 825 iowrite32(0x00000001, ioaddr + BCR); /* Reset */ in netdev_open() 879 iowrite32(np->bcrvalue, ioaddr + BCR); in netdev_open() 1126 iowrite32(0x00000001, ioaddr + BCR); in reset_and_disable_rxtx() 1131 ioread32(ioaddr + BCR); in reset_and_disable_rxtx() 1151 iowrite32(np->bcrvalue, ioaddr + BCR); in enable_rxtx()
|
/openbmc/linux/drivers/mfd/ |
H A D | lpc_ich.c | 74 #define BCR 0xdc macro 1203 pci_bus_read_config_dword(bus, devfn, BCR, &bcr); in lpc_ich_set_writeable() 1206 pci_bus_write_config_dword(bus, devfn, BCR, bcr); in lpc_ich_set_writeable() 1207 pci_bus_read_config_dword(bus, devfn, BCR, &bcr); in lpc_ich_set_writeable()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-format.h.inc | 20 for e.g. RX. Our checking requires this for e.g. BCR. */
|
H A D | insn-data.h.inc | 124 C(0x0700, BCR, RR_b, Z, 0, r2_nz, 0, 0, bc, 0)
|
/openbmc/u-boot/board/renesas/r7780mp/ |
H A D | lowlevel_init.S | 322 BCR_A: .long BCR
|
/openbmc/u-boot/board/renesas/sh7785lcr/ |
H A D | lowlevel_init.S | 274 BCR_A: .long BCR
|
/openbmc/linux/drivers/pci/hotplug/ |
H A D | cpqphp_ctrl.c | 2030 u8 device, class_code, header_type, BCR; in cpqhp_process_SS() local 2063 rc = pci_bus_read_config_byte(pci_bus, devfn, PCI_BRIDGE_CONTROL, &BCR); in cpqhp_process_SS() 2069 if (BCR & PCI_BRIDGE_CTL_VGA) in cpqhp_process_SS()
|
/openbmc/linux/Documentation/driver-api/i3c/ |
H A D | protocol.rst | 70 * BCR: Bus Characteristic Register. This 8-bit register describes the device bus
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 1576 tcg_out_insn(s, RR, BCR, cc, TCG_TMP0); 2119 tcg_out_insn(s, RR, BCR, S390_CC_ALWAYS, a0); 2736 tcg_out_insn(s, RR, BCR, 14, 0); 3467 * fast-BCR-serialization, high-word, population-count, 3561 tcg_out_insn(s, RR, BCR, S390_CC_ALWAYS, tcg_target_call_iarg_regs[1]); 3578 tcg_out_insn(s, RR, BCR, S390_CC_ALWAYS, TCG_REG_R14);
|