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()
3305 u64 oe_end; in find_delalloc_subrange() local3373 oe_end = min(oe->file_offset + oe->num_bytes - 1, end); in find_delalloc_subrange()3380 *delalloc_end_ret = oe_end; in find_delalloc_subrange()3390 if (oe_end < *delalloc_start_ret) in find_delalloc_subrange()3391 *delalloc_end_ret = oe_end; in find_delalloc_subrange()3394 *delalloc_end_ret = oe_end; in find_delalloc_subrange()