Home
last modified time | relevance | path

Searched defs:clr (Results 1 – 25 of 32) sorted by relevance

12

/external/u-boot/arch/arm/include/asm/arch-rockchip/
Dhardware.h9 #define RK_CLRSETBITS(clr, set) ((((clr) | (set)) << 16) | (set)) argument
11 #define RK_CLRBITS(clr) RK_CLRSETBITS(clr, 0) argument
15 #define rk_clrsetreg(addr, clr, set) \ argument
17 #define rk_clrreg(addr, clr) writel((clr) << 16, addr) argument
/external/u-boot/arch/x86/include/asm/arch-quark/
Dmsg_port.h108 #define msg_port_generic_clrsetbits(type, port, reg, clr, set) \ argument
113 #define msg_port_clrbits(port, reg, clr) \ argument
117 #define msg_port_clrsetbits(port, reg, clr, set) \ argument
120 #define msg_port_alt_clrbits(port, reg, clr) \ argument
124 #define msg_port_alt_clrsetbits(port, reg, clr, set) \ argument
127 #define msg_port_io_clrbits(port, reg, clr) \ argument
131 #define msg_port_io_clrsetbits(port, reg, clr, set) \ argument
/external/pdfium/third_party/lcms/src/
Dcmscam02.c103 CAM02COLOR XYZtoCAT02(CAM02COLOR clr) in XYZtoCAT02()
113 CAM02COLOR ChromaticAdaptation(CAM02COLOR clr, cmsCIECAM02* pMod) in ChromaticAdaptation()
128 CAM02COLOR CAT02toHPE(CAM02COLOR clr) in CAT02toHPE()
150 CAM02COLOR NonlinearCompression(CAM02COLOR clr, cmsCIECAM02* pMod) in NonlinearCompression()
174 CAM02COLOR ComputeCorrelates(CAM02COLOR clr, cmsCIECAM02* pMod) in ComputeCorrelates()
244 CAM02COLOR InverseCorrelates(CAM02COLOR clr, cmsCIECAM02* pMod) in InverseCorrelates()
297 CAM02COLOR InverseNonlinearity(CAM02COLOR clr, cmsCIECAM02* pMod) in InverseNonlinearity()
315 CAM02COLOR HPEtoCAT02(CAM02COLOR clr) in HPEtoCAT02()
337 CAM02COLOR InverseChromaticAdaptation(CAM02COLOR clr, cmsCIECAM02* pMod) in InverseChromaticAdaptation()
349 CAM02COLOR CAT02toXYZ(CAM02COLOR clr) in CAT02toXYZ()
[all …]
/external/u-boot/common/
Dlcd_console_rotation.c31 static inline void console_setrow90(struct console_t *pcons, u32 row, int clr) in console_setrow90()
86 static inline void console_setrow180(struct console_t *pcons, u32 row, int clr) in console_setrow180()
133 static inline void console_setrow270(struct console_t *pcons, u32 row, int clr) in console_setrow270()
Dlcd_console.c63 static inline void console_setrow0(struct console_t *pcons, u32 row, int clr) in console_setrow0()
/external/u-boot/drivers/video/
Dconsole_rotate.c14 static int console_set_row_1(struct udevice *dev, uint row, int clr) in console_set_row_1()
146 static int console_set_row_2(struct udevice *dev, uint row, int clr) in console_set_row_2()
273 static int console_set_row_3(struct udevice *dev, uint row, int clr) in console_set_row_3()
Dconsole_normal.c16 static int console_normal_set_row(struct udevice *dev, uint row, int clr) in console_normal_set_row()
Dconsole_truetype.c124 static int console_truetype_set_row(struct udevice *dev, uint row, int clr) in console_truetype_set_row()
317 int xend, int yend, int clr) in console_truetype_erase()
Dvidconsole-uclass.c50 int vidconsole_set_row(struct udevice *dev, uint row, int clr) in vidconsole_set_row()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_blt.c208 struct blt_clear_op clr = {}; in etna_blit_clear_color_blt() local
284 struct blt_clear_op clr = {}; in etna_blit_clear_zs_blt() local
/external/u-boot/drivers/misc/
Dsmsc_sio1007.c24 static inline void sio1007_clrsetbits(int port, int reg, u8 clr, u8 set) in sio1007_clrsetbits()
/external/u-boot/arch/mips/mach-pic32/include/mach/
Dpic32.h61 u32 clr; member
/external/u-boot/board/samsung/odroid/
Dodroid.c95 unsigned int set, clr, clr_src_cpu, clr_pll_con0, clr_src_dmc; in board_clock_init() local
/external/u-boot/drivers/power/pmic/
Dpmic-uclass.c167 int pmic_clrsetbits(struct udevice *dev, uint reg, uint clr, uint set) in pmic_clrsetbits()
/external/swiftshader/third_party/LLVM/test/MC/X86/
Dx86-64.s448 clr %di label
449 clr %esi label
450 clr %rsi label
/external/zlib/src/examples/
Dgzjoin.c279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, in gzcopy()
/external/u-boot/drivers/pci/
Dpci-uclass.c251 u32 clr, u32 set) in pci_bus_clrset_config32()
432 int dm_pci_clrset_config8(struct udevice *dev, int offset, u32 clr, u32 set) in dm_pci_clrset_config8()
446 int dm_pci_clrset_config16(struct udevice *dev, int offset, u32 clr, u32 set) in dm_pci_clrset_config16()
460 int dm_pci_clrset_config32(struct udevice *dev, int offset, u32 clr, u32 set) in dm_pci_clrset_config32()
/external/toybox/lib/
Dargs.c147 struct opts *clr; in gotflag() local
/external/u-boot/drivers/power/regulator/
Dtps65910_regulator.c268 uint clr, set; in tps65910_set_enable() local
/external/llvm/test/MC/X86/
Dx86-64.s485 clr %di label
486 clr %esi label
487 clr %rsi label
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
Dx86-64.s490 clr %di label
491 clr %esi label
492 clr %rsi label
/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.cpp728 void CPDFSDK_InterForm::SetHighlightColor(FX_COLORREF clr, in SetHighlightColor()
737 void CPDFSDK_InterForm::SetAllHighlightColors(FX_COLORREF clr) { in SetAllHighlightColors()
/external/u-boot/drivers/spi/
Dbcm63xx_hsspi.c142 uint32_t clr, set; in bcm63xx_hsspi_activate_cs() local
/external/deqp/modules/gles2/functional/
Des2fDitheringTests.cpp330 const tcu::RGBA clr = renderedImg.getPixel(x, y); in drawAndCheckGradient() local
/external/deqp/modules/gles3/functional/
Des3fDitheringTests.cpp330 const tcu::RGBA clr = renderedImg.getPixel(x, y); in drawAndCheckGradient() local

12