/linux-4.1.27/arch/arm/mach-omap2/ |
D | prminst44xx.c | 153 int omap4_prminst_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 inst, in omap4_prminst_deassert_hardreset() argument 158 u32 st_mask = 1 << st_shift; in omap4_prminst_deassert_hardreset() 171 omap_test_timeout(omap4_prminst_is_hardreset_asserted(st_shift, part, in omap4_prminst_deassert_hardreset()
|
D | prm.h | 147 int (*deassert_hardreset)(u8 shift, u8 st_shift, u8 part, s16 prm_mod, 161 int omap_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 prm_mod,
|
D | prm33xx.c | 122 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()
|
D | prm2xxx_3xxx.c | 85 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()
|
D | prminst44xx.h | 34 int omap4_prminst_deassert_hardreset(u8 shift, u8 st_shift, u8 part,
|
D | prm2xxx_3xxx.h | 106 int omap2_prm_deassert_hardreset(u8 rst_shift, u8 st_shift, u8 part,
|
D | prm_common.c | 472 int omap_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 prm_mod, in omap_prm_deassert_hardreset() argument 481 return prm_ll_data->deassert_hardreset(shift, st_shift, part, prm_mod, in omap_prm_deassert_hardreset()
|
D | omap_hwmod.c | 1605 ohri->st_shift = oh->rst_lines[i].st_shift; in _lookup_hardreset() 1608 ohri->st_shift); in _lookup_hardreset() 2978 return omap_prm_deassert_hardreset(ohri->rst_shift, ohri->st_shift, 0, in _omap2_deassert_hardreset() 2997 return omap_prm_is_hardreset_asserted(ohri->st_shift, 0, in _omap2_is_hardreset_asserted() 3043 if (ohri->st_shift) in _omap4_deassert_hardreset() 3094 return omap_prm_deassert_hardreset(ohri->rst_shift, ohri->st_shift, in _am33xx_deassert_hardreset()
|
D | omap_hwmod.h | 203 u8 st_shift; member
|
D | omap_hwmod_33xx_data.c | 81 { .name = "wkup_m3", .rst_shift = 3, .st_shift = 5 },
|
D | omap_hwmod_3xxx_data.c | 114 { .name = "logic", .rst_shift = 0, .st_shift = 8 }, 115 { .name = "seq0", .rst_shift = 1, .st_shift = 9 }, 116 { .name = "seq1", .rst_shift = 2, .st_shift = 10 }, 3037 { .name = "mmu", .rst_shift = 1, .st_shift = 9 },
|
D | omap_hwmod_43xx_data.c | 42 { .name = "wkup_m3", .rst_shift = 3, .st_shift = 5 },
|
D | omap_hwmod_33xx_43xx_ipblock_data.c | 173 { .name = "gfx", .rst_shift = 0, .st_shift = 0},
|
/linux-4.1.27/drivers/video/fbdev/ |
D | atafb.c | 139 short st_shift; member 970 par->hw.falcon.st_shift = 0x200; in falcon_decode_var() 974 par->hw.falcon.st_shift = 0x100; in falcon_decode_var() 978 par->hw.falcon.st_shift = 0x000; in falcon_decode_var() 1067 par->hw.falcon.st_shift = 0x200; in falcon_decode_var() 1447 else if (hw->st_shift == 0) in falcon_encode_var() 1449 else if (hw->st_shift == 0x100) in falcon_encode_var() 1566 hw->st_shift = videl.st_shift & 0x300; in falcon_get_par() 1591 hw->ste_mode = (hw->f_shift & 0x510) == 0 && hw->st_shift == 0x100; in falcon_get_par() 1593 ((hw->f_shift & 0x510) == 0 && hw->st_shift == 0x200); in falcon_get_par() [all …]
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | atarihw.h | 255 u_short st_shift; member
|