/openbmc/linux/drivers/comedi/drivers/ni_routing/ni_route_values/ |
H A D | ni_mseries.c | 57 [B(TRIGGER_LINE(0))] = I(18), 58 [B(TRIGGER_LINE(1))] = I(19), 59 [B(TRIGGER_LINE(2))] = I(20), 60 [B(TRIGGER_LINE(3))] = I(21), 61 [B(TRIGGER_LINE(4))] = I(22), 62 [B(TRIGGER_LINE(5))] = I(23), 63 [B(TRIGGER_LINE(6))] = I(24), 64 [B(TRIGGER_LINE(7))] = I(25), 65 [B(NI_CtrSource(0))] = I(9), 66 [B(NI_CtrSource(1))] = I(4), [all …]
|
H A D | ni_eseries.c | 54 [B(NI_AI_StartTrigger)] = I(NI_PFI_OUTPUT_AI_START1), 57 [B(NI_AI_ReferenceTrigger)] = I(NI_PFI_OUTPUT_AI_START2), 60 [B(NI_AI_ConvertClock)] = I(NI_PFI_OUTPUT_AI_CONVERT), 63 [B(NI_CtrSource(1))] = I(NI_PFI_OUTPUT_G_SRC1), 66 [B(NI_CtrGate(1))] = I(NI_PFI_OUTPUT_G_GATE1), 69 [B(NI_AO_SampleClock)] = I(NI_PFI_OUTPUT_AO_UPDATE_N), 72 [B(NI_AO_StartTrigger)] = I(NI_PFI_OUTPUT_AO_START1), 75 [B(NI_AI_SampleClock)] = I(NI_PFI_OUTPUT_AI_START_PULSE), 78 [B(NI_CtrSource(0))] = I(NI_PFI_OUTPUT_G_SRC0), 81 [B(NI_CtrGate(0))] = I(NI_PFI_OUTPUT_G_GATE0), [all …]
|
H A D | ni_660x.c | 49 [B(NI_CtrInternalOutput(7))] = I(1), 52 [B(NI_CtrGate(7))] = I(1), 55 [B(NI_CtrSource(7))] = I(1), 58 [B(NI_CtrInternalOutput(6))] = I(1), 61 [B(NI_CtrGate(6))] = I(1), 64 [B(NI_CtrSource(6))] = I(1), 67 [B(NI_CtrInternalOutput(5))] = I(1), 70 [B(NI_CtrGate(5))] = I(1), 73 [B(NI_CtrSource(5))] = I(1), 76 [B(NI_CtrInternalOutput(4))] = I(1), [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/virt/acrn/ |
H A D | io-request.rst | 16 I/O请求处理 19 客户虚拟机的I/O请求由超级管理器构建,由ACRN超级管理器服务模块分发到与I/O请求的地址范 20 围相对应的I/O客户端。I/O请求处理的细节将在以下章节描述。 22 1. I/O请求 26 I/O请求通信。一个I/O请求是一个256字节的结构体缓冲区,它是 "acrn_io_request" 结构 27 体,当客户虚拟机中发生被困的I/O访问时,由超级管理器的I/O处理器填充。服务虚拟机中的 29 台。缓冲区被用作16个I/O请求槽的数组,每个I/O请求槽为256字节。这个数组是按vCPU ID 32 2. I/O客户端 35 一个I/O客户端负责处理客户虚拟机的I/O请求,其访问的GPA在一定范围内。每个客户虚拟机 36 可以关联多个I/O客户端。每个客户虚拟机都有一个特殊的客户端,称为默认客户端,负责处理 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/ |
H A D | 0005-enable-out-of-source-tree-builds.patch | 25 - -I$(top_srcdir) \ 26 + -I$(top_builddir) \ 27 -I$(top_srcdir)/include \ 28 -I$(top_srcdir)/lib 35 + -I$(top_builddir) \ 36 -I$(top_srcdir) \ 37 -I$(top_srcdir)/include \ 38 -I$(top_srcdir)/lib 45 - -I$(top_srcdir) \ 46 + -I$(top_builddir) \ [all …]
|
/openbmc/linux/Documentation/virt/acrn/ |
H A D | io-request.rst | 3 I/O request handling 6 An I/O request of a User VM, which is constructed by the hypervisor, is 7 distributed by the ACRN Hypervisor Service Module to an I/O client 8 corresponding to the address range of the I/O request. Details of I/O request 11 1. I/O request 14 For each User VM, there is a shared 4-KByte memory region used for I/O requests 15 communication between the hypervisor and Service VM. An I/O request is a 17 an I/O handler of the hypervisor when a trapped I/O access happens in a User 20 used as an array of 16 I/O request slots with each I/O request slot being 256 23 2. I/O clients [all …]
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-format.h.inc | 4 F1(I, I(1, 8, 8)) 5 F2(RI_a, R(1, 8), I(2,16,16)) 6 F2(RI_b, R(1, 8), I(2,16,16)) 7 F2(RI_c, M(1, 8), I(2,16,16)) 8 F3(RIE_a, R(1, 8), I(2,16,16), M(3,32)) 9 F4(RIE_b, R(1, 8), R(2,12), M(3,32), I(4,16,16)) 10 F4(RIE_c, R(1, 8), I(2,32, 8), M(3,12), I(4,16,16)) 11 F3(RIE_d, R(1, 8), I(2,16,16), R(3,12)) 12 F3(RIE_e, R(1, 8), I(2,16,16), R(3,12)) 13 F5(RIE_f, R(1, 8), R(2,12), I(3,16,8), I(4,24,8), I(5,32,8)) [all …]
|
/openbmc/linux/rust/alloc/vec/ |
H A D | spec_extend.rs | 12 pub(super) trait SpecExtend<T, I> { 13 fn spec_extend(&mut self, iter: I); in spec_extend() argument 17 pub(super) trait TrySpecExtend<T, I> { 18 fn try_spec_extend(&mut self, iter: I) -> Result<(), TryReserveError>; in try_spec_extend() 22 impl<T, I, A: Allocator> SpecExtend<T, I> for Vec<T, A> 24 I: Iterator<Item = T>, 26 default fn spec_extend(&mut self, iter: I) { in spec_extend() argument 31 impl<T, I, A: Allocator> TrySpecExtend<T, I> for Vec<T, A> 33 I: Iterator<Item = T>, 35 default fn try_spec_extend(&mut self, iter: I) -> Result<(), TryReserveError> { in try_spec_extend() [all …]
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | hv-gpci-requests.h | 51 #include I(REQUEST_BEGIN) 67 #include I(REQUEST_END) 72 #include I(REQUEST_BEGIN) 80 #include I(REQUEST_END) 90 #include I(REQUEST_BEGIN) 95 #include I(REQUEST_END) 101 #include I(REQUEST_BEGIN) 106 #include I(REQUEST_END) 112 #include I(REQUEST_BEGIN) 121 #include I(REQUEST_END) [all …]
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | atomic.h | 35 #define ATOMIC_OP(op, I, asm_op) \ argument 41 : "r" (I) \ 45 #define ATOMIC_OP_RETURN(op, I, asm_op, c_op) \ argument 53 : "r" (I) \ 56 return result c_op I; \ 59 #define ATOMIC_FETCH_OP(op, I, asm_op) \ argument 67 : "r" (I) \ 73 #define ATOMIC_OPS(op, I, asm_op, c_op) \ argument 74 ATOMIC_OP(op, I, asm_op) \ 75 ATOMIC_OP_RETURN(op, I, asm_op, c_op) \ [all …]
|
/openbmc/linux/drivers/net/ethernet/qlogic/netxen/ |
H A D | netxen_nic_hdr.h | 551 #define NETXEN_NIU_GB_MAC_CONFIG_0(I) \ argument 552 (NETXEN_CRB_NIU + 0x30000 + (I)*0x10000) 553 #define NETXEN_NIU_GB_MAC_CONFIG_1(I) \ argument 554 (NETXEN_CRB_NIU + 0x30004 + (I)*0x10000) 555 #define NETXEN_NIU_GB_MAC_IPG_IFG(I) \ argument 556 (NETXEN_CRB_NIU + 0x30008 + (I)*0x10000) 557 #define NETXEN_NIU_GB_HALF_DUPLEX_CTRL(I) \ argument 558 (NETXEN_CRB_NIU + 0x3000c + (I)*0x10000) 559 #define NETXEN_NIU_GB_MAX_FRAME_SIZE(I) \ argument 560 (NETXEN_CRB_NIU + 0x30010 + (I)*0x10000) [all …]
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/ |
H A D | 0004-add-libvchostif-to-link.patch | 6 I end up with link errors of the type: 35 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) 39 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 48 CFLAGS+=-Wall -g -O3 -I../common 52 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 61 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) 65 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 74 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) 78 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 87 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) [all …]
|
H A D | 0003-switch-to-pkg-config.patch | 6 I get a build error saying: 32 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags) 34 +CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) 37 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 47 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags) 48 +CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) 53 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 63 -CFLAGS+=-Wall -g -O3 -I../common $(shell libpng-config --cflags) 65 +CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) 68 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… [all …]
|
H A D | 0005-change-library-linking-order.patch | 7 linking so that it succeeds. Otherwise I get errors like the following: 30 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) 34 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 43 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) 47 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 56 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) 60 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 69 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) 73 …INCLUDES+=-I/opt/vc/include/ -I/opt/vc/include/interface/vcos/pthreads -I/opt/vc/include/interface… 82 CFLAGS+=-Wall -g -O3 -I../common $(shell pkg-config --cflags libpng) [all …]
|
/openbmc/linux/arch/xtensa/variants/test_kc705_hifi/include/variant/ |
H A D | tie-asm.h | 222 AE_S64.I aed0, \ptr, .Lxchal_ofs_+24 223 AE_S64.I aed1, \ptr, .Lxchal_ofs_+32 224 AE_S64.I aed2, \ptr, .Lxchal_ofs_+40 225 AE_S64.I aed3, \ptr, .Lxchal_ofs_+48 226 AE_S64.I aed4, \ptr, .Lxchal_ofs_+56 228 AE_S64.I aed5, \ptr, .Lxchal_ofs_+0 229 AE_S64.I aed6, \ptr, .Lxchal_ofs_+8 230 AE_S64.I aed7, \ptr, .Lxchal_ofs_+16 231 AE_S64.I aed8, \ptr, .Lxchal_ofs_+24 232 AE_S64.I aed9, \ptr, .Lxchal_ofs_+32 [all …]
|
/openbmc/linux/Documentation/block/ |
H A D | stat.rst | 29 read I/Os requests number of read I/Os processed 30 read merges requests number of read I/Os merged with in-queue I/O 33 write I/Os requests number of write I/Os processed 34 write merges requests number of write I/Os merged with in-queue I/O 37 in_flight requests number of I/Os currently in flight 40 discard I/Os requests number of discard I/Os processed 41 discard merges requests number of discard I/Os merged with in-queue I/O 44 flush I/Os requests number of flush I/Os processed 48 read I/Os, write I/Os, discard I/0s 51 These values increment when an I/O request completes. [all …]
|
/openbmc/linux/security/apparmor/include/ |
H A D | label.h | 156 #define label_for_each(I, L, P) \ argument 157 for ((I).i = 0; ((P) = (L)->vec[(I).i]); ++((I).i)) 160 #define label_for_each_cont(I, L, P) \ argument 161 for (++((I).i); ((P) = (L)->vec[(I).i]); ++((I).i)) 163 #define next_comb(I, L1, L2) \ argument 165 (I).j++; \ 166 if ((I).j >= (L2)->size) { \ 167 (I).i++; \ 168 (I).j = 0; \ 174 #define label_for_each_comb(I, L1, L2, P1, P2) \ argument [all …]
|
/openbmc/linux/arch/xtensa/variants/test_mmuhifi_c3/include/variant/ |
H A D | tie-asm.h | 109 AE_SP24X2S.I aep0, \ptr, 16 110 AE_SP24X2S.I aep1, \ptr, 24 111 AE_SP24X2S.I aep2, \ptr, 32 112 AE_SP24X2S.I aep3, \ptr, 40 113 AE_SP24X2S.I aep4, \ptr, 48 114 AE_SP24X2S.I aep5, \ptr, 56 116 AE_SP24X2S.I aep6, \ptr, 0 117 AE_SP24X2S.I aep7, \ptr, 8 118 AE_SQ56S.I aeq0, \ptr, 16 119 AE_SQ56S.I aeq1, \ptr, 24 [all …]
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | atomic.h | 54 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument 61 : "r" (I) \ 66 #define ATOMIC_OPS(op, asm_op, I) \ argument 67 ATOMIC_OP (op, asm_op, I, w, int, ) 69 #define ATOMIC_OPS(op, asm_op, I) \ argument 70 ATOMIC_OP (op, asm_op, I, w, int, ) \ 71 ATOMIC_OP (op, asm_op, I, d, s64, 64) 88 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument 97 : "r" (I) \ in ATOMIC_OPS() 108 : "r" (I) \ [all …]
|
/openbmc/docs/ |
H A D | IPMITOOL-cheatsheet.md | 11 $ 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/sdbusplus/include/sdbusplus/async/ |
H A D | proxy.hpp | 51 template <bool S = false, bool P = false, bool I = false, 69 requires(!S && !P && !I) 72 requires(S || P || I) 76 constexpr proxy(value_ref<S> s, value_ref<P> p, value_ref<I> i) : in proxy() 83 return proxy<true, P, I, Preserved>{s, this->p, this->i}; in service() 88 return proxy<S, true, I, Preserved>{this->s, p, this->i}; in path() 91 requires(!I) in interface() 107 using result_t = proxy<S, P, I, true>; in preserve() 110 typename result_t::template value_t<I>(this->i)); in preserve() 126 requires((S) && (P) && (I)) in call() [all …]
|
/openbmc/linux/include/linux/platform_data/ |
H A D | adp8870.h | 85 #define ADP8870_BL_CUR_mA(I) ((I * 127) / 30) argument 90 #define ADP8870_L2_COMP_CURR_uA(I) ((I * 255) / 1106) argument 95 #define ADP8870_L3_COMP_CURR_uA(I) ((I * 255) / 551) argument 100 #define ADP8870_L4_COMP_CURR_uA(I) ((I * 255) / 275) argument 105 #define ADP8870_L5_COMP_CURR_uA(I) ((I * 255) / 138) argument
|
/openbmc/linux/crypto/ |
H A D | cast6_generic.c | 27 #define F1(D, r, m) ((I = ((m) + (D))), (I = rol32(I, (r))), \ 28 (((s1[I >> 24] ^ s2[(I>>16)&0xff]) - s3[(I>>8)&0xff]) + s4[I&0xff])) 29 #define F2(D, r, m) ((I = ((m) ^ (D))), (I = rol32(I, (r))), \ 30 (((s1[I >> 24] - s2[(I>>16)&0xff]) + s3[(I>>8)&0xff]) ^ s4[I&0xff])) 31 #define F3(D, r, m) ((I = ((m) - (D))), (I = rol32(I, (r))), \ 32 (((s1[I >> 24] + s2[(I>>16)&0xff]) ^ s3[(I>>8)&0xff]) - s4[I&0xff])) 95 u32 I; in W() local 155 u32 I; in Q() local 165 u32 I; in QBAR() local
|
/openbmc/u-boot/board/freescale/lx2160a/ |
H A D | README | 90 |Connect I/O cable to IO_SLOT1(J110) 93 |Connect I/O cable to IO_SLOT2(J113) 97 |Connect I/O cable to IO_SLOT1(J110) 100 |Connect I/O cable to IO_SLOT2(J113) 104 |Connect I/O cable to IO_SLOT1(J110) 107 |Connect I/O cable to IO_SLOT2(J113) 111 |Connect I/O cable to IO_SLOT1(J110) 114 |Connect I/O cable to IO_SLOT2(J113) 118 |Connect I/O cable to IO_SLOT1(J110) 121 |Connect I/O cable to IO_SLOT2(J113) [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
H A D | com.fuc | 146 iowr I[$r1 + 0x300] $r2 150 iowr I[$r1] $r2 156 iowr I[$r1] $r2 166 iord $r1 I[$r0 + 0x200] 178 iowr I[$r0 + 0x100] $r1 192 iord $r4 I[$r4 + 0] 201 iowrs I[$r15] $r5 220 iowrs I[$r15] $r14 245 iord $r3 I[$r2] 253 iowr I[$r2] $r3 [all …]
|