Home
last modified time | relevance | path

Searched refs:st_shift (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/arch/arm/mach-omap2/
Dprminst44xx.c155 int omap4_prminst_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 inst, in omap4_prminst_deassert_hardreset() argument
160 u32 st_mask = 1 << st_shift; in omap4_prminst_deassert_hardreset()
173 omap_test_timeout(omap4_prminst_is_hardreset_asserted(st_shift, part, in omap4_prminst_deassert_hardreset()
Dprm.h145 int (*deassert_hardreset)(u8 shift, u8 st_shift, u8 part, s16 prm_mod,
159 int omap_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 prm_mod,
Dprm33xx.c122 static int am33xx_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, in am33xx_prm_deassert_hardreset() argument
127 u32 mask = 1 << st_shift; in am33xx_prm_deassert_hardreset()
142 omap_test_timeout(am33xx_prm_is_hardreset_asserted(st_shift, 0, inst, in am33xx_prm_deassert_hardreset()
Dprm2xxx_3xxx.c85 int omap2_prm_deassert_hardreset(u8 rst_shift, u8 st_shift, u8 part, in omap2_prm_deassert_hardreset() argument
92 st = 1 << st_shift; in omap2_prm_deassert_hardreset()
Dprminst44xx.h34 int omap4_prminst_deassert_hardreset(u8 shift, u8 st_shift, u8 part,
Dprm2xxx_3xxx.h106 int omap2_prm_deassert_hardreset(u8 rst_shift, u8 st_shift, u8 part,
Dprm_common.c462 int omap_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 prm_mod, in omap_prm_deassert_hardreset() argument
471 return prm_ll_data->deassert_hardreset(shift, st_shift, part, prm_mod, in omap_prm_deassert_hardreset()
Domap_hwmod.c1443 ohri->st_shift = oh->rst_lines[i].st_shift; in _lookup_hardreset()
1446 ohri->st_shift); in _lookup_hardreset()
2777 return omap_prm_deassert_hardreset(ohri->rst_shift, ohri->st_shift, 0, in _omap2_deassert_hardreset()
2796 return omap_prm_is_hardreset_asserted(ohri->st_shift, 0, in _omap2_is_hardreset_asserted()
2842 if (ohri->st_shift) in _omap4_deassert_hardreset()
2911 return omap_prm_deassert_hardreset(ohri->rst_shift, ohri->st_shift, in _am33xx_deassert_hardreset()
Domap_hwmod.h170 u8 st_shift; member
Domap_hwmod_33xx_data.c65 { .name = "wkup_m3", .rst_shift = 3, .st_shift = 5 },
Domap_hwmod_3xxx_data.c97 { .name = "logic", .rst_shift = 0, .st_shift = 8 },
98 { .name = "seq0", .rst_shift = 1, .st_shift = 9 },
99 { .name = "seq1", .rst_shift = 2, .st_shift = 10 },
2192 { .name = "mmu", .rst_shift = 1, .st_shift = 9 },
Domap_hwmod_43xx_data.c54 { .name = "wkup_m3", .rst_shift = 3, .st_shift = 5 },
Domap_hwmod_33xx_43xx_ipblock_data.c174 { .name = "gfx", .rst_shift = 0, .st_shift = 0},
/Linux-v4.19/drivers/video/fbdev/
Datafb.c139 short st_shift; member
967 par->hw.falcon.st_shift = 0x200; in falcon_decode_var()
971 par->hw.falcon.st_shift = 0x100; in falcon_decode_var()
975 par->hw.falcon.st_shift = 0x000; in falcon_decode_var()
1064 par->hw.falcon.st_shift = 0x200; in falcon_decode_var()
1444 else if (hw->st_shift == 0) in falcon_encode_var()
1446 else if (hw->st_shift == 0x100) in falcon_encode_var()
1563 hw->st_shift = videl.st_shift & 0x300; in falcon_get_par()
1588 hw->ste_mode = (hw->f_shift & 0x510) == 0 && hw->st_shift == 0x100; in falcon_get_par()
1590 ((hw->f_shift & 0x510) == 0 && hw->st_shift == 0x200); in falcon_get_par()
[all …]
/Linux-v4.19/arch/m68k/include/asm/
Datarihw.h256 u_short st_shift; member