Searched refs:ut (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/amd-pstate/ |
| H A D | basic.sh | 27 if ! /sbin/modprobe -q -n amd-pstate-ut; then 31 if /sbin/modprobe -q amd-pstate-ut; then 32 /sbin/modprobe -q -r amd-pstate-ut
|
| /linux/drivers/ata/ |
| H A D | pata_via.c | 252 int ut; in via_do_set_mode() local 296 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 5) - 2)) : 0x03; in via_do_set_mode() 299 ut = t.udma ? (0xe8 | (clamp_val(t.udma, 2, 9) - 2)) : 0x0f; in via_do_set_mode() 302 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 9) - 2)) : 0x07; in via_do_set_mode() 305 ut = t.udma ? (0xe0 | (clamp_val(t.udma, 2, 9) - 2)) : 0x07; in via_do_set_mode() 321 udma_etc |= ut; in via_do_set_mode()
|
| /linux/net/xfrm/ |
| H A D | xfrm_user.c | 2018 static void copy_templates(struct xfrm_policy *xp, struct xfrm_user_tmpl *ut, in copy_templates() argument 2024 for (i = 0; i < nr; i++, ut++) { in copy_templates() 2027 memcpy(&t->id, &ut->id, sizeof(struct xfrm_id)); in copy_templates() 2028 memcpy(&t->saddr, &ut->saddr, in copy_templates() 2030 t->reqid = ut->reqid; in copy_templates() 2031 t->mode = ut->mode; in copy_templates() 2032 t->share = ut->share; in copy_templates() 2033 t->optional = ut->optional; in copy_templates() 2034 t->aalgos = ut->aalgos; in copy_templates() 2035 t->ealgos = ut->ealgos; in copy_templates() [all …]
|
| /linux/drivers/vdpa/mlx5/net/ |
| H A D | debug.c | 98 static const char *ut = "untagged"; in mlx5_vdpa_add_rx_counters() local 108 strcpy(vidstr, ut); in mlx5_vdpa_add_rx_counters()
|
| /linux/drivers/clk/baikal-t1/ |
| H A D | ccu-pll.c | 91 unsigned long ud, ut; in ccu_pll_reset() local 95 ut = ud * CCU_PLL_LOCK_CHECK_RETRIES; in ccu_pll_reset() 101 val & CCU_PLL_CTL_LOCK, ud, ut); in ccu_pll_reset()
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | amd-pstate.rst | 567 ``amd-pstate-ut`` is a test module for testing the ``amd-pstate`` driver. 622 We create ``amd-pstate-ut`` module and tie it into kselftest.(for
|