Home
last modified time | relevance | path

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

12345678910>>...72

/openbmc/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 …]
/openbmc/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 …]
/openbmc/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 …]
/openbmc/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 …]
/openbmc/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 …]
/openbmc/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 …]
/openbmc/phosphor-fan-presence/control/
H A Dfunctor.hpp54 template <typename T, typename U>
55 auto make_handler(U&& handler) in make_handler()
57 return T(std::forward<U>(handler)); in make_handler()
82 template <typename T, typename U>
91 explicit Properties(U&& handler) : in Properties()
92 _path(""), _intf(""), _prop(""), _handler(std::forward<U>(handler)) in Properties()
95 U&& handler) : in Properties()
97 _handler(std::forward<U>(handler)) in Properties()
186 U _handler;
200 template <typename T, typename U>
[all …]
/openbmc/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 …]
/openbmc/linux/rust/kernel/sync/
H A Dlocked_by.rs75 pub struct LockedBy<T: ?Sized, U: ?Sized> {
76 owner: *const U,
81 unsafe impl<T: ?Sized + Send, U: ?Sized> Send for LockedBy<T, U> {}
89 unsafe impl<T: ?Sized + Send, U: ?Sized> Sync for LockedBy<T, U> {}
91 impl<T, U> LockedBy<T, U> {
99 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new() argument
101 size_of::<Lock<U, B>>() > 0, in new()
111 impl<T: ?Sized, U> LockedBy<T, U> {
122 pub fn access<'a>(&'a self, owner: &'a U) -> &'a T in access()
127 size_of::<U>() > 0, in access()
[all …]
/openbmc/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 …]
/openbmc/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 …]
/openbmc/u-boot/doc/SPI/
H A DREADME.ti_qspi_dra_test2 Simple steps used to test the QSPI at U-Boot
5 For #1, build the patched U-Boot and load MLO/u-boot.img
11 U-Boot# mmc dev 0
13 U-Boot# fatload mmc 0 0x82000000 MLO
16 U-Boot# fatload mmc 0 0x83000000 u-boot.img
23 U-Boot# sf probe 0
25 U-Boot# sf erase 0 0x10000
27 U-Boot# sf erase 0x20000 0x10000
29 U-Boot# sf erase 0x30000 0x10000
31 U-Boot# sf erase 0x40000 0x10000
[all …]
/openbmc/u-boot/board/ti/am335x/
H A DREADME62 U-Boot # mmc rescan
64 U-Boot # nand erase.chip
65 U-Boot # env default -f -a
66 U-Boot # saveenv
68 U-Boot # load mmc 0 0x82000000 MLO
69 U-Boot # nand write 0x82000000 0x00000 0x20000
70 U-Boot # nand write 0x82000000 0x20000 0x20000
71 U-Boot # nand write 0x82000000 0x40000 0x20000
72 U-Boot # nand write 0x82000000 0x60000 0x20000
74 U-Boot # load mmc 0 0x82000000 u-boot.img
[all …]
/openbmc/linux/rust/alloc/vec/
H A Dpartial_eq.rs12 impl<T, U, $($vars)*> PartialEq<$rhs> for $lhs
14 T: PartialEq<U>,
25 __impl_slice_eq1! { [A1: Allocator, A2: Allocator] Vec<T, A1>, Vec<U, A2>, #[stable(feature = "rust…
26 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, &[U], #[stable(feature = "rust1", since = "1.0.0")] }
27 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, &mut [U], #[stable(feature = "rust1", since = "1.0.0"…
28 __impl_slice_eq1! { [A: Allocator] &[T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_ref_slice…
29 __impl_slice_eq1! { [A: Allocator] &mut [T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_ref_s…
30 __impl_slice_eq1! { [A: Allocator] Vec<T, A>, [U], #[stable(feature = "partialeq_vec_for_slice", si…
31 __impl_slice_eq1! { [A: Allocator] [T], Vec<U, A>, #[stable(feature = "partialeq_vec_for_slice", si…
33 __impl_slice_eq1! { [A: Allocator] Cow<'_, [T]>, Vec<U, A> where T: Clone, #[stable(feature = "rust…
[all …]
/openbmc/docs/
H A DIPMITOOL-cheatsheet.md11 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power status
17 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power on
23 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power off
29 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power reset
35 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power cycle
41 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power soft
47 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" power diag
55 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user list
61 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user summary
67 $ ipmitool -C 17 -H "$BMC_IP" -I lanplus -U "$BMC_USER" -P "$BMC_PASSWD" user set name <userid> <us…
[all …]
/openbmc/phosphor-dbus-monitor/src/
H A Dtupleref.hpp21 template <size_t size, size_t i, typename T, typename U>
24 static constexpr bool compare(const T& l, const U& r) in compare()
34 return TupleOfRefsLess<size, i + 1, T, U>::compare(l, r); in compare()
39 template <size_t size, typename T, typename U>
40 struct TupleOfRefsLess<size, size, T, U>
42 static constexpr bool compare(const T& /* l */, const U& /* r */) in compare()
52 template <typename... T, typename... U>
54 const TupleOfRefs<U...>& r) const in operator ()()
56 static_assert(sizeof...(T) == sizeof...(U), in operator ()()
59 TupleOfRefs<U...>>::compare(l, r); in operator ()()

12345678910>>...72