Searched +full:0 +full:b111 (Results 1 – 8 of 8) sorted by relevance
| /linux/Documentation/admin-guide/perf/ |
| H A D | hisi-pmu.rst | 13 two HHAs (0 - 1) and four DDRCs (0 - 3), respectively. 32 e.g. hisi_sccl3_l3c0/rd_hit_cpipe is READ_HIT_CPIPE event of L3C index #0 in 35 e.g. hisi_sccl1_hha0/rx_operations is RX_OPERATIONS event of HHA index #0 in 57 $# perf stat -a -e hisi_sccl3_l3c0/config=0x02/ sleep 5 59 For HiSilicon uncore PMU v2 whose identifier is 0x30, the topology is the same 65 $# perf stat -a -e hisi_sccl3_l3c0/config=0x02,tt_core=0x3/ sleep 5 67 This will only count the operations from core/thread 0 and 1 in this cluster. 77 3'b111 represents atomic non-store operations, other values are reserved:: 79 $# perf stat -a -e hisi_sccl3_l3c0/config=0x02,tt_req=0x4/ sleep 5 97 $# perf stat -a -e hisi_sccl3_l3c0/config=0xb9,datasrc_cfg=0xE/, [all …]
|
| /linux/Documentation/admin-guide/media/ |
| H A D | cx231xx-cardlist.rst | 11 :stub-columns: 0 16 * - 0 63 - 2040:b111 66 - 0fd9:0037
|
| /linux/arch/powerpc/kernel/ |
| H A D | cpu_setup_power.c | 45 * LPES = 0b01 (HSRR0/1 used for 0x500) 46 * PECE = 0b111 48 * HDICE = 0 49 * VC = 0b100 (VPM0=1, VPM1=0, ISL=0) 50 * VRMASD = 0b10000 (L=1, LP=00) 56 lpcr |= (0x10ull << LPCR_VRMASD_SH) & LPCR_VRMASD; in init_LPCR_ISA206() 101 mtspr(SPRN_MMCRC, 0); in init_PMU_HV() 106 mtspr(SPRN_MMCRH, 0); in init_PMU_HV_ISA207() 111 mtspr(SPRN_MMCRA, 0); in init_PMU() 113 mtspr(SPRN_MMCR1, 0); in init_PMU() [all …]
|
| /linux/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac.h | 30 #define XLGMAC_DRV_VERSION "1.0.0" 47 #define XLGMAC_TX_MAX_BUF_SIZE (0x3fff & ~(64 - 1)) 55 * 3'b100: 1023 bytes , 3'b101'3'b111: Reserved 64 #define XLGMAC_DMA_INTERRUPT_MASK 0x31c7 71 #define XLGMAC_MAX_DMA_RIWT 0xff 72 #define XLGMAC_MIN_DMA_RIWT 0x01 86 #define XLGMAC_RSS_LOOKUP_TABLE_TYPE 0 658 #define XLGMAC_PR(x...) do { } while (0)
|
| /linux/drivers/regulator/ |
| H A D | rtq2208-regulator.c | 15 #define RTQ2208_REG_GLOBAL_INT1 0x12 16 #define RTQ2208_REG_FLT_RECORDBUCK_CB 0x18 17 #define RTQ2208_REG_GLOBAL_INT1_MASK 0x1D 18 #define RTQ2208_REG_FLT_MASKBUCK_CB 0x1F 19 #define RTQ2208_REG_BUCK_C_CFG0 0x32 20 #define RTQ2208_REG_BUCK_B_CFG0 0x42 21 #define RTQ2208_REG_BUCK_A_CFG0 0x52 22 #define RTQ2208_REG_BUCK_D_CFG0 0x62 23 #define RTQ2208_REG_BUCK_G_CFG0 0x72 24 #define RTQ2208_REG_BUCK_F_CFG0 0x82 [all …]
|
| /linux/drivers/clk/aspeed/ |
| H A D | clk-ast2600.c | 24 #define ASPEED_G6_SILICON_REV 0x014 27 #define ASPEED_G6_RESET_CTRL 0x040 28 #define ASPEED_G6_RESET_CTRL2 0x050 30 #define ASPEED_G6_CLK_STOP_CTRL 0x080 31 #define ASPEED_G6_CLK_STOP_CTRL2 0x090 33 #define ASPEED_G6_MISC_CTRL 0x0C0 36 #define ASPEED_G6_CLK_SELECTION1 0x300 37 #define ASPEED_G6_CLK_SELECTION2 0x304 38 #define ASPEED_G6_CLK_SELECTION4 0x310 39 #define ASPEED_G6_CLK_SELECTION5 0x314 [all …]
|
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-video.c | 41 static unsigned int video_nr[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 42 static unsigned int vbi_nr[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 43 static unsigned int radio_nr[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 65 } while (0) 129 for (i = 0; i < ARRAY_SIZE(formats); i++) in format_by_fourcc() 157 .minimum = 0x00, 158 .maximum = 0xff, 160 .default_value = 0x7f, 163 .mask = 0x00ff, 164 .shift = 0, [all …]
|
| /linux/drivers/pinctrl/bcm/ |
| H A D | pinctrl-bcm281xx.c | 24 #define BCM281XX_PIN_REG_F_SEL_MASK 0x0700 28 #define BCM281XX_STD_PIN_REG_DRV_STR_MASK 0x0007 29 #define BCM281XX_STD_PIN_REG_DRV_STR_SHIFT 0 30 #define BCM281XX_STD_PIN_REG_INPUT_DIS_MASK 0x0008 32 #define BCM281XX_STD_PIN_REG_SLEW_MASK 0x0010 34 #define BCM281XX_STD_PIN_REG_PULL_UP_MASK 0x0020 36 #define BCM281XX_STD_PIN_REG_PULL_DN_MASK 0x0040 38 #define BCM281XX_STD_PIN_REG_HYST_MASK 0x0080 42 #define BCM281XX_I2C_PIN_REG_INPUT_DIS_MASK 0x0004 44 #define BCM281XX_I2C_PIN_REG_SLEW_MASK 0x0008 [all …]
|