| /openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | soc.c | 100 out_le16(usb_phy + USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_1); in erratum_a009007() 101 out_le16(usb_phy + USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_2); in erratum_a009007() 102 out_le16(usb_phy + USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_3); in erratum_a009007() 103 out_le16(usb_phy + USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_4); in erratum_a009007()
|
| /openbmc/u-boot/board/gdsys/common/ |
| H A D | fpga.c | 14 out_le16(reg, data); in fpga_set_reg()
|
| H A D | ihs_mdio.c | 46 out_le16((u16 *)(ptr + base + addr), val); in write_reg()
|
| /openbmc/u-boot/arch/xtensa/include/asm/ |
| H A D | io.h | 93 # define out_le16(b, addr) *(u16 *)(addr) = _swapw(b) macro 100 # define out_le16(b, addr) *(u16 *)(addr) = (b) macro
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | io.h | 33 #define writew(b,addr) out_le16((volatile u16 *)(addr),(b)) 59 #define outw(val, port) out_le16((u16 *)((port)+_IO_BASE), (val)) 67 #define outw_p(val, port) out_le16((u16 *)((port)+_IO_BASE), (val)) 206 static inline void out_le16(volatile unsigned short __iomem *addr, u16 val) in out_le16() function
|
| /openbmc/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | pcie.c | 103 PCIE_OP(write, word, u16, out_le16) in PCIE_OP() 290 out_le16(hose_cfg_base + PCI_COMMAND, reg16); in mpc83xx_pcie_init_bus() 295 out_le16(hose_cfg_base + PCI_STATUS, 0xffff); in mpc83xx_pcie_init_bus()
|
| /openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | soc.c | 145 out_le16((phy) + DCSR_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_1); \ 146 out_le16((phy) + DCSR_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_2); \ 147 out_le16((phy) + DCSR_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_3); \ 148 out_le16((phy) + DCSR_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_4)
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci_indirect.c | 54 INDIRECT_PCI_OP(write, word, u16, out_le16, 2)
|
| /openbmc/u-boot/arch/m68k/include/asm/ |
| H A D | io.h | 62 #define outw(val, port) out_le16((u16 *)((port)+_IO_BASE), (val)) 181 static inline void out_le16(volatile u16 * addr, int val) in out_le16() function
|
| /openbmc/u-boot/arch/sandbox/include/asm/ |
| H A D | io.h | 68 #define out_le16(a,v) out_arch(w,le16,a,v) macro 125 #define out_le16(a,v) out_arch(w,le16,a,v) macro
|
| /openbmc/u-boot/arch/m68k/cpu/mcf5445x/ |
| H A D | pci.c | 41 PCI_OP(write, word, u16, out_le16, 2)
|
| /openbmc/u-boot/arch/m68k/cpu/mcf547x_8x/ |
| H A D | pci.c | 42 PCI_OP(write, word, u16, out_le16, 2)
|
| /openbmc/u-boot/arch/nios2/include/asm/ |
| H A D | io.h | 125 #define out_le16(a,v) out_arch(w,le16,a,v) macro
|
| /openbmc/u-boot/drivers/video/ |
| H A D | ihs_video_out.c | 155 out_le16(priv->vidmem + offset + k, data); in ihs_video_out_set_mem()
|
| /openbmc/u-boot/arch/arc/include/asm/ |
| H A D | io.h | 229 #define out_le16(a, v) out_arch(w, le16, a, v) macro
|
| /openbmc/u-boot/drivers/core/ |
| H A D | regmap.c | 316 out_le16(addr, *val); in __write_16()
|
| /openbmc/u-boot/arch/sh/include/asm/ |
| H A D | io.h | 116 #define out_le16(port, val) outw(val, port) macro
|
| /openbmc/u-boot/board/gdsys/mpc8308/ |
| H A D | strider.c | 67 out_le16(reg, data); in fpga_set_reg()
|
| H A D | hrcon.c | 64 out_le16(reg, data); in fpga_set_reg()
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | io.h | 87 #define out_le16(a, v) out_arch(w, le16, a, v) macro
|
| /openbmc/u-boot/arch/mips/include/asm/ |
| H A D | io.h | 555 #define out_le16(a, v) out_arch(w, le16, a, v) macro
|
| /openbmc/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 161 #define out_le16(a, v) out_arch(w, le16, a, v) macro
|
| /openbmc/u-boot/arch/riscv/include/asm/ |
| H A D | io.h | 148 #define out_le16(a, v) out_arch(w, le16, a, v) macro
|
| /openbmc/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 151 #define out_le16(a,v) out_arch(w,le16,a,v) macro
|
| /openbmc/u-boot/include/ |
| H A D | fsl_ifc.h | 24 #define ifc_out16(a, v) out_le16(a, v)
|