Home
last modified time | relevance | path

Searched refs:vu_long (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_sh7751.c16 #define SH7751_BCR1 (vu_long *)0xFF800000
18 #define SH7751_WCR1 (vu_long *)0xFF800008
19 #define SH7751_WCR2 (vu_long *)0xFF80000C
20 #define SH7751_WCR3 (vu_long *)0xFF800010
21 #define SH7751_MCR (vu_long *)0xFF800014
23 #define SH7751_PCICONF0 (vu_long *)0xFE200000
24 #define SH7751_PCICONF1 (vu_long *)0xFE200004
25 #define SH7751_PCICONF2 (vu_long *)0xFE200008
26 #define SH7751_PCICONF3 (vu_long *)0xFE20000C
27 #define SH7751_PCICONF4 (vu_long *)0xFE200010
[all …]
H A Dpci_sh7780.c29 #define p4_in(addr) (*(vu_long *)addr)
30 #define p4_out(data, addr) (*(vu_long *)addr) = (data)
/OK3568_Linux_fs/u-boot/cmd/
H A Dmem.c572 static ulong mem_test_alt(vu_long *buf, ulong start_addr, ulong end_addr, in mem_test_alt()
573 vu_long *dummy) in mem_test_alt()
575 vu_long *addr; in mem_test_alt()
579 vu_long offset; in mem_test_alt()
580 vu_long test_offset; in mem_test_alt()
581 vu_long pattern; in mem_test_alt()
582 vu_long temp; in mem_test_alt()
583 vu_long anti_pattern; in mem_test_alt()
584 vu_long num_words; in mem_test_alt()
596 num_words = (end_addr - start_addr) / sizeof(vu_long); in mem_test_alt()
[all …]
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Dm5282.h314 #define MCFSCM_RAMBAR (*(vu_long *) (CONFIG_SYS_MBAR+0x00000008))
320 #define MCFSCM_MPARK (*(vu_long *) (CONFIG_SYS_MBAR+0x0000001C))
389 #define MCFSDRAMC_DACR0 (*(vu_long *) (CONFIG_SYS_MBAR+0x00000048))
390 #define MCFSDRAMC_DMR0 (*(vu_long *) (CONFIG_SYS_MBAR+0x0000004c))
391 #define MCFSDRAMC_DACR1 (*(vu_long *) (CONFIG_SYS_MBAR+0x00000050))
392 #define MCFSDRAMC_DMR1 (*(vu_long *) (CONFIG_SYS_MBAR+0x00000054))
570 #define MCFCFM_SEC (*(vu_long*) (CONFIG_SYS_MBAR+0x1D0008))
574 #define MCFCFM_PROT (*(vu_long*) (CONFIG_SYS_MBAR+0x1D0010))
575 #define MCFCFM_SACC (*(vu_long*) (CONFIG_SYS_MBAR+0x1D0014))
576 #define MCFCFM_DACC (*(vu_long*) (CONFIG_SYS_MBAR+0x1D0018))
/OK3568_Linux_fs/u-boot/arch/sh/lib/
H A Dtime_sh2.c20 static vu_long cmt0_timer;
52 static vu_long cmcnt = 0;
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dns8382x.c165 vu_long cmdsts;
282 return le32_to_cpu(*(vu_long *) (addr + dev->iobase)); in INL()
294 *(vu_long *) ((addr + dev->iobase)) = cpu_to_le32(command); in OUTL()
740 vu_long tx_stat = 0; in ns8382x_send()
800 vu_long rx_status = le32_to_cpu(rxd[cur_rx].cmdsts); in ns8382x_poll()
H A Dnatsemi.c184 vu_long cmdsts;
261 return le32_to_cpu(*(vu_long *) (addr + dev->iobase)); in INL()
273 *(vu_long *) ((addr + dev->iobase)) = cpu_to_le32(command); in OUTL()
761 vu_long *res = (vu_long *)tx_ptr; in natsemi_send()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dbus_vcxk.c14 vu_long *vcxk_bws_long = ((vu_long *) (CONFIG_SYS_VCXK_BASE));
/OK3568_Linux_fs/u-boot/board/renesas/ap325rxa/
H A Dcpld-ap325rxa.c36 #define RFCR (vu_long *)0xFE400020
/OK3568_Linux_fs/u-boot/include/
H A Dcommon.h14 typedef volatile unsigned long vu_long; typedef