Symbol: CHAR
arch/mips/fw/arc/env.c
18
ArcGetEnvironmentVariable(CHAR *name)
arch/mips/fw/arc/env.c
20
return (CHAR *) ARC_CALL1(get_evar, name);
arch/mips/fw/arc/promlib.c
42
O32_STATIC CHAR it;
arch/mips/fw/arc/promlib.c
54
O32_STATIC CHAR c;
arch/mips/include/asm/fw/arc/hinv.h
145
CHAR VendorId[8];
arch/mips/include/asm/fw/arc/hinv.h
146
CHAR ProductId[8];
arch/mips/include/asm/fw/arc/types.h
51
typedef CHAR *_PCHAR;
arch/mips/include/asm/fw/arc/types.h
62
typedef CHAR *PCHAR;
drivers/dma/txx9dmac.c
147
return is_dmac64(dc) ? desc->hwdesc.CHAR : desc->hwdesc32.CHAR;
drivers/dma/txx9dmac.c
154
desc->hwdesc.CHAR = val;
drivers/dma/txx9dmac.c
156
desc->hwdesc32.CHAR = val;
drivers/dma/txx9dmac.c
301
channel32_readl(dc, CHAR),
drivers/dma/txx9dmac.c
319
channel_writel(dc, CHAR, 0);
drivers/dma/txx9dmac.c
388
channel32_writel(dc, CHAR, first->txd.phys);
drivers/dma/txx9dmac.c
390
channel32_writel(dc, CHAR, first->txd.phys);
drivers/dma/txx9dmac.c
474
(u64)desc->CHAR, desc->SAR, desc->DAR, desc->CNTR);
drivers/dma/txx9dmac.c
479
(u64)desc->CHAR, desc->SAR, desc->DAR, desc->CNTR,
drivers/dma/txx9dmac.c
487
d->CHAR, d->SAR, d->DAR, d->CNTR);
drivers/dma/txx9dmac.c
492
d->CHAR, d->SAR, d->DAR, d->CNTR,
drivers/dma/txx9dmac.c
548
chain = channel32_readl(dc, CHAR);
drivers/dma/txx9dmac.c
60
if (sizeof(__dma_regs(dc)->CHAR) == sizeof(u64))
drivers/dma/txx9dmac.c
61
return channel64_readq(dc, CHAR);
drivers/dma/txx9dmac.c
63
return channel64_readl(dc, CHAR);
drivers/dma/txx9dmac.c
68
if (sizeof(__dma_regs(dc)->CHAR) == sizeof(u64))
drivers/dma/txx9dmac.c
69
channel64_writeq(dc, CHAR, val);
drivers/dma/txx9dmac.c
71
channel64_writel(dc, CHAR, val);
drivers/dma/txx9dmac.c
77
channel64_writel(dc, CHAR, 0);
drivers/dma/txx9dmac.c
80
channel64_writeq(dc, CHAR, 0);
drivers/dma/txx9dmac.c
89
return channel32_readl(dc, CHAR);
drivers/dma/txx9dmac.c
97
channel32_writel(dc, CHAR, val);
drivers/dma/txx9dmac.h
202
TXX9_DMA_REG32(CHAR);
drivers/dma/txx9dmac.h
204
u64 CHAR;
drivers/dma/txx9dmac.h
211
u32 CHAR;
drivers/dma/txx9dmac.h
68
TXX9_DMA_REG32(CHAR); /* Chain Address Register */
drivers/dma/txx9dmac.h
70
u64 CHAR; /* Chain Address Register */
drivers/dma/txx9dmac.h
81
u32 CHAR;
scripts/genksyms/parse.y
106
%token CHAR
tools/testing/selftests/kvm/guest_print_test.c
36
TYPE(test_type_char, CHAR, "%c", char) \