Searched +full:0 +full:b110 (Results 1 – 12 of 12) sorted by relevance
| /linux/include/uapi/asm-generic/ |
| H A D | termbits-common.h | 9 #define IGNBRK 0x001 /* Ignore break condition */ 10 #define BRKINT 0x002 /* Signal interrupt on break */ 11 #define IGNPAR 0x004 /* Ignore characters with parity errors */ 12 #define PARMRK 0x008 /* Mark parity and framing errors */ 13 #define INPCK 0x010 /* Enable input parity check */ 14 #define ISTRIP 0x020 /* Strip 8th bit off characters */ 15 #define INLCR 0x040 /* Map NL to CR on input */ 16 #define IGNCR 0x080 /* Ignore CR */ 17 #define ICRNL 0x100 /* Map CR to NL on input */ 18 #define IXANY 0x800 /* Any character will restart after stop */ [all …]
|
| /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. 76 represents write operations, 3'b110 represents atomic store operations and 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 60 - 2040:b110 66 - 0fd9:0037
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | sa8540p-pmics.dtsi | 11 pmm8540a: pmic@0 { 13 reg = <0x0 SPMI_USID>; 15 #size-cells = <0>; 19 reg = <0x6000>, <0x6100>; 21 interrupts = <0x0 0x61 0x1 IRQ_TYPE_NONE>; 27 reg = <0xc000>; 29 gpio-ranges = <&pmm8540a_gpios 0 0 10>; 38 reg = <0x4 SPMI_USID>; 40 #size-cells = <0>; 42 pmm8540c_sdam_2: nvram@b110 { [all …]
|
| /linux/drivers/tty/ |
| H A D | tty_baudrate.c | 21 0, 50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, 33 B0, B50, B75, B110, B134, B150, B200, B300, B600, B1200, B1800, B2400, 72 return cbaud >= n_baud_table ? 0 : baud_table[cbaud]; in tty_termios_baud_rate() 103 return cbaud >= n_baud_table ? 0 : baud_table[cbaud]; in tty_termios_input_baud_rate() 132 int i = 0; in tty_termios_encode_baud_rate() 135 int ibinput = 0; in tty_termios_encode_baud_rate() 137 if (obaud == 0) /* CD dropped */ in tty_termios_encode_baud_rate() 138 ibaud = 0; /* Clear ibaud to be sure */ in tty_termios_encode_baud_rate() 152 oclose = 0; in tty_termios_encode_baud_rate() 154 iclose = 0; in tty_termios_encode_baud_rate() [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | mmu.h | 17 #define MMU_FTR_HPTE_TABLE ASM_CONST(0x00000001) 18 #define MMU_FTR_TYPE_8xx ASM_CONST(0x00000002) 19 #define MMU_FTR_TYPE_44x ASM_CONST(0x00000008) 20 #define MMU_FTR_TYPE_FSL_E ASM_CONST(0x00000010) 21 #define MMU_FTR_TYPE_47x ASM_CONST(0x00000020) 24 #define MMU_FTR_TYPE_RADIX ASM_CONST(0x00000040) 32 * key 0 controlling userspace addresses on radix 35 #define MMU_FTR_KUAP ASM_CONST(0x00000200) 39 * key 0 controlling userspace addresses on radix 42 #define MMU_FTR_BOOK3S_KUEP ASM_CONST(0x00000400) [all …]
|
| /linux/include/linux/ |
| H A D | maple_tree.h | 25 * Nodes in the tree point to their parent unless bit 0 is set. 44 * The node->parent of the root node has bit 0 set and the rest of the pointer 60 * 0b??1 = Root 61 * 0b?00 = 16 bit nodes 62 * 0b010 = 32 bit nodes 63 * 0b110 = 64 bit nodes 67 * 0b??1 : Root 68 * 0b?00 : 16 bit values, type in 0-1, slot in 2-6 69 * 0b010 : 32 bit values, type in 0-2, slot in 3-6 70 * 0b110 : 64 bit values, type in 0-2, slot in 3-6 [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 …]
|
| /linux/drivers/usb/host/ |
| H A D | octeon-hcd.h | 53 #define CVMX_USBCXBASE 0x00016F0010000000ull 56 ((bid) & 1) * 0x100000000000ull) 59 (((off) & 7) + ((bid) & 1) * 0x8000000000ull) * 32) 61 #define CVMX_USBCX_GAHBCFG(bid) CVMX_USBCXREG1(0x008, bid) 62 #define CVMX_USBCX_GHWCFG3(bid) CVMX_USBCXREG1(0x04c, bid) 63 #define CVMX_USBCX_GINTMSK(bid) CVMX_USBCXREG1(0x018, bid) 64 #define CVMX_USBCX_GINTSTS(bid) CVMX_USBCXREG1(0x014, bid) 65 #define CVMX_USBCX_GNPTXFSIZ(bid) CVMX_USBCXREG1(0x028, bid) 66 #define CVMX_USBCX_GNPTXSTS(bid) CVMX_USBCXREG1(0x02c, bid) 67 #define CVMX_USBCX_GOTGCTL(bid) CVMX_USBCXREG1(0x000, bid) [all …]
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | fplsp.sa | 4 dc.l $60ff0000,$0f160000,$60ff0000,$0fa80000 11 dc.l $60ff0000,$173e0000,$60ff0000,$0aee0000 12 dc.l $60ff0000,$0b800000,$60ff0000,$0c160000 32 dc.l $60ff0000,$14160000,$60ff0000,$0b760000 33 dc.l $60ff0000,$0c080000,$60ff0000,$0c9e0000 73 dc.l $4a016608,$61ff0000,$2ddc6030,$0c010001 75 dc.l $61ff0000,$6d226014,$0c010003,$660861ff 84 dc.l $61ff0000,$70866022,$0c010002,$660861ff 94 dc.l $61ff0000,$6fe66022,$0c010002,$660861ff 103 dc.l $2c0e6030,$0c010001,$660861ff,$00006fc8 [all …]
|