| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
| H A D | tst.assignops.d | 60 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 D | rohm,bd96801-pmic.yaml | 26 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 D | RegisterCoalescer.cpp | 278 /// 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 D | sifive,fu740-pcie.yaml | 46 - const: intb 107 interrupt-names = "msi", "inta", "intb", "intc", "intd";
|
| H A D | uniphier-pcie.txt | 72 <0 0 0 2 &pcie_intc 1>, /* INTB */
|
| H A D | rockchip-dw-pcie-common.yaml | 60 interrupts - inta, intb, intc, intd, tx_inta, tx_intb, tx_intc,
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | cirrus,cs35l41.yaml | 146 2 = Open Drain INTB 148 4 = Push-pull INTB (active low)
|
| H A D | cs35l36.txt | 81 If TEMP_WARN_MASK = 0, INTb is asserted.
|
| /freebsd/sys/contrib/device-tree/Bindings/extcon/ |
| H A D | extcon-ptn5150.txt | 11 connected to the PTN5150's INTB pin.
|
| H A D | extcon-ptn5150.yaml | 25 GPIO pin (input) connected to the PTN5150's INTB pin.
|
| /freebsd/sys/contrib/device-tree/src/powerpc/ |
| H A D | mpc8379_rdb.dts | 409 /* IDSEL AD15 IRQ5 inta, IRQ6 intb, IRQ7 intd */ 414 /* IDSEL AD28 IRQ7 inta, IRQ5 intb IRQ6 intc*/
|
| H A D | mpc8377_rdb.dts | 395 /* IDSEL AD15 IRQ5 inta, IRQ6 intb, IRQ7 intd */ 400 /* IDSEL AD28 IRQ7 inta, IRQ5 intb IRQ6 intc*/
|
| H A D | mpc8378_rdb.dts | 379 /* IDSEL AD15 IRQ5 inta, IRQ6 intb, IRQ7 intd */ 384 /* IDSEL AD28 IRQ7 inta, IRQ5 intb IRQ6 intc*/
|
| H A D | holly.dts | 157 | The INTA, INTB, INTC, INTD are shared.
|
| H A D | katmai.dts | 308 * INTB: J3: 1-2
|
| /freebsd/sys/dev/bhnd/cores/pci/ |
| H A D | bhnd_pcireg.h | 93 #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 D | if_casreg.h | 59 #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 D | fu740-c000.dtsi | 350 interrupt-names = "msi", "inta", "intb", "intc", "intd";
|
| /freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-nanopi4.dtsi | 533 phy_intb: phy-intb {
|
| H A D | rk3399-orangepi.dts | 603 phy_intb: phy-intb {
|
| /freebsd/sys/contrib/device-tree/src/arm64/socionext/ |
| H A D | uniphier-ld20.dtsi | 942 <0 0 0 2 &pcie_intc 1>, /* INTB */
|
| H A D | uniphier-pxs3.dtsi | 916 <0 0 0 2 &pcie_intc 1>, /* INTB */
|
| /freebsd/sys/dev/pccbb/ |
| H A D | pccbb_pci.c | 530 * However, INTA# (slot 0) or INTB# (slot 1) will in cbb_chipinit()
|
| /freebsd/sys/contrib/alpine-hal/ |
| H A D | al_hal_pcie.h | 1265 * @param type type of message (INTA, INTB, etc)
|