Home
last modified time | relevance | path

Searched refs:__raw_writew (Results 1 – 25 of 30) sorted by relevance

12

/rk3399_rockchip-uboot/board/mpr2/
H A Dmpr2.c47__raw_writew(0xAABC, PSELA); /* 10 10 10 10 10 11 11 … in board_init()
50__raw_writew(0x3C00, PSELB); /* 0 0 11 11 0 0 0000… in board_init()
53 __raw_writew(0x0000, PSELC); /* 00 00 00 00 00000000 */ in board_init()
56__raw_writew(0x0000, PSELD); /* 0 00 00 00 00 00 … in board_init()
65 __raw_writew(0x5555, PACR); /* 01 01 01 01 01 01 01 01 */ in board_init()
69 __raw_writew(0x5555, PBCR); /* 01 01 01 01 01 01 01 01 */ in board_init()
73 __raw_writew(0x5500, PCCR); /* 01 01 01 01 00 00 00 00 */ in board_init()
77 __raw_writew(0x5555, PDCR); /* 01 01 01 01 01 01 01 01 */ in board_init()
81 __raw_writew(0x2800, PECR); /* 00 10 10 00 00 00 00 00 */ in board_init()
85 __raw_writew(0x0002, PFCR); /* 00 00 00 00 00 00 00 10 */ in board_init()
[all …]
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_io.h54 { __raw_writew(data, addr + offset); } in musb_writew()
89 __raw_writew(tmp, addr + (offset & ~1)); in musb_writeb()
/rk3399_rockchip-uboot/arch/sh/include/asm/
H A Dio.h50 #define __raw_writew(v, a) __arch_putw(v, a) macro
85 #define outw(v, p) __raw_writew(cpu_to_le16(v), p)
153 #define writew(v, c) __raw_writew(cpu_to_le16(v), __mem_pci(c))
186 #define writew(v, addr) __raw_writew(v, addr)
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dio.h92 #define __raw_writew(v, a) __arch_putw(v, a) macro
253 #define outw(v, p) __raw_writew(cpu_to_le16(v), __io(p))
380 #define writew(v, c) __raw_writew(cpu_to_le16(v), __mem_pci(c))
418 #define isa_writew(val, addr) __raw_writew(val, __mem_isa(addr))
/rk3399_rockchip-uboot/board/astro/mcf5373l/
H A Dfpga.c46 __raw_writew(tmp_short, &gpiop->par_uart); in altera_pre_fn()
269 __raw_writew(tmp_short, &gpiop->par_uart); in xilinx_pre_config_fn()
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dio.h98 #define __raw_writew(v,a) __arch_putw(v,a) macro
228 #define outw(v,p) __raw_writew(cpu_to_le16(v),__io(p))
296 #define writew(v,c) __raw_writew(cpu_to_le16(v),__mem_pci(c))
354 #define isa_writew(val,addr) __raw_writew(val,__mem_isa(addr))
/rk3399_rockchip-uboot/board/armltd/integrator/
H A Dpci.c83 #define v3_writew(o, v) __raw_writew(v, PHYS_PCI_V3_BASE + (unsigned int)(o))
243 __raw_writew((u8)val, addr); in pci_integrator_write_word()
/rk3399_rockchip-uboot/arch/arc/include/asm/
H A Dio.h123 static inline void __raw_writew(u16 s, volatile void __iomem *addr) in __raw_writew() function
247 #define writew_relaxed(v,c) __raw_writew((__force u16) cpu_to_le16(v),c)
/rk3399_rockchip-uboot/drivers/pci/
H A Dpcie_xilinx.c162 __raw_writew(value, address); in pcie_xilinx_write_config()
/rk3399_rockchip-uboot/board/freescale/ls1043ardb/
H A Dls1043ardb.c209 __raw_writew(shftval, addr); in flash_write16()
/rk3399_rockchip-uboot/board/freescale/ls1021aiot/
H A Dls1021aiot.c247 __raw_writew(shftval, addr); in flash_write16()
/rk3399_rockchip-uboot/arch/xtensa/include/asm/
H A Dio.h50 #define __raw_writew writew macro
/rk3399_rockchip-uboot/board/freescale/ls1046aqds/
H A Dls1046aqds.c334 __raw_writew(shftval, addr); in flash_write16()
/rk3399_rockchip-uboot/arch/microblaze/include/asm/
H A Dio.h71 #define __raw_writew writew macro
/rk3399_rockchip-uboot/arch/arm/mach-keystone/
H A Dcmd_ddr3.c88 __raw_writew((u16)index, index); in ddr_memory_test()
/rk3399_rockchip-uboot/board/freescale/ls1043aqds/
H A Dls1043aqds.c378 __raw_writew(shftval, addr); in flash_write16()
/rk3399_rockchip-uboot/board/freescale/ls1021aqds/
H A Dls1021aqds.c500 __raw_writew(shftval, addr); in flash_write16()
/rk3399_rockchip-uboot/arch/nios2/include/asm/
H A Dio.h51 #define __raw_writew(v,a) (*(volatile unsigned short *)(a) = (v)) macro
/rk3399_rockchip-uboot/board/freescale/p1022ds/
H A Ddiu.c362 __raw_writew(value, addr); in flash_write16()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dio.h72 #define __raw_writew writew macro
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dio.h24 #define __raw_writew(w,addr) ((*(volatile u16 *) (addr)) = (w)) macro
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dio.h150 static inline void __raw_writew(unsigned short v, volatile void __iomem *addr) in __raw_writew() function
/rk3399_rockchip-uboot/include/linux/
H A Dfb.h547 #define fb_writew __raw_writew
/rk3399_rockchip-uboot/drivers/net/
H A Ddm9000x.c120 #define DM9000_outw(d, r) __raw_writew(d, r)
/rk3399_rockchip-uboot/arch/mips/include/asm/
H A Dio.h381 __raw_writew(cpu_to_be16((val)), (__force unsigned *)(addr)) in BUILDIO_MEM()

12