Home
last modified time | relevance | path

Searched refs:smpl (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/doc/
H A DREADME.coccinelle345 <smpl>
360 </smpl>
385 <smpl>
392 </smpl>
431 <smpl>
437 </smpl>
468 <smpl>
484 </smpl>
/openbmc/linux/drivers/mmc/host/
H A Ddw_mmc-exynos.c508 u8 start_smpl, smpl, candidates = 0; in dw_mci_exynos_execute_tuning() local
516 smpl = dw_mci_exynos_move_next_clksmpl(host); in dw_mci_exynos_execute_tuning()
519 candidates |= (1 << smpl); in dw_mci_exynos_execute_tuning()
521 } while (start_smpl != smpl); in dw_mci_exynos_execute_tuning()
/openbmc/linux/Documentation/dev-tools/
H A Dcoccinelle.rst373 <smpl>
388 </smpl>
413 <smpl>
420 </smpl>
459 <smpl>
465 </smpl>
496 <smpl>
512 </smpl>
/openbmc/qemu/scripts/coccinelle/
H A Dcpu-reset.cocci8 // --keep-comments --smpl-spacing --in-place --include-headers --dir target
H A Dreset-type.cocci11 // --keep-comments --smpl-spacing --in-place --include-headers \
/openbmc/linux/include/sound/
H A Dwavefront.h379 #define WF_SAMPLE_IS_8BIT(smpl) ((smpl)->SampleResolution&2) argument