Home
last modified time | relevance | path

Searched refs:out_le16 (Results 1 – 23 of 23) sorted by relevance

/external/u-boot/arch/arm/cpu/armv7/ls102xa/
Dsoc.c99 out_le16(usb_phy + USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_1); in erratum_a009007()
100 out_le16(usb_phy + USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_2); in erratum_a009007()
101 out_le16(usb_phy + USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_3); in erratum_a009007()
102 out_le16(usb_phy + USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_4); in erratum_a009007()
/external/u-boot/arch/powerpc/include/asm/
Dio.h33 #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
/external/u-boot/arch/xtensa/include/asm/
Dio.h93 # define out_le16(b, addr) *(u16 *)(addr) = _swapw(b) macro
100 # define out_le16(b, addr) *(u16 *)(addr) = (b) macro
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dpcie.c103 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()
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
Dsoc.c141 out_le16((phy) + DCSR_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_1); \
142 out_le16((phy) + DCSR_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_2); \
143 out_le16((phy) + DCSR_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_3); \
144 out_le16((phy) + DCSR_USB_PHY_RX_OVRD_IN_HI, USB_PHY_RX_EQ_VAL_4)
/external/u-boot/board/gdsys/common/
Dfpga.c14 out_le16(reg, data); in fpga_set_reg()
Dihs_mdio.c46 out_le16((u16 *)(ptr + base + addr), val); in write_reg()
/external/u-boot/arch/sandbox/include/asm/
Dio.h68 #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
/external/u-boot/arch/m68k/include/asm/
Dio.h62 #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
/external/u-boot/drivers/pci/
Dpci_indirect.c54 INDIRECT_PCI_OP(write, word, u16, out_le16, 2)
/external/u-boot/arch/m68k/cpu/mcf547x_8x/
Dpci.c42 PCI_OP(write, word, u16, out_le16, 2)
/external/u-boot/arch/m68k/cpu/mcf5445x/
Dpci.c41 PCI_OP(write, word, u16, out_le16, 2)
/external/u-boot/arch/nios2/include/asm/
Dio.h125 #define out_le16(a,v) out_arch(w,le16,a,v) macro
/external/u-boot/arch/arc/include/asm/
Dio.h229 #define out_le16(a, v) out_arch(w, le16, a, v) macro
/external/u-boot/arch/x86/include/asm/
Dio.h87 #define out_le16(a, v) out_arch(w, le16, a, v) macro
/external/u-boot/board/gdsys/mpc8308/
Dstrider.c67 out_le16(reg, data); in fpga_set_reg()
Dhrcon.c64 out_le16(reg, data); in fpga_set_reg()
/external/u-boot/arch/sh/include/asm/
Dio.h116 #define out_le16(port, val) outw(val, port) macro
/external/u-boot/arch/nds32/include/asm/
Dio.h161 #define out_le16(a, v) out_arch(w, le16, a, v) macro
/external/u-boot/include/
Dfsl_ifc.h24 #define ifc_out16(a, v) out_le16(a, v)
/external/u-boot/arch/riscv/include/asm/
Dio.h179 #define out_le16(a, v) out_arch(w, le16, a, v) macro
/external/u-boot/arch/arm/include/asm/
Dio.h151 #define out_le16(a,v) out_arch(w,le16,a,v) macro
/external/u-boot/drivers/ata/
Dsata_mv.c785 out_le16(priv->regbase + PIO_DATA, *tp++); in mv_ata_exec_ata_cmd_nondma()