/external/u-boot/arch/arm/cpu/armv7/ls102xa/ |
D | soc.c | 99 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/ |
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
|
/external/u-boot/arch/xtensa/include/asm/ |
D | io.h | 93 # 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/ |
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()
|
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
D | soc.c | 141 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/ |
D | fpga.c | 14 out_le16(reg, data); in fpga_set_reg()
|
D | ihs_mdio.c | 46 out_le16((u16 *)(ptr + base + addr), val); in write_reg()
|
/external/u-boot/arch/sandbox/include/asm/ |
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
|
/external/u-boot/arch/m68k/include/asm/ |
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
|
/external/u-boot/drivers/pci/ |
D | pci_indirect.c | 54 INDIRECT_PCI_OP(write, word, u16, out_le16, 2)
|
/external/u-boot/arch/m68k/cpu/mcf547x_8x/ |
D | pci.c | 42 PCI_OP(write, word, u16, out_le16, 2)
|
/external/u-boot/arch/m68k/cpu/mcf5445x/ |
D | pci.c | 41 PCI_OP(write, word, u16, out_le16, 2)
|
/external/u-boot/arch/nios2/include/asm/ |
D | io.h | 125 #define out_le16(a,v) out_arch(w,le16,a,v) macro
|
/external/u-boot/arch/arc/include/asm/ |
D | io.h | 229 #define out_le16(a, v) out_arch(w, le16, a, v) macro
|
/external/u-boot/arch/x86/include/asm/ |
D | io.h | 87 #define out_le16(a, v) out_arch(w, le16, a, v) macro
|
/external/u-boot/board/gdsys/mpc8308/ |
D | strider.c | 67 out_le16(reg, data); in fpga_set_reg()
|
D | hrcon.c | 64 out_le16(reg, data); in fpga_set_reg()
|
/external/u-boot/arch/sh/include/asm/ |
D | io.h | 116 #define out_le16(port, val) outw(val, port) macro
|
/external/u-boot/arch/nds32/include/asm/ |
D | io.h | 161 #define out_le16(a, v) out_arch(w, le16, a, v) macro
|
/external/u-boot/include/ |
D | fsl_ifc.h | 24 #define ifc_out16(a, v) out_le16(a, v)
|
/external/u-boot/arch/riscv/include/asm/ |
D | io.h | 179 #define out_le16(a, v) out_arch(w, le16, a, v) macro
|
/external/u-boot/arch/arm/include/asm/ |
D | io.h | 151 #define out_le16(a,v) out_arch(w,le16,a,v) macro
|
/external/u-boot/drivers/ata/ |
D | sata_mv.c | 785 out_le16(priv->regbase + PIO_DATA, *tp++); in mv_ata_exec_ata_cmd_nondma()
|