Home
last modified time | relevance | path

Searched refs:n4 (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/ps3/
H A Drepository.c42 u64 n4, const char *func, int line) in _dump_node_name() argument
48 _dump_field("n4: ", n4, func, line); in _dump_node_name()
53 static void _dump_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in _dump_node() argument
60 _dump_field("n4: ", n4, func, line); in _dump_node()
109 static int read_node(unsigned int lpar_id, u64 n1, u64 n2, u64 n3, u64 n4, in read_node() argument
122 result = lv1_read_repository_node(lpar_id, n1, n2, n3, n4, &v1, in read_node()
128 dump_node_name(lpar_id, n1, n2, n3, n4); in read_node()
132 dump_node(lpar_id, n1, n2, n3, n4, v1, v2); in read_node()
1049 static int create_node(u64 n1, u64 n2, u64 n3, u64 n4, u64 v1, u64 v2) in create_node() argument
1053 dump_node(0, n1, n2, n3, n4, v1, v2); in create_node()
[all …]
/openbmc/linux/drivers/media/usb/gspca/
H A Dt613.c83 const u8 *n4, n4sz; member
139 .n4 = n4_om6802,
161 .n4 = n4_other,
183 .n4 = n4_tas5130a,
204 .n4 = n4_lt168g,
633 reg_w_buf(gspca_dev, sensor->n4, sensor->n4sz); in sd_init()
/openbmc/openbmc/meta-ibm/recipes-bsp/u-boot/u-boot-aspeed-sdk/p10bmc/keys/
H A DP10BMCAspeedSBPubKey_2.pem8 n4+BO11DwdCYgezkIzNSDyoGUNOc9AC1rXYByqtE5mPtnB+E6Asp5U9g63UE3USz
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_arm_callgraph_fp.sh21 perf script -i "$PERF_DATA" -F comm,ip,sym | head -n4
/openbmc/linux/scripts/kconfig/tests/preprocess/builtin_func/
H A DKconfig22 $(warning,$(shell,printf 'hello\nworld\n\n4\n\n\n'))
/openbmc/linux/drivers/firmware/efi/libstub/
H A DMakefile.zboot9 truncate -s $(shell hexdump -s16 -n4 -e '"%u"' $<) $@
/openbmc/linux/lib/842/
H A D842_compress.c427 u64 n4 = (pos >> 2) % (1 << I4_BITS); in update_hashtables() local
431 replace_hash(p, 4, n4, 0); in update_hashtables()
432 replace_hash(p, 4, n4, 1); in update_hashtables()
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c359 for (uint16_t n4 = 0; n4 <= 0x1ffu; n4++) { in virt_arch_dump() local
360 pte = &pte_start[n4]; in virt_arch_dump()
376 | ((uint64_t) n4)); in virt_arch_dump()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dstatistics.rst73 histogram:n1,n2,n3,n4,...
/openbmc/linux/Documentation/input/devices/
H A Delantech.rst451 n4 vf w1 w0 . . . b2
453 n4 = set if more than 3 fingers (only in 3 fingers mode)
/openbmc/qemu/disas/
H A Dm68k.c866 #define M(n0,n1,n2,n3,n4,n5,n6,n70,n71,n72,n73,n74) \ in m68k_valid_ea() argument
867 (n0 | n1 << 1 | n2 << 2 | n3 << 3 | n4 << 4 | n5 << 5 | n6 << 6 \ in m68k_valid_ea()