Home
last modified time | relevance | path

Searched refs:U (Results 1 – 25 of 831) sorted by relevance

12345678910>>...34

/linux/drivers/tty/vt/
H A Dcp437.uni16 0x00 U+0000
17 0x01 U+263a
18 0x02 U+263b
19 0x03 U+2665
20 0x04 U+2666 U+25c6
21 0x05 U+2663
22 0x06 U+2660
23 0x07 U+2022
24 0x08 U+25d8
25 0x09 U+25cb
[all …]
/linux/arch/alpha/lib/
H A Dev6-csum_ipv6_magic.S65 inslh $18,7,$4 # U : 0000000000AABBCC
67 sll $19,8,$7 # U : U L U L : 0x00000000 00aabb00
71 zapnot $20,15,$20 # U : zero extend incoming csum
72 ldq_u $2,0($17) # L : U L U L : Latency: 3
74 extql $0,$6,$0 # U :
75 extqh $1,$6,$22 # U :
77 sll $19,24,$19 # U : U U L U : 0x000000aa bb000000
81 inswl $18,3,$18 # U : 000000CCDD000000
82 addl $19,$7,$19 # E : U L U L : <sign bits>bbaabb00
85 extql $1,$6,$1 # U :
[all …]
H A Dev6-copy_user.S52 beq $18, $zerolength # U .. .. .. : U L U L
55 ble $1, $onebyteloop # .. .. U .. : 1st branch : small amount of data
56 beq $3, $destaligned # .. U .. .. : 2nd (one cycle fetcher stall)
57 subq $3, 8, $3 # E .. .. .. : L U U L : trip counter
67 nop # E .. .. .. : U L U L
76 bne $3, $aligndest # U .. .. .. : U L U L
86 beq $1,$quadaligned # U .. .. .. : U L U L
97 extql $3,$17,$3 # .. U .. .. :
98 extqh $2,$17,$1 # U .. .. .. : U U L L
103 subq $0,8,$0 # E .. .. .. : U L L U
[all …]
H A Dev6-clear_user.S54 beq $0, $zerolength # U .. .. .. : U L U L
61 beq $4, $headalign # U .. .. .. : U L U L
68 beq $1, $onebyte # .. .. U .. : sub-word store?
69 mskql $5, $16, $5 # .. U .. .. : take care of misaligned head
70 addq $16, 8, $16 # E .. .. .. : L U U L
75 subq $0, 8, $0 # E .. .. .. : U L U L
89 blt $4, $trailquad # U .. .. .. : U L U L
101 beq $3, $bigalign # U .. .. .. : U L U L : Aligned 0mod64
107 nop # E .. .. .. : U L U L
112 blt $3, $alignmod64 # U .. .. .. : U L U L
[all …]
H A Dev6-memchr.S47 zap $18, 0x80, $5 # U : Bound length
48 beq $18, $not_found # U :
50 and $17, 0xff, $17 # E : L L U U : 00000000000000ch
52 insbl $17, 1, $2 # U : 000000000000ch00
55 lda $3, -1($31) # E : U L L U
57 sll $17, 16, $2 # U : 00000000chch0000
60 sll $17, 32, $2 # U : U L L U : chchchch00000000
63 extql $1, $16, $7 # U : $7 is upper bits
64 beq $4, $first_quad # U :
65 ldq_u $6, -1($5) # L : L U U L : eight or less bytes to search Latency=3
[all …]
H A Dev6-divide.S115 stq $2, 8($30) # L : L U L U
120 LONGIFY(divisor) # E : U L L U
125 DIV_ONLY(stq tmp2,32($30)) # L : L U U L
147 bne compare,1b # U : U L U L
152 blt divisor, 2f # U : U L U L
157 bne compare,1b # U : U L U L
171 srl mask,1,mask # U :
178 srl divisor,1,divisor # U :
179 nop # E : L U L U
184 bne mask,2b # U : U L U L
[all …]
H A Dev6-memset.S54 insbl $17,1,$2 # U : 000000000000ch00
56 ble $18,end_b # U : zero length requested?
60 insbl $1,2,$3 # U : 0000000000ch0000
61 insbl $1,3,$4 # U : 00000000ch000000
64 inswl $17,4,$5 # U : 0000chch00000000
66 inswl $17,6,$2 # U : chch000000000000
74 beq $1,within_quad_b # U :
76 beq $3,aligned_b # U : target is 0mod8
83 insql $17,$16,$2 # U : Insert new bytes
87 mskql $4,$16,$4 # U : clear relevant parts of the quad
[all …]
H A Dev6-stxncpy.S67 mskqh t2, a1, t2 # U : detection in the src word (stall)
68 mskqh t1, a1, t3 # U :
71 mskql t0, a1, t0 # U : assemble the first output word
74 beq a2, $a_eoc # U :
76 bne t8, $a_eos # U :
98 beq a2, $a_eoc # U :
100 beq t8, $a_loop # U :
118 bne t6, 1f # U : (stall)
125 zapnot t0, t8, t0 # U : clear src bytes > null (stall)
161 srl a2, 3, a2 # U : a2 = loop counter = (count - 1)/8 (stall)
[all …]
H A Dev6-stxcpy.S59 mskqh t2, a1, t2 # U : detection in the src word (stall)
60 mskqh t1, a1, t3 # U :
63 mskql t0, a1, t0 # U : assemble the first output word
66 bne t8, $a_eos # U : (stall)
82 beq t8, $a_loop # U : (stall for t8)
94 bne t6, 1f # U : (stall)
100 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
126 bne t0, $unaligned # U : (stall)
132 beq t0, stxcpy_aligned # U : ... if we wont need it (stall)
157 extql t1, a1, t1 # U : (stall on a1)
[all …]
H A Dev6-memcpy.S35 ble $18, $nomoredata # U : done with the copy?
39 bne $1, $misaligned # U : Nope - gotta do this the slow way
42 beq $1, $both_0mod8 # U : Yes
58 ble $18, $nomoredata # U : done with the copy?
59 bne $1, $head_align # U :
63 bne $1, $no_unroll # U :
65 beq $1, $do_unroll # U : no single quads to fiddle
76 bne $1, $single_head_quad # U : still not fully aligned
81 bne $1, $tail_quads # U : Nope
141 blt $18, $less_than_8 # U : Nope
[all …]
/linux/drivers/comedi/drivers/ni_routing/ni_route_values/
H A Dni_eseries.c230 [B(NI_PFI(0))] = U(1),
231 [B(NI_PFI(1))] = U(2),
232 [B(NI_PFI(2))] = U(3),
233 [B(NI_PFI(3))] = U(4),
234 [B(NI_PFI(4))] = U(5),
235 [B(NI_PFI(5))] = U(6),
236 [B(NI_PFI(6))] = U(7),
237 [B(NI_PFI(7))] = U(8),
238 [B(NI_PFI(8))] = U(9),
239 [B(NI_PFI(9))] = U(10),
[all …]
H A Dni_660x.c122 [B(NI_PFI(11))] = U(9),
123 [B(NI_PFI(15))] = U(8),
124 [B(NI_PFI(19))] = U(7),
125 [B(NI_PFI(23))] = U(6),
126 [B(NI_PFI(27))] = U(5),
127 [B(NI_PFI(31))] = U(4),
128 [B(NI_PFI(35))] = U(3),
129 [B(NI_PFI(39))] = U(2 /* or 1 */),
130 [B(TRIGGER_LINE(0))] = U(11),
131 [B(TRIGGER_LINE(1))] = U(12),
[all …]
H A Dni_mseries.c810 [B(NI_PFI(0))] = U(1),
811 [B(NI_PFI(1))] = U(2),
812 [B(NI_PFI(2))] = U(3),
813 [B(NI_PFI(3))] = U(4),
814 [B(NI_PFI(4))] = U(5),
815 [B(NI_PFI(5))] = U(6),
816 [B(NI_PFI(6))] = U(7),
817 [B(NI_PFI(7))] = U(8),
818 [B(NI_PFI(8))] = U(9),
819 [B(NI_PFI(9))] = U(10),
[all …]
/linux/Documentation/translations/zh_TW/admin-guide/
H A Dunicode.rst36 IBMPC_MAP IBM code page 437 ESC ( U
40 特別是 ESC ( U 不再是“直通字體”,因爲字體可能與IBM字符集完全不同。
46 根據Unicode標準/ISO 10646,U+F000到U+F8FF被保留用於操作系統範圍內的分配
48 的,所以我們稱之爲“Linux區域”)。選擇U+F000作爲起點,因爲它允許直接映射
49 區域以2的大倍數開始(以防需要1024或2048個字符的字體)。這就留下U+E000到
50 U+EFFF作爲最終用戶區。
52 [v1.2]:Unicodes範圍從U+F000到U+F7FF已經被硬編碼爲直接映射到加載的字體,
53 繞過了翻譯表。用戶定義的映射現在默認爲U+F000到U+F0FF,模擬前述行爲。實際上,
54 此範圍可能較短;例如,vgacon只能處理256字符(U+F000..U+F0FF)或512字符
55U+F000..U+F1FF)字體。
[all …]
/linux/Documentation/translations/zh_CN/admin-guide/
H A Dunicode.rst33 IBMPC_MAP IBM code page 437 ESC ( U
37 特别是 ESC ( U 不再是“直通字体”,因为字体可能与IBM字符集完全不同。
43 根据Unicode标准/ISO 10646,U+F000到U+F8FF被保留用于操作系统范围内的分配
45 的,所以我们称之为“Linux区域”)。选择U+F000作为起点,因为它允许直接映射
46 区域以2的大倍数开始(以防需要1024或2048个字符的字体)。这就留下U+E000到
47 U+EFFF作为最终用户区。
49 [v1.2]:Unicodes范围从U+F000到U+F7FF已经被硬编码为直接映射到加载的字体,
50 绕过了翻译表。用户定义的映射现在默认为U+F000到U+F0FF,模拟前述行为。实际上,
51 此范围可能较短;例如,vgacon只能处理256字符(U+F000..U+F0FF)或512字符
52U+F000..U+F1FF)字体。
[all …]
/linux/include/linux/
H A Ddrbd_limits.h26 #define DRBD_DIALOG_REFRESH_MIN 0U
37 #define DRBD_WFC_TIMEOUT_MIN 0U
39 #define DRBD_WFC_TIMEOUT_DEF 0U
42 #define DRBD_DEGR_WFC_TIMEOUT_MIN 0U
44 #define DRBD_DEGR_WFC_TIMEOUT_DEF 0U
47 #define DRBD_OUTDATED_WFC_TIMEOUT_MIN 0U
49 #define DRBD_OUTDATED_WFC_TIMEOUT_DEF 0U
62 #define DRBD_DISK_TIMEOUT_MIN 0U /* 0 = disabled */
64 #define DRBD_DISK_TIMEOUT_DEF 0U /* disabled */
92 #define DRBD_SNDBUF_SIZE_MIN 0U
[all …]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_cr_defs.h16 #define ROGUE_CR_RASTERISATION_INDIRECT_ADDRESS_SHIFT 0U
22 #define ROGUE_CR_PBE_INDIRECT_ADDRESS_SHIFT 0U
28 #define ROGUE_CR_PBE_PERF_INDIRECT_ADDRESS_SHIFT 0U
34 #define ROGUE_CR_TPU_PERF_INDIRECT_ADDRESS_SHIFT 0U
40 #define ROGUE_CR_RASTERISATION_PERF_INDIRECT_ADDRESS_SHIFT 0U
46 #define ROGUE_CR_TPU_MCU_L0_PERF_INDIRECT_ADDRESS_SHIFT 0U
52 #define ROGUE_CR_USC_PERF_INDIRECT_ADDRESS_SHIFT 0U
58 #define ROGUE_CR_BLACKPEARL_INDIRECT_ADDRESS_SHIFT 0U
64 #define ROGUE_CR_BLACKPEARL_PERF_INDIRECT_ADDRESS_SHIFT 0U
70 #define ROGUE_CR_TEXAS3_PERF_INDIRECT_ADDRESS_SHIFT 0U
[all …]
/linux/Documentation/admin-guide/
H A Dunicode.rst27 IBMPC_MAP IBM code page 437 ESC ( U
31 In particular, ESC ( U is no longer "straight to font", since the font
40 In accordance with the Unicode standard/ISO 10646 the range U+F000 to
41 U+F8FF has been reserved for OS-wide allocation (the Unicode Standard
43 Linux we call it the "Linux Zone"). U+F000 was picked as the starting
46 This leaves U+E000 to U+EFFF as End User Zone.
48 [v1.2]: The Unicodes range from U+F000 and up to U+F7FF have been
50 translation table. The user-defined map now defaults to U+F000 to
51 U+F0FF, emulating the previous behaviour. In practice, this range
53 (U+F000..U+F0FF) or 512-character (U+F000..U+F1FF) fonts.
[all …]
/linux/rust/kernel/sync/
H A Dlocked_by.rs78 pub struct LockedBy<T: ?Sized, U: ?Sized> {
79 owner: *const U,
84 unsafe impl<T: ?Sized + Send, U: ?Sized> Send for LockedBy<T, U> {}
92 unsafe impl<T: ?Sized + Send, U: ?Sized> Sync for LockedBy<T, U> {}
94 impl<T, U> LockedBy<T, U> {
102 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new() argument
104 size_of::<Lock<U, B>>() > 0, in new()
114 impl<T: ?Sized, U> LockedBy<T, U> {
125 pub fn access<'a>(&'a self, owner: &'a U) -> &'a T in access()
130 size_of::<U>() > 0, in access()
[all …]
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.c23 .irq_mask = ~0U, \
92 hw_atl_pci_pci_reg_res_dis_set(self, 0U); in hw_atl_a0_hw_reset()
93 hw_atl_rx_rx_reg_res_dis_set(self, 0U); in hw_atl_a0_hw_reset()
94 hw_atl_tx_tx_reg_res_dis_set(self, 0U); in hw_atl_a0_hw_reset()
106 hw_atl_itr_irq_reg_res_dis_set(self, 0U); in hw_atl_a0_hw_reset()
127 unsigned int i_priority = 0U; in hw_atl_a0_hw_qos_set()
128 u32 buff_size = 0U; in hw_atl_a0_hw_qos_set()
129 u32 tc = 0U; in hw_atl_a0_hw_qos_set()
136 hw_atl_tps_tx_pkt_shed_desc_vm_arb_mode_set(self, 0U); in hw_atl_a0_hw_qos_set()
139 hw_atl_tps_tx_pkt_shed_desc_tc_arb_mode_set(self, 0U); in hw_atl_a0_hw_qos_set()
[all …]
H A Dhw_atl_b0.c25 .irq_mask = ~0U, \
147 hw_atl_rpb_rx_xoff_en_per_tc_set(self, 0U, AQ_HW_PTP_TC); in hw_atl_b0_tc_ptp_set()
157 unsigned int prio = 0U; in hw_atl_b0_hw_qos_set()
158 u32 tc = 0U; in hw_atl_b0_hw_qos_set()
170 hw_atl_tps_tx_pkt_shed_desc_vm_arb_mode_set(self, 0U); in hw_atl_b0_hw_qos_set()
175 u32 threshold = 0U; in hw_atl_b0_hw_qos_set()
213 unsigned int addr = 0U; in hw_atl_b0_hw_rss_hash_set()
214 unsigned int i = 0U; in hw_atl_b0_hw_rss_hash_set()
218 for (i = 10, addr = 0U; i--; ++addr) { in hw_atl_b0_hw_rss_hash_set()
220 __swab32(rss_params->hash_secret_key[i]) : 0U; in hw_atl_b0_hw_rss_hash_set()
[all …]
/linux/drivers/media/i2c/ccs/
H A Dccs-regs.h24 #define CCS_PIXEL_ORDER_GRBG 0U
33 #define CCS_MIPI_CCS_VERSION_MINOR_SHIFT 0U
42 #define CCS_MODULE_DATE_PHASE_SHIFT 0U
44 #define CCS_MODULE_DATE_PHASE_TS 0U
58 #define CCS_FRAME_FORMAT_MODEL_SUBTYPE_ROWS_SHIFT 0U
63 #define CCS_LIM_FRAME_FORMAT_DESCRIPTOR_MIN_N 0U
66 #define CCS_FRAME_FORMAT_DESCRIPTOR_PIXELS_SHIFT 0U
82 #define CCS_LIM_FRAME_FORMAT_DESCRIPTOR_4_MIN_N 0U
84 #define CCS_FRAME_FORMAT_DESCRIPTOR_4_PIXELS_SHIFT 0U
101 #define CCS_ANALOG_GAIN_CAPABILITY_GLOBAL 0U
[all …]
/linux/rust/kernel/
H A Ddevice_id.rs71 pub struct IdArray<T: RawDeviceId, U, const N: usize> {
73 id_infos: [U; N],
76 impl<T: RawDeviceId, U, const N: usize> IdArray<T, U, N> {
88 const unsafe fn build(ids: [(T, U); N], data_offset: Option<usize>) -> Self { in build()
135 pub const fn new_without_index(ids: [(T, U); N]) -> Self { in new_without_index()
147 impl<T: RawDeviceId + RawDeviceIdIndex, U, const N: usize> IdArray<T, U, N> {
151 pub const fn new(ids: [(T, U); N]) -> Self { in new()
165 pub trait IdTable<T: RawDeviceId, U> {
173 fn info(&self, index: usize) -> &U; in info() argument
176 impl<T: RawDeviceId, U, const N: usize> IdTable<T, U> for IdArray<T, U, N> {
[all …]
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-vsp1-hgt.rst50 5U 0L 0U 1L 1U 2L 2U 3L 3U 4L 4U 5L 5U 0L
72 0L <= 0U <= 1L <= 1U <= 2L <= 2U <= 3L <= 3U <= 4L <= 4U <= 5L <= 5U
76 0U <= 1L <= 1U <= 2L <= 2U <= 3L <= 3U <= 4L <= 4U <= 5L <= 5U <= 0L
/linux/Documentation/hwmon/
H A Dgpd-fan.rst20 - GPD Win Mini (7840U)
21 - GPD Win Mini (8840U)
25 - GPD Win Max 2 (6800U)
26 - GPD Win Max 2 2023 (7840U)
27 - GPD Win Max 2 2024 (8840U)
29 - GPD Win 4 (6800U)
30 - GPD Win 4 (7840U)
40 - GPD Win 4 (7840U)
41 - GPD Win Max 2 (6800U)
42 - GPD Win Max 2 2023 (7840U)
[all …]

12345678910>>...34