Home
last modified time | relevance | path

Searched full:intb (Results 1 – 24 of 24) sorted by relevance

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.assignops.d60 intb = 0x0000;
62 intb |= (int_2 | intb);
63 printf("%x\n", intb);
64 intb &= (int_2 | int_3);
65 printf("%x\n", intb);
66 intb ^= (int_2 | int_3);
67 printf("%x\n", intb);
68 intb |= ~(intb);
69 printf("%x\n", intb);
72 intb = int_2;
[all …]
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Drohm,bd96801-pmic.yaml26 The PMIC provides intb and errb IRQ lines. The errb IRQ line is used
39 - enum: [intb, errb]
53 just toggle the INTB line.
56 - intb-only
87 interrupt-names = "intb", "errb";
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp278 /// Return true if there are definitions of IntB
280 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,
622 LiveInterval &IntB = in adjustCopiesBackFrom() local
627 // IntB being the dest, thus this defines a value number in IntB. If the in adjustCopiesBackFrom()
642 LiveInterval::iterator BS = IntB.FindSegmentContaining(CopyIdx); in adjustCopiesBackFrom()
643 if (BS == IntB.end()) return false; in adjustCopiesBackFrom()
658 // If AValNo is defined as a copy from IntB, we can potentially process this. in adjustCopiesBackFrom()
665 // Get the Segment in IntB that this value number starts with. in adjustCopiesBackFrom()
667 IntB.FindSegmentContaining(AValNo->def.getPrevSlot()); in adjustCopiesBackFrom()
668 if (ValS == IntB.end()) in adjustCopiesBackFrom()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dsifive,fu740-pcie.yaml46 - const: intb
107 interrupt-names = "msi", "inta", "intb", "intc", "intd";
H A Duniphier-pcie.txt72 <0 0 0 2 &pcie_intc 1>, /* INTB */
H A Drockchip-dw-pcie-common.yaml60 interrupts - inta, intb, intc, intd, tx_inta, tx_intb, tx_intc,
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcirrus,cs35l41.yaml146 2 = Open Drain INTB
148 4 = Push-pull INTB (active low)
H A Dcs35l36.txt81 If TEMP_WARN_MASK = 0, INTb is asserted.
/freebsd/sys/contrib/device-tree/Bindings/extcon/
H A Dextcon-ptn5150.txt11 connected to the PTN5150's INTB pin.
H A Dextcon-ptn5150.yaml25 GPIO pin (input) connected to the PTN5150's INTB pin.
/freebsd/sys/contrib/device-tree/src/powerpc/
H A Dmpc8379_rdb.dts409 /* IDSEL AD15 IRQ5 inta, IRQ6 intb, IRQ7 intd */
414 /* IDSEL AD28 IRQ7 inta, IRQ5 intb IRQ6 intc*/
H A Dmpc8377_rdb.dts395 /* IDSEL AD15 IRQ5 inta, IRQ6 intb, IRQ7 intd */
400 /* IDSEL AD28 IRQ7 inta, IRQ5 intb IRQ6 intc*/
H A Dmpc8378_rdb.dts379 /* IDSEL AD15 IRQ5 inta, IRQ6 intb, IRQ7 intd */
384 /* IDSEL AD28 IRQ7 inta, IRQ5 intb IRQ6 intc*/
H A Dholly.dts157 | The INTA, INTB, INTC, INTD are shared.
H A Dkatmai.dts308 * INTB: J3: 1-2
/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pcireg.h93 #define BHND_PCI_INTR_B 0x02 /* PCI INTB# is asserted */
177 #define BHND_PCIE_INTR_B BHND_PCI_INTR_B /* PCIE INTB message is received */
/freebsd/sys/dev/cas/
H A Dif_casreg.h59 #define CAS_INTMASK2 0x1038 /* interrupt mask 2 for INTB */
60 #define CAS_STATUS2 0x103c /* interrupt status 2 for INTB */
61 #define CAS_CLEAR_ALIAS2 0x1040 /* clear mask alias 2 for INTB */
62 #define CAS_STATUS_ALIAS2 0x1044 /* interrupt status alias 2 for INTB */
/freebsd/sys/contrib/device-tree/src/riscv/sifive/
H A Dfu740-c000.dtsi350 interrupt-names = "msi", "inta", "intb", "intc", "intd";
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-nanopi4.dtsi533 phy_intb: phy-intb {
H A Drk3399-orangepi.dts603 phy_intb: phy-intb {
/freebsd/sys/contrib/device-tree/src/arm64/socionext/
H A Duniphier-ld20.dtsi942 <0 0 0 2 &pcie_intc 1>, /* INTB */
H A Duniphier-pxs3.dtsi916 <0 0 0 2 &pcie_intc 1>, /* INTB */
/freebsd/sys/dev/pccbb/
H A Dpccbb_pci.c530 * However, INTA# (slot 0) or INTB# (slot 1) will in cbb_chipinit()
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_pcie.h1265 * @param type type of message (INTA, INTB, etc)