Searched refs:shift (Results 1 – 6 of 6) sorted by relevance
/hal_microchip-latest/mpfs/hal/ |
D | hw_reg_access.h | 71 int_fast8_t shift, 94 int_fast8_t shift, 142 int_fast8_t shift, 164 int_fast8_t shift, 212 int_fast8_t shift, 234 int_fast8_t shift,
|
/hal_microchip-latest/mpfs/drivers/mss/mss_mmc/ |
D | mss_mmc_regs.h | 625 uint32_t shift = ((val & 0x00000F00u) >> 8u); in SRS17_GET_RETUNING_TIMER_COUNT() local 626 if (shift > 0u) { in SRS17_GET_RETUNING_TIMER_COUNT() 627 shift -= 1u; in SRS17_GET_RETUNING_TIMER_COUNT() 628 result = (((uint32_t)1u) << shift); in SRS17_GET_RETUNING_TIMER_COUNT() 836 const uint8_t shift = ((groupNum - 1u) % 2u) * 4u; in SDCARD_SWICH_FUNC_GET_STAT_CODE() local 840 result = (GET_BYTE_FROM_BUFFER2(val, 64u, offset) >> shift) & 0xFu; in SDCARD_SWICH_FUNC_GET_STAT_CODE()
|
D | mss_mmc.c | 4445 const uint32_t shift = (((uint32_t)group_num - MMC_SET) * SHIFT_4BIT); in sd_host_process_switch_function() local 4447 if (shift < SHIFT_32BIT) in sd_host_process_switch_function() 4449 argumentBase = (uint32_t)(MASK_24BIT & ~(MASK_4BIT << shift)) in sd_host_process_switch_function() 4450 | ((uint32_t)function_num << shift); in sd_host_process_switch_function() 4578 const uint32_t shift = ((group_num - MMC_SET) * SHIFT_4BIT); in sd_card_uhsi_supported() local 4580 if (shift < SHIFT_32BIT) in sd_card_uhsi_supported() 4582 argument = (uint32_t)(MASK_24BIT & ~(MASK_4BIT << shift)) in sd_card_uhsi_supported() 4583 | ((uint32_t)function_num << shift) in sd_card_uhsi_supported()
|
/hal_microchip-latest/mec5/drivers/ |
D | mec_qspi.c | 956 uint32_t shift = 0, nu = 0, descr = 0, descr_init = 0, didx = 0; in mec_hal_qspi_ldma() local 992 shift = 0; in mec_hal_qspi_ldma() 994 shift = 4; in mec_hal_qspi_ldma() 1008 nbytes -= (nu << shift); in mec_hal_qspi_ldma()
|
/hal_microchip-latest/mpfs/mpfs_hal/common/nwc/ |
D | mss_ddr.c | 3386 uint8_t shift = 0U; in set_write_calib() local 3397 calib_data.write_cal.lane_calib_result | (temp << (shift)); in set_write_calib() 3398 shift = (uint8_t)(shift + 0x04U); in set_write_calib()
|
D | mss_ddr_sgmii_regs.h | 4599 __IO uint32_t shift :1; member
|