Home
last modified time | relevance | path

Searched refs:tb (Results 1 – 5 of 5) sorted by relevance

/u-boot/drivers/pinctrl/mediatek/
A Dpinctrl-mtk-common.c376 const struct mtk_drive_desc *tb; in mtk_pinconf_drive_set_v0() local
379 tb = &mtk_drive[desc->drv_n]; in mtk_pinconf_drive_set_v0()
385 if ((arg >= tb->min && arg <= tb->max) && !(arg % tb->step)) { in mtk_pinconf_drive_set_v0()
386 arg = (arg / tb->step - 1) * tb->scal; in mtk_pinconf_drive_set_v0()
405 const struct mtk_drive_desc *tb; in mtk_pinconf_drive_set_v1() local
408 tb = &mtk_drive[desc->drv_n]; in mtk_pinconf_drive_set_v1()
409 if ((arg >= tb->min && arg <= tb->max) && !(arg % tb->step)) { in mtk_pinconf_drive_set_v1()
410 arg = (arg / tb->step - 1) * tb->scal; in mtk_pinconf_drive_set_v1()
/u-boot/tools/
A Dk3_gen_x509_cert.sh135 tb="\t\t\t"
138 tb="\t"
140 echo -e " -$option$arg:$tb$txt"
/u-boot/lib/rsa/
A Drsa-keyprop.c466 uint32_t a0, a1, b0, hi, g, q, tb; in br_i32_muladd_small() local
540 tb = 1; in br_i32_muladd_small()
553 tb = MUX(EQ(nxw, mw), tb, GT(nxw, mw)); in br_i32_muladd_small()
568 under = ~over & (tb | (~chf & LT(clow, hi))); in br_i32_muladd_small()
/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_mlc.c1757 int lr, tb; in nx_mlc_get_position() local
1763 tb = readl(&pregister->mlcrgblayer[layer].mlctopbottom); in nx_mlc_get_position()
1769 *(int *)top = ((tb >> 16) & 0xFFUL); in nx_mlc_get_position()
1775 *(int *)bottom = ((tb >> 0) & 0xFFUL); in nx_mlc_get_position()
1842 int lr, tb; in nx_mlc_get_video_position() local
1848 tb = readl(&pregister->mlcvideolayer.mlctopbottom); in nx_mlc_get_video_position()
1854 *(int *)top = ((tb >> 16) & 0xFFUL); in nx_mlc_get_video_position()
1860 *(int *)bottom = ((tb >> 0) & 0xFFUL); in nx_mlc_get_video_position()
/u-boot/doc/develop/
A Dcoccinelle.rst415 alg = crypto_attr_alg(tb[1], CRYPTO_ALG_TYPE_CIPHER,
460 alg = crypto_attr_alg(tb[1], CRYPTO_ALG_TYPE_CIPHER,

Completed in 12 milliseconds