| /linux/arch/arm64/tools/ |
| H A D | sysreg | 129 0b11 NOTRAP 134 0b11 NOTRAP 139 0b11 NOTRAP 144 0b11 NOTRAP 149 0b11 NOTRAP 154 0b11 NOTRAP 159 0b11 NOTRAP 164 0b11 NOTRAP 169 0b11 NOTRAP 174 0b11 NOTRAP [all …]
|
| /linux/drivers/iio/adc/ |
| H A D | ad7606.h | 27 #define AD7616_RANGE_CH_MSK(ch) (0b11 << (((ch) & 0b11) * 2)) 28 #define AD7616_RANGE_CH_MODE(ch, mode) ((mode) << ((((ch) & 0b11)) * 2))
|
| /linux/sound/soc/codecs/ |
| H A D | cs42l84.h | 50 #define CS42L84_CCM_CTL1_MCLK_F_24_576KHZ 0b11 94 #define CS42L84_TIP_SENSE_CTL2_MODE_SHORT_DET 0b11
|
| H A D | cs42l84.c | 745 switch (reg & 0b11) { in cs42l84_detect_hs() 746 case 0b11: /* shorted */ in cs42l84_detect_hs() 756 switch (reg & 0b11) { in cs42l84_detect_hs() 767 case 0b11: /* shorted */ in cs42l84_detect_hs()
|
| H A D | ntp8918.c | 98 { NTP8918_MASTER_VOL, 0b11 },
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | txrx.h | 286 u8 b11; /* 0..6: mac_length; 7:ip_version */ member 462 u8 b11; member
|
| H A D | txrx_edma.h | 134 u8 b11; /* 0..6: mac_length; 7:ip_version */ member
|
| H A D | txrx.c | 1102 d->dma.b11 = 0/*14 | BIT(7)*/; in wil_tx_desc_map() 1638 d->dma.b11 = ETH_HLEN; /* MAC header length */ in wil_tx_desc_offload_setup_tso() 1639 d->dma.b11 |= is_ipv4 << DMA_CFG_DESC_TX_OFFLOAD_CFG_L3T_IPV4_POS; in wil_tx_desc_offload_setup_tso() 1673 d->dma.b11 = ETH_HLEN; /* MAC header length */ in wil_tx_desc_offload_setup() 1678 d->dma.b11 |= BIT(DMA_CFG_DESC_TX_OFFLOAD_CFG_L3T_IPV4_POS); in wil_tx_desc_offload_setup()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | hw_breakpoint.h | 32 #define LOONGARCH_BREAKPOINT_LEN_1 0b11
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | hisi-pcie-pmu.rst | 140 - 2'b11: Bandwidth of both TLP payloads and headers 144 headers and payloads. Default value if not specified is 2'b11.
|
| H A D | hisi-pmu.rst | 114 - 2'b11: count the events which sent to the uring_ext (MATA) channel; 115 - 2'b01: is the same as 2'b11;
|
| /linux/arch/arm64/include/uapi/asm/ |
| H A D | ptrace.h | 74 #define PSR_BTYPE_J (0b11 << PSR_BTYPE_SHIFT)
|
| /linux/drivers/net/mdio/ |
| H A D | mdio-aspeed.c | 28 #define MDIO_C45_OP_READ 0b11
|
| /linux/include/linux/irqchip/ |
| H A D | arm-gic-v5.h | 41 #define GICV5_INNER_SHARE 0b11
|
| /linux/arch/arm64/include/asm/ |
| H A D | kvm_nested.h | 154 case 0b11: in kvm_s2_trans_exec_el1()
|
| H A D | kvm_emulate.h | 637 case 0b11: in ____cptr_xen_trap_enabled()
|
| /linux/drivers/hid/ |
| H A D | hid-steam.c | 1600 u8 b8, b9, b10, b11, b13, b14; in steam_do_deck_input_event() local 1606 b11 = data[11]; in steam_do_deck_input_event() 1662 input_event(input, EV_KEY, BTN_THUMBR, !!(b11 & BIT(2))); in steam_do_deck_input_event()
|
| /linux/tools/perf/tests/ |
| H A D | pmu.c | 248 TEST_ASSERT_EQUAL("krava01 overwritten", (int) val, (15 & 0b11)); in test__pmu_usr_chgs()
|
| /linux/arch/arm64/kvm/ |
| H A D | at.c | 743 #define ATTR_ISH 0b11 966 case 0b11: in compute_s1_direct_permissions() 1019 case 0b11: in compute_s1_hierarchical_permissions()
|
| /linux/drivers/iio/accel/ |
| H A D | adxl367.c | 134 ADXL367_LOOPED = 0b11, 139 ADCL367_ACT_REF_ENABLED = 0b11,
|
| /linux/Documentation/arch/arm64/ |
| H A D | booting.rst | 367 - CPTR_EL2.ZEN (bits 17:16) must be initialised to 0b11. 387 - CPTR_EL2.SMEN (bits 25:24) must be initialised to 0b11. 436 - MDCR_EL3.SBRBE (bits 33:32) must be initialised to 0b01 or 0b11.
|
| /linux/drivers/iio/resolver/ |
| H A D | ad2s1210.c | 130 MOD_CONFIG = 0b11, 137 AD2S1210_RES_16 = 0b11,
|
| /linux/drivers/iio/addac/ |
| H A D | ad74413r.c | 112 #define AD74413R_ADC_REJECTION_HART 0b11 138 #define AD74413R_CONV_SEQ_OFF 0b11
|
| /linux/drivers/char/ipmi/ |
| H A D | kcs_bmc_aspeed.c | 45 #define LPC_TYIRQX_RISING 0b11
|
| /linux/arch/arm64/kvm/hyp/ |
| H A D | pgtable.c | 700 xn = 0b11; in stage2_set_xn_attr() 771 case 0b11: in kvm_pgtable_stage2_pte_prot()
|