Home
last modified time | relevance | path

Searched refs:_x (Results 1 – 11 of 11) sorted by relevance

/u-boot/include/
A Dedid.h24 #define GET_BIT(_x, _pos) \ argument
25 (((_x) >> (_pos)) & 1)
48 (_x).horizontal_active)
57 (_x).vertical_active)
67 (_x).hsync_offset)
81 ((GET_BITS((_x).himage_vimage_size_hi, 7, 4) << 8) + (_x).himage_size)
83 ((GET_BITS((_x).himage_vimage_size_hi, 3, 0) << 8) + (_x).vimage_size)
88 GET_BIT((_x).flags, 7)
96 GET_BIT((_x).flags, 2)
142 (((uint16_t)(_x).product_code[1] << 8) + (_x).product_code[0])
[all …]
/u-boot/arch/arm/mach-s5pc1xx/include/mach/
A Dmmc.h23 #define SDHCI_CTRL2_FLTCLKSEL(_x) ((_x) << 24) argument
27 #define SDHCI_CTRL2_LVLDAT(_x) ((_x) << 16) argument
35 #define SDHCI_CTRL2_DFCNT_MASK(_x) ((_x) << 9) argument
41 #define SDHCI_CTRL2_SELBASECLK_MASK(_x) ((_x) << 4) argument
52 #define SDHCI_CTRL4_DRIVE_MASK(_x) ((_x) << 16) argument
/u-boot/arch/arm/mach-exynos/include/mach/
A Dmmc.h23 #define SDHCI_CTRL2_FLTCLKSEL(_x) ((_x) << 24) argument
27 #define SDHCI_CTRL2_LVLDAT(_x) ((_x) << 16) argument
35 #define SDHCI_CTRL2_DFCNT_MASK(_x) ((_x) << 9) argument
41 #define SDHCI_CTRL2_SELBASECLK_MASK(_x) ((_x) << 4) argument
52 #define SDHCI_CTRL4_DRIVE_MASK(_x) ((_x) << 16) argument
A Dxhci-exynos.h13 #define LINKSYSTEM_FLADJ(_x) ((_x) << 1) argument
21 #define PHYCLKRST_SSC_REFCLKSEL(_x) ((_x) << 23) argument
24 #define PHYCLKRST_SSC_RANGE(_x) ((_x) << 21) argument
38 #define PHYCLKRST_FSEL(_x) ((_x) << 5) argument
/u-boot/include/xen/interface/io/
A Dring.h33 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1)) argument
34 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x) >> 2) << 2 : __RD2(_x)) argument
35 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x) >> 4) << 4 : __RD4(_x)) argument
36 #define __RD16(_x) (((_x) & 0x0000ff00) ? __RD8((_x) >> 8) << 8 : __RD8(_x)) argument
37 #define __RD32(_x) (((_x) & 0xffff0000) ? __RD16((_x) >> 16) << 16 : __RD16(_x)) argument
/u-boot/drivers/net/
A Dmvgbe.h130 #define MVGBE_DFLT_RXQ(_x) (_x << 1) argument
131 #define MVGBE_DFLT_RX_ARPQ(_x) (_x << 4) argument
143 #define MVGBE_DFLT_RX_TCPQ(_x) (_x << 16) argument
144 #define MVGBE_DFLT_RX_UDPQ(_x) (_x << 19) argument
145 #define MVGBE_DFLT_RX_BPDUQ(_x) (_x << 22) argument
A Dsmc91111.h151 #define SMC_LEON_SWAP16(_x_) ({ word _x = (_x_); ((_x << 8) | (_x >> 8)); })
154 ({ dword _x = (_x_); \
155 ((_x << 24) | \
156 ((0x0000FF00UL & _x) << 8) | \
157 ((0x00FF0000UL & _x) >> 8) | \
158 (_x >> 24)); })
/u-boot/board/imgtec/malta/
A Dlowlevel_init.S18 #define CPU_TO_GT32(_x) ((_x)) argument
20 #define CPU_TO_GT32(_x) ( \ argument
21 (((_x) & 0xff) << 24) | (((_x) & 0xff00) << 8) | \
22 (((_x) & 0xff0000) >> 8) | (((_x) & 0xff000000) >> 24))
/u-boot/arch/arm/mach-orion5x/include/mach/
A Dcpu.h21 #define ORION5XGBE_PORT_SERIAL_CONTROL1_REG(_x) \ argument
22 ((_x ? ORION5X_EGIGA0_BASE : ORION5X_EGIGA1_BASE) + 0x44c)
/u-boot/arch/arm/mach-kirkwood/include/mach/
A Dcpu.h18 #define KWGBE_PORT_SERIAL_CONTROL1_REG(_x) \ argument
19 ((_x ? KW_EGIGA1_BASE : KW_EGIGA0_BASE) + 0x44c)
/u-boot/drivers/usb/musb-new/
A Dmusb_core.h187 #define test_devctl_hst_mode(_x) \ argument
188 (musb_readb((_x)->mregs, MUSB_DEVCTL)&MUSB_DEVCTL_HM)

Completed in 33 milliseconds