| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | smc91111.h | 47 typedef unsigned long int dword; typedef 72 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+((r)<<1)))) 81 #define SMC_inl(a,r) (*((volatile dword *)((a)->iobase+(r)))) 92 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r<<1))) = d) 95 #define SMC_outl(a,d,r) (*((volatile dword *)((a)->iobase+(r))) = d) 107 dword *__b2; \ 108 __b2 = (dword *) b; \ 123 dword *__b2; \ 124 __b2 = (dword *) b; \ 154 ({ dword _x = (_x_); \ [all …]
|
| H A D | lan91c96.h | 41 typedef unsigned long int dword; typedef 65 #define SMC_inl(edev, r) (*((volatile dword *)SMCREG(edev, r))) 74 #define SMC_outl(edev, d, r) (*((volatile dword *)SMCREG(edev, r)) = d) 84 dword *__b2; \ 85 __b2 = (dword *) b; \ 102 dword *__b2; \ 103 __b2 = (dword *) b; \
|
| H A D | smc91111.c | 169 static inline word SMC_inw(struct eth_device *dev, dword offset) in SMC_inw() 177 static inline void SMC_outw(struct eth_device *dev, word value, dword offset) in SMC_outw() 183 static inline byte SMC_inb(struct eth_device *dev, dword offset) in SMC_inb() 187 _w = SMC_inw(dev, offset & ~((dword)1)); in SMC_inb() 191 static inline void SMC_outb(struct eth_device *dev, byte value, dword offset) in SMC_outb() 195 _w = SMC_inw(dev, offset & ~((dword)1)); in SMC_outb() 197 *((volatile word*)(dev->iobase + (offset & ~((dword)1)))) = in SMC_outb() 204 static inline void SMC_insw(struct eth_device *dev, dword offset, in SMC_insw() 205 volatile uchar* buf, dword len) in SMC_insw() 216 static inline void SMC_outsw(struct eth_device *dev, dword offset, in SMC_outsw() [all …]
|
| H A D | lan91c96.c | 524 dword stat_len; in smc_rcv() 579 dword leftover = SMC_inl(dev, LAN91C96_DATA_HIGH); in smc_rcv()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/broadwell/ |
| H A D | me.c | 15 u32 dword; in me_read_dword_ptr() local 17 dm_pci_read_config32(dev, offset, &dword); in me_read_dword_ptr() 18 memcpy(ptr, &dword, sizeof(dword)); in me_read_dword_ptr()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | me_common.h | 359 u32 dword; in pci_read_dword_ptr() local 361 dm_pci_read_config32(me_dev, offset, &dword); in pci_read_dword_ptr() 362 memcpy(ptr, &dword, sizeof(dword)); in pci_read_dword_ptr() 368 u32 dword = 0; in pci_write_dword_ptr() local 370 memcpy(&dword, ptr, sizeof(dword)); in pci_write_dword_ptr() 371 dm_pci_write_config32(me_dev, offset, dword); in pci_write_dword_ptr()
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | bios_interrupts.c | 113 u32 dword; in int1a_handler() local 186 dm_pci_read_config32(dev, reg, &dword); in int1a_handler() 187 M.x86.R_ECX = dword; in int1a_handler() 198 dword = M.x86.R_ECX; in int1a_handler() 199 dm_pci_write_config32(dev, reg, dword); in int1a_handler()
|
| /rk3399_rockchip-uboot/drivers/pci/ |
| H A D | pci_compat.c | 27 PCI_HOSE_OP(read, dword, 32, u32 *) 30 PCI_HOSE_OP(write, dword, 32, u32)
|
| H A D | pci_indirect.c | 53 INDIRECT_PCI_OP(read, dword, u32 *, in_le32, 0) 56 INDIRECT_PCI_OP(write, dword, u32, out_le32, 0)
|
| H A D | pci.c | 38 PCI_HOSE_OP(read, dword, u32 *) 41 PCI_HOSE_OP(write, dword, u32) 59 PCI_OP(read, dword, u32 *, *value = 0xffffffff) 62 PCI_OP(write, dword, u32, )
|
| /rk3399_rockchip-uboot/board/micronas/vct/ |
| H A D | smc_eeprom.c | 68 #define HIWORD(dword) ((u16)(((u32)(dword)) >> 16)) argument 69 #define LOWORD(dword) ((u16)(((u32)(dword)) & 0x0000FFFFUL)) argument
|
| /rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra186/ |
| H A D | nvtboot_ll.S | 15 .dword 0
|
| /rk3399_rockchip-uboot/board/raspberrypi/rpi/ |
| H A D | lowlevel_init.S | 14 .dword 0x0
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf5445x/ |
| H A D | pci.c | 40 PCI_OP(read, dword, u32 *, in_le32, 0) 43 PCI_OP(write, dword, u32, out_le32, 0)
|
| /rk3399_rockchip-uboot/arch/mips/include/asm/ |
| H A D | asm.h | 344 #define LONG .dword 398 #define PTR .dword
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | pcie.c | 102 PCIE_OP(read, dword, u32 *, in_le32) in PCIE_OP() 105 PCIE_OP(write, dword, u32, out_le32) in PCIE_OP()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | imx6sl.dtsi | 769 tx-burst-size-dword = <0x10>; 770 rx-burst-size-dword = <0x10>; 782 tx-burst-size-dword = <0x10>; 783 rx-burst-size-dword = <0x10>; 795 tx-burst-size-dword = <0x10>; 796 rx-burst-size-dword = <0x10>;
|
| H A D | imx6qdl.dtsi | 931 tx-burst-size-dword = <0x10>; 932 rx-burst-size-dword = <0x10>; 945 tx-burst-size-dword = <0x10>; 946 rx-burst-size-dword = <0x10>; 958 tx-burst-size-dword = <0x10>; 959 rx-burst-size-dword = <0x10>; 971 tx-burst-size-dword = <0x10>; 972 rx-burst-size-dword = <0x10>;
|
| H A D | imx6sx.dtsi | 806 tx-burst-size-dword = <0x10>; 807 rx-burst-size-dword = <0x10>; 819 tx-burst-size-dword = <0x10>; 820 rx-burst-size-dword = <0x10>; 834 tx-burst-size-dword = <0x10>; 835 rx-burst-size-dword = <0x10>;
|
| H A D | imx6sll.dtsi | 702 tx-burst-size-dword = <0x10>; 703 rx-burst-size-dword = <0x10>; 716 tx-burst-size-dword = <0x10>; 717 rx-burst-size-dword = <0x10>;
|
| H A D | imx6ul.dtsi | 742 tx-burst-size-dword = <0x10>; 743 rx-burst-size-dword = <0x10>; 755 tx-burst-size-dword = <0x10>; 756 rx-burst-size-dword = <0x10>;
|
| H A D | imx6ull.dtsi | 842 tx-burst-size-dword = <0x10>; 843 rx-burst-size-dword = <0x10>; 855 tx-burst-size-dword = <0x10>; 856 rx-burst-size-dword = <0x10>;
|
| /rk3399_rockchip-uboot/arch/m68k/cpu/mcf547x_8x/ |
| H A D | pci.c | 44 PCI_OP(write, dword, u32, out_le32, 0)
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/acpi/ |
| H A D | debug.asl | 93 /* DBGD - Send a hex dword */
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | pic32_spi.c | 157 BUILD_SPI_FIFO_RW(dword, u32, l);
|