Home
last modified time | relevance | path

Searched refs:CHAR (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/arch/mips/include/asm/fw/arc/
H A Dtypes.h15 typedef char CHAR; typedef
40 typedef char CHAR; typedef
51 typedef CHAR *_PCHAR;
62 typedef CHAR *PCHAR;
H A Dhinv.h145 CHAR VendorId[8];
146 CHAR ProductId[8];
/openbmc/linux/drivers/dma/
H A Dtxx9dmac.h68 TXX9_DMA_REG32(CHAR); /* Chain Address Register */
70 u64 CHAR; /* Chain Address Register */
81 u32 CHAR; member
202 TXX9_DMA_REG32(CHAR);
204 u64 CHAR;
211 u32 CHAR; member
H A Dtxx9dmac.c60 if (sizeof(__dma_regs(dc)->CHAR) == sizeof(u64)) in channel64_read_CHAR()
61 return channel64_readq(dc, CHAR); in channel64_read_CHAR()
63 return channel64_readl(dc, CHAR); in channel64_read_CHAR()
68 if (sizeof(__dma_regs(dc)->CHAR) == sizeof(u64)) in channel64_write_CHAR()
69 channel64_writeq(dc, CHAR, val); in channel64_write_CHAR()
71 channel64_writel(dc, CHAR, val); in channel64_write_CHAR()
77 channel64_writel(dc, CHAR, 0); in channel64_clear_CHAR()
80 channel64_writeq(dc, CHAR, 0); in channel64_clear_CHAR()
89 return channel32_readl(dc, CHAR); in channel_read_CHAR()
97 channel32_writel(dc, CHAR, val); in channel_write_CHAR()
[all …]
/openbmc/linux/arch/mips/fw/arc/
H A Denv.c18 ArcGetEnvironmentVariable(CHAR *name) in ArcGetEnvironmentVariable()
20 return (CHAR *) ARC_CALL1(get_evar, name); in ArcGetEnvironmentVariable()
H A Dpromlib.c42 O32_STATIC CHAR it; in prom_putchar()
54 O32_STATIC CHAR c; in prom_getchar()
/openbmc/linux/scripts/genksyms/
H A Dlex.l42 CHAR L?\'([^\\\']*\\.)*[^\\\']*\'
64 {CHAR} return CHAR;
H A Dparse.y103 %token CHAR
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0002-add-fallback-parse_printf_format-implementation.patch160 + CHAR,
183 + [CHAR] = PA_CHAR,
204 + S('c') = E(CHAR),S('C') = E(INT),
228 + S('d') = E(CHAR), S('i') = E(CHAR),
/openbmc/openbmc/poky/meta/recipes-devtools/systemd-bootchart/systemd-bootchart/
H A D0002-musl-does-not-provide-printf-h.patch175 + CHAR,
198 + [CHAR] = PA_CHAR,
219 + S('c') = E(CHAR),S('C') = E(INT),
243 + S('d') = E(CHAR), S('i') = E(CHAR),
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0004-add-fallback-parse_printf_format-implementation.patch160 + CHAR,
183 + [CHAR] = PA_CHAR,
204 + S('c') = E(CHAR),S('C') = E(INT),
228 + S('d') = E(CHAR), S('i') = E(CHAR),
/openbmc/linux/tools/testing/selftests/kvm/
H A Dguest_print_test.c35 TYPE(test_type_char, CHAR, "%c", char) \
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h99 typedef char CHAR; typedef
/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp274 CHAR dllPath[MAX_PATH], tlbPath[MAX_PATH]; in COMRegister()
/openbmc/qemu/qga/
H A Dcommands-win32.c1979 CHAR WinStationName[WINSTATIONNAME_LENGTH];
1980 CHAR Domain[DOMAIN_LENGTH];
1981 CHAR UserName[USERNAME_LENGTH + 1];
/openbmc/linux/Documentation/admin-guide/
H A Ddevices.rst14 Specifically explore the sections titled "CHAR and MISC DRIVERS", and
/openbmc/linux/
H A DMAINTAINERS4821 CHAR and MISC DRIVERS