Home
last modified time | relevance | path

Searched refs:quirk (Results 1 – 25 of 33) sorted by relevance

12

/external/u-boot/drivers/i2c/
Dmxc_i2c.c172 bool quirk = i2c_bus->driver_data & I2C_QUIRK_FLAG ? true : false; in bus_i2c_set_bus_speed() local
175 int reg_shift = quirk ? VF610_I2C_REGSHIFT : IMX_I2C_REGSHIFT; in bus_i2c_set_bus_speed()
197 bool quirk = i2c_bus->driver_data & I2C_QUIRK_FLAG ? true : false; in wait_for_sr_state() local
198 int reg_shift = quirk ? VF610_I2C_REGSHIFT : IMX_I2C_REGSHIFT; in wait_for_sr_state()
204 if (quirk) in wait_for_sr_state()
281 bool quirk = i2c_bus->driver_data & I2C_QUIRK_FLAG ? true : false; in i2c_init_transfer_() local
283 int reg_shift = quirk ? VF610_I2C_REGSHIFT : IMX_I2C_REGSHIFT; in i2c_init_transfer_()
289 if (quirk) in i2c_init_transfer_()
700 bool quirk = mxc_i2c_buses[I2C_EARLY_INIT_INDEX].driver_data in i2c_early_init_f() local
702 int reg_shift = quirk ? VF610_I2C_REGSHIFT : IMX_I2C_REGSHIFT; in i2c_early_init_f()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_quirk.c38 _nine_get_quirk( unsigned quirk ) in _nine_get_quirk() argument
48 return !!(flags & quirk); in _nine_get_quirk()
Dnine_quirk.h29 _nine_get_quirk( unsigned quirk );
/external/u-boot/include/linux/
Darm-smccc.h97 struct arm_smccc_res *res, struct arm_smccc_quirk *quirk);
114 struct arm_smccc_res *res, struct arm_smccc_quirk *quirk);
/external/scapy/test/
Dp0f.uts67 = Handle unusual flags ("F") quirk
97 # since T quirk is not present:
100 = Discard 2nd timestamp of 0 if "T" quirk is present
/external/u-boot/arch/arm/dts/
Ddra72-evm-revc.dts84 ti,dp83867-rxctrl-strap-quirk;
95 ti,dp83867-rxctrl-strap-quirk;
Ddra71-evm.dts222 ti,dp83867-rxctrl-strap-quirk;
231 ti,dp83867-rxctrl-strap-quirk;
Ddra76-evm.dts362 ti,dp83867-rxctrl-strap-quirk;
371 ti,dp83867-rxctrl-strap-quirk;
Drk3399.dtsi356 snps,dis-enblslpm-quirk;
358 snps,dis-u2-freeclk-exists-quirk;
359 snps,dis-u2-susphy-quirk;
377 snps,dis-enblslpm-quirk;
379 snps,dis-u2-freeclk-exists-quirk;
380 snps,dis-u2-susphy-quirk;
Drk3328.dtsi516 snps,dis-enblslpm-quirk;
518 snps,dis-u2-freeclk-exists-quirk;
519 snps,dis-u2-susphy-quirk;
Dzynqmp.dtsi850 snps,quirk-frame-length-adjustment = <0x20>;
875 snps,quirk-frame-length-adjustment = <0x20>;
/external/u-boot/drivers/input/
Di8042.c122 static int kbd_reset(int quirk) in kbd_reset() argument
146 else if ((quirk & QUIRK_DUP_POR) && config == KBD_POR) in kbd_reset()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cconv/
Dreserved-space.ll30 ; 64-bit pointer. I've yet to find a documentation reference for this quirk but
/external/llvm/test/CodeGen/Mips/cconv/
Dreserved-space.ll30 ; 64-bit pointer. I've yet to find a documentation reference for this quirk but
/external/libxkbcommon/xkbcommon/test/data/compat/
Dmisc118 // This is a quirk, to circumvent the problem.
/external/iptables/utils/
Dpf.os462 # *:128:1:48:M*,N,N,S:U:-Windows:XP/2000 while downloading (leak!) XXX quirk
463 # there is an equiv similar generic sig w/o the quirk
481 # XXX quirk
513 # XXX quirk
/external/libunwind/doc/
DNOTES113 register backing store pointer (bsp). One quirk with this
/external/python/cpython3/Doc/using/
Dmac.rst91 With older versions of Python, there is one Mac OS X quirk that you need to be
/external/python/cpython2/Doc/using/
Dmac.rst98 With older versions of Python, there is one Mac OS X quirk that you need to be
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dantarctica336 # One last quirk about South Pole time.
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2765 boolean quirk = false; in r600_create_db_flush_dsa() local
2769 quirk = true; in r600_create_db_flush_dsa()
2773 if (quirk) { in r600_create_db_flush_dsa()
/external/jemalloc/
DINSTALL163 --disable-munmap is implied) on Linux, which has a quirk in its virtual
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.css440 /* IE6 quirk (won't chain classes, so just keep background blue) */
/external/clang/docs/
DLibASTMatchersTutorial.rst350 Specifying what is incremented introduces another quirk of Clang's AST:
/external/mksh/src/
DBuild.sh2757 MKSH_MIDNIGHTBSD01ASH_COMPAT set -o sh: additional compatibility quirk

12