/external/u-boot/arch/m68k/cpu/mcf52x2/ |
D | interrupts.c | 19 intctrl_t *intp = (intctrl_t *) (MMAP_INTC); in interrupt_init() local 22 out_be32(&intp->int_icr1, 0x88888888); in interrupt_init() 23 out_be32(&intp->int_icr2, 0x88888888); in interrupt_init() 24 out_be32(&intp->int_icr3, 0x88888888); in interrupt_init() 25 out_be32(&intp->int_icr4, 0x88888888); in interrupt_init() 26 out_be32(&intp->int_pitr, 0x00000000); in interrupt_init() 29 out_8(&intp->int_pivr, 0x40); in interrupt_init() 39 intctrl_t *intp = (intctrl_t *) (CONFIG_SYS_INTR_BASE); in dtimer_intr_setup() local 41 clrbits_be32(&intp->int_icr1, INT_ICR1_TMR3MASK); in dtimer_intr_setup() 42 setbits_be32(&intp->int_icr1, CONFIG_SYS_TMRINTR_PRI); in dtimer_intr_setup() [all …]
|
/external/u-boot/arch/m68k/cpu/mcf547x_8x/ |
D | interrupts.c | 15 int0_t *intp = (int0_t *) (CONFIG_SYS_INTR_BASE); in interrupt_init() local 18 setbits_be32(&intp->imrh0, 0xffffffff); in interrupt_init() 19 setbits_be32(&intp->imrl0, 0xffffffff); in interrupt_init() 29 int0_t *intp = (int0_t *) (CONFIG_SYS_INTR_BASE); in dtimer_intr_setup() local 31 out_8(&intp->icr0[CONFIG_SYS_TMRINTR_NO], CONFIG_SYS_TMRINTR_PRI); in dtimer_intr_setup() 32 clrbits_be32(&intp->imrh0, CONFIG_SYS_TMRINTR_MASK); in dtimer_intr_setup()
|
/external/u-boot/arch/m68k/cpu/mcf5227x/ |
D | interrupts.c | 18 int0_t *intp = (int0_t *) (CONFIG_SYS_INTR_BASE); in interrupt_init() local 21 setbits_be32(&intp->imrh0, 0xffffffff); in interrupt_init() 22 setbits_be32(&intp->imrl0, 0xffffffff); in interrupt_init() 31 int0_t *intp = (int0_t *) (CONFIG_SYS_INTR_BASE); in dtimer_intr_setup() local 33 out_8(&intp->icr0[CONFIG_SYS_TMRINTR_NO], CONFIG_SYS_TMRINTR_PRI); in dtimer_intr_setup() 34 clrbits_be32(&intp->imrh0, CONFIG_SYS_TMRINTR_MASK); in dtimer_intr_setup()
|
/external/u-boot/arch/m68k/cpu/mcf5445x/ |
D | interrupts.c | 18 int0_t *intp = (int0_t *) (CONFIG_SYS_INTR_BASE); in interrupt_init() local 21 setbits_be32(&intp->imrh0, 0xffffffff); in interrupt_init() 22 setbits_be32(&intp->imrl0, 0xffffffff); in interrupt_init() 31 int0_t *intp = (int0_t *) (CONFIG_SYS_INTR_BASE); in dtimer_intr_setup() local 33 out_8(&intp->icr0[CONFIG_SYS_TMRINTR_NO], CONFIG_SYS_TMRINTR_PRI); in dtimer_intr_setup() 34 clrbits_be32(&intp->imrh0, CONFIG_SYS_TMRINTR_MASK); in dtimer_intr_setup()
|
/external/u-boot/arch/m68k/cpu/mcf532x/ |
D | interrupts.c | 15 int0_t *intp = (int0_t *) (CONFIG_SYS_INTR_BASE); in interrupt_init() local 18 setbits_be32(&intp->imrh0, 0xffffffff); in interrupt_init() 19 setbits_be32(&intp->imrl0, 0xffffffff); in interrupt_init() 28 int0_t *intp = (int0_t *) (CONFIG_SYS_INTR_BASE); in dtimer_intr_setup() local 30 out_8(&intp->icr0[CONFIG_SYS_TMRINTR_NO], CONFIG_SYS_TMRINTR_PRI); in dtimer_intr_setup() 31 clrbits_be32(&intp->imrh0, CONFIG_SYS_TMRINTR_MASK); in dtimer_intr_setup()
|
/external/u-boot/arch/m68k/cpu/mcf523x/ |
D | interrupts.c | 15 int0_t *intp = (int0_t *) (CONFIG_SYS_INTR_BASE); in interrupt_init() local 18 setbits_be32(&intp->imrl0, 0x1); in interrupt_init() 27 int0_t *intp = (int0_t *) (CONFIG_SYS_INTR_BASE); in dtimer_intr_setup() local 29 out_8(&intp->icr0[CONFIG_SYS_TMRINTR_NO], CONFIG_SYS_TMRINTR_PRI); in dtimer_intr_setup() 30 clrbits_be32(&intp->imrl0, INTC_IPRL_INT0); in dtimer_intr_setup() 31 clrbits_be32(&intp->imrl0, CONFIG_SYS_TMRINTR_MASK); in dtimer_intr_setup()
|
/external/dtc/tests/ |
D | nop_property.c | 35 const uint32_t *intp; in main() local 43 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main() 44 verbose_printf("int value was 0x%08x\n", *intp); in main() 50 intp = fdt_getprop(fdt, 0, "prop-int", &lenerr); in main() 51 if (intp) in main()
|
D | del_property.c | 35 const uint32_t *intp; in main() local 47 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main() 48 verbose_printf("int value was 0x%08x\n", *intp); in main() 54 intp = fdt_getprop(fdt, 0, "prop-int", &lenerr); in main() 55 if (intp) in main()
|
D | setprop_inplace.c | 36 const uint32_t *intp; in main() local 46 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main() 48 verbose_printf("Old int value was 0x%08x\n", *intp); in main() 53 intp = check_getprop_cell(fdt, 0, "prop-int", ~TEST_VALUE_1); in main() 54 verbose_printf("New int value is 0x%08x\n", *intp); in main()
|
D | setprop.c | 39 const uint32_t *intp; in main() local 54 intp = check_getprop_cell(fdt, 0, "prop-int", TEST_VALUE_1); in main() 56 verbose_printf("Old int value was 0x%08x\n", *intp); in main()
|
/external/clang/test/CXX/special/class.dtor/ |
D | p10-0x.cpp | 29 typedef int *intp; in a() typedef 32 …i->~decltype(intp())(); // expected-error{{member reference type 'int' is not a pointer; did you m… in a() 34 …i.~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the… in a() 37 pi.~decltype(intp())(); in a() 38 …pi->~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match t… in a()
|
/external/clang/test/SemaCXX/ |
D | functional-cast.cpp | 66 typedef int *intp; in t_cc() typedef 67 int *pi = intp(ar); in t_cc() 210 typedef int *intp; in t_529_10() typedef 211 (void)intp((void*)0); in t_529_10() 214 (void)intp((const void*)0); // const_cast appended in t_529_10() 266 typedef int *intp; in constness() typedef 267 (void)intp(icp); // const_cast appended in constness() 270 int *ip = intp(icpcpp); in constness()
|
/external/u-boot/arch/powerpc/include/asm/ |
D | iopin_8xx.h | 423 ushort __iomem *intp = &immap->im_ioport.iop_pcint; in iopin_set_falledge() local 425 setbits_be16(intp, 1 << (15 - iopin->pin)); in iopin_set_falledge() 434 ushort __iomem *intp = &immap->im_ioport.iop_pcint; in iopin_set_anyedge() local 436 clrbits_be16(intp, 1 << (15 - iopin->pin)); in iopin_set_anyedge() 445 ushort __iomem *intp = &immap->im_ioport.iop_pcint; in iopin_is_falledge() local 447 return (in_be16(intp) >> (15 - iopin->pin)) & 1; in iopin_is_falledge() 457 ushort __iomem *intp = &immap->im_ioport.iop_pcint; in iopin_is_anyedge() local 459 return ((in_be16(intp) >> (15 - iopin->pin)) & 1) ^ 1; in iopin_is_anyedge()
|
/external/e2fsprogs/debugfs/ |
D | logdump.c | 723 int *intp; in do_hexdump() local 727 intp = (int *) buf; in do_hexdump() 733 fprintf(out_file, "%08x ", *intp++); in do_hexdump()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | utils.h | 150 intptr_t intp = reinterpret_cast<intptr_t>(p); 151 return reinterpret_cast<T*>(intp + offset);
|
/external/clang/test/CXX/drs/ |
D | dr2xx.cpp | 855 typedef int *intp; typedef 856 int *p = intp(); 857 int a[fold(intp() ? -1 : 1)];
|
/external/toybox/toys/pending/ |
D | bc.c | 1955 BcNum intp, fracp, digit, frac_len; in bc_num_printNum() local 1970 bc_num_createCopy(&intp, n); in bc_num_printNum() 1972 bc_num_truncate(&intp, intp.rdx); in bc_num_printNum() 1973 s = bc_num_sub(n, &intp, &fracp, 0); in bc_num_printNum() 1976 while (intp.len) { in bc_num_printNum() 1977 s = bc_num_divmod(&intp, base, &intp, &digit, 0); in bc_num_printNum() 1996 bc_num_ulong2num(&intp, dig); in bc_num_printNum() 1997 s = bc_num_sub(&fracp, &intp, &fracp, 0); in bc_num_printNum() 2008 bc_num_free(&intp); in bc_num_printNum()
|
/external/mdnsresponder/Clients/ |
D | dns-sd.c | 1236 Opaque16 intp = { { IntPortAsNumber >> 8, IntPortAsNumber & 0xFF } }; in main() local 1238 …err = DNSServiceNATPortMappingCreate(&client, 0, 0, prot, intp.NotAnInteger, extp.NotAnInteger, tt… in main()
|