Searched refs:oe_end (Results 1 – 2 of 2) sorted by relevance
2699 u32 oe_start, oe_end, oe_end_dqsd; in cadence_nand_setup_nvddr_interface() local2808 oe_end = (NVDDR_DATA_SEL_OE_END_MIN + oe_end_dqsd) / 2; in cadence_nand_setup_nvddr_interface()2809 if (oe_end > NVDDR_DATA_SEL_OE_END_MAX) in cadence_nand_setup_nvddr_interface()2810 oe_end = NVDDR_DATA_SEL_OE_END_MAX; in cadence_nand_setup_nvddr_interface()2823 reg = FIELD_PREP(PHY_DQS_TIMING_DQS_SEL_OE_END, oe_end); in cadence_nand_setup_nvddr_interface()2825 reg |= FIELD_PREP(PHY_DQS_TIMING_DQS_SEL_TSEL_END, oe_end); in cadence_nand_setup_nvddr_interface()
3272 u64 oe_end; in find_delalloc_subrange() local3340 oe_end = min(oe->file_offset + oe->num_bytes - 1, end); in find_delalloc_subrange()3347 *delalloc_end_ret = oe_end; in find_delalloc_subrange()3357 if (oe_end < *delalloc_start_ret) in find_delalloc_subrange()3358 *delalloc_end_ret = oe_end; in find_delalloc_subrange()3361 *delalloc_end_ret = oe_end; in find_delalloc_subrange()