Home
last modified time | relevance | path

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

/linux/arch/arm/mach-omap2/
A Dprminst44xx.c152 int omap4_prminst_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 inst, in omap4_prminst_deassert_hardreset() argument
157 u32 st_mask = 1 << st_shift; in omap4_prminst_deassert_hardreset()
170 omap_test_timeout(omap4_prminst_is_hardreset_asserted(st_shift, part, in omap4_prminst_deassert_hardreset()
A Dprm.h142 int (*deassert_hardreset)(u8 shift, u8 st_shift, u8 part, s16 prm_mod,
156 int omap_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 prm_mod,
A 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()
A Dprm2xxx_3xxx.c82 int omap2_prm_deassert_hardreset(u8 rst_shift, u8 st_shift, u8 part, in omap2_prm_deassert_hardreset() argument
89 st = 1 << st_shift; in omap2_prm_deassert_hardreset()
A Dprminst44xx.h31 int omap4_prminst_deassert_hardreset(u8 shift, u8 st_shift, u8 part,
A Dprm_common.c458 int omap_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 prm_mod, in omap_prm_deassert_hardreset() argument
467 return prm_ll_data->deassert_hardreset(shift, st_shift, part, prm_mod, in omap_prm_deassert_hardreset()
A Dprm2xxx_3xxx.h103 int omap2_prm_deassert_hardreset(u8 rst_shift, u8 st_shift, u8 part,
A Domap_hwmod.c1448 ohri->st_shift = oh->rst_lines[i].st_shift; in _lookup_hardreset()
1451 ohri->st_shift); in _lookup_hardreset()
2780 return omap_prm_deassert_hardreset(ohri->rst_shift, ohri->st_shift, 0, in _omap2_deassert_hardreset()
2799 return omap_prm_is_hardreset_asserted(ohri->st_shift, 0, in _omap2_is_hardreset_asserted()
2845 if (ohri->st_shift) in _omap4_deassert_hardreset()
2914 return omap_prm_deassert_hardreset(ohri->rst_shift, ohri->st_shift, in _am33xx_deassert_hardreset()
A Domap_hwmod_3xxx_data.c93 { .name = "logic", .rst_shift = 0, .st_shift = 8 },
94 { .name = "seq0", .rst_shift = 1, .st_shift = 9 },
95 { .name = "seq1", .rst_shift = 2, .st_shift = 10 },
2038 { .name = "mmu", .rst_shift = 1, .st_shift = 9 },
A Domap_hwmod.h166 u8 st_shift; member
/linux/drivers/video/fbdev/
A Datafb.c117 short st_shift; member
937 par->hw.falcon.st_shift = 0x200; in falcon_decode_var()
941 par->hw.falcon.st_shift = 0x100; in falcon_decode_var()
945 par->hw.falcon.st_shift = 0x000; in falcon_decode_var()
1034 par->hw.falcon.st_shift = 0x200; in falcon_decode_var()
1414 else if (hw->st_shift == 0) in falcon_encode_var()
1416 else if (hw->st_shift == 0x100) in falcon_encode_var()
1533 hw->st_shift = videl.st_shift & 0x300; in falcon_get_par()
1560 ((hw->f_shift & 0x510) == 0 && hw->st_shift == 0x200); in falcon_get_par()
1616 videl.st_shift = hw->st_shift; /* write enables STE palette */ in falcon_vbl_switcher()
[all …]
/linux/arch/m68k/include/asm/
A Datarihw.h253 u_short st_shift; member

Completed in 40 milliseconds