Home
last modified time | relevance | path

Searched refs:n_offset (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/ingenic/
H A Dx1830-cgu.c123 .n_offset = 1,
146 .n_offset = 1,
169 .n_offset = 1,
192 .n_offset = 1,
H A Dcgu.h31 * @n_offset: the divider value which encodes to 0 in the PLL's control
52 u8 n_shift, n_bits, n_offset; member
H A Dx1000-cgu.c195 .n_offset = 1,
218 .n_offset = 1,
H A Djz4770-cgu.c113 .n_offset = 1,
137 .n_offset = 1,
H A Djz4740-cgu.c80 .n_offset = 2,
H A Djz4725b-cgu.c65 .n_offset = 2,
H A Dcgu.c98 n += pll_info->n_offset; in ingenic_pll_recalc_rate()
138 n = max_t(unsigned, n, pll_info->n_offset); in ingenic_pll_calc()
201 ctl |= (n - pll_info->n_offset) << pll_info->n_shift; in ingenic_pll_set_rate()
H A Djz4780-cgu.c281 .n_offset = 1, \
/kernel/linux/linux-6.6/drivers/clk/ingenic/
H A Dx1830-cgu.c123 .n_offset = 1,
146 .n_offset = 1,
169 .n_offset = 1,
192 .n_offset = 1,
H A Dcgu.h31 * @n_offset: the divider value which encodes to 0 in the PLL's control
57 u8 n_shift, n_bits, n_offset; member
H A Djz4770-cgu.c113 .n_offset = 1,
137 .n_offset = 1,
H A Djz4760-cgu.c103 .n_offset = 0,
128 .n_offset = 0,
H A Djz4740-cgu.c80 .n_offset = 2,
H A Djz4725b-cgu.c65 .n_offset = 2,
H A Dx1000-cgu.c228 .n_offset = 1,
251 .n_offset = 1,
H A Dcgu.c98 n += pll_info->n_offset; in ingenic_pll_recalc_rate()
142 n = max_t(unsigned int, n, pll_info->n_offset); in ingenic_pll_calc_m_n_od()
226 ctl |= (n - pll_info->n_offset) << pll_info->n_shift; in ingenic_pll_set_rate()
H A Djz4755-cgu.c62 .n_offset = 2,
H A Djz4780-cgu.c281 .n_offset = 1, \
/kernel/linux/linux-5.10/fs/reiserfs/
H A Dreiserfs.h2147 #define PATH_OFFSET_PELEMENT(path, n_offset) ((path)->path_elements + (n_offset))
2150 #define PATH_OFFSET_PBUFFER(path, n_offset) (PATH_OFFSET_PELEMENT(path, n_offset)->pe_buffer)
2153 #define PATH_OFFSET_POSITION(path, n_offset) (PATH_OFFSET_PELEMENT(path, n_offset)->pe_position)
/kernel/linux/linux-6.6/fs/reiserfs/
H A Dreiserfs.h2144 #define PATH_OFFSET_PELEMENT(path, n_offset) ((path)->path_elements + (n_offset))
2147 #define PATH_OFFSET_PBUFFER(path, n_offset) (PATH_OFFSET_PELEMENT(path, n_offset)->pe_buffer)
2150 #define PATH_OFFSET_POSITION(path, n_offset) (PATH_OFFSET_PELEMENT(path, n_offset)->pe_position)
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dmac.c4052 u8 offset, int *n_offset) in rtw89_mac_port_tsf_sync_rand()
4060 (*n_offset) * offset); in rtw89_mac_port_tsf_sync_rand()
4062 (*n_offset)++; in rtw89_mac_port_tsf_sync_rand()
4069 int n_offset = 1; in rtw89_mac_port_tsf_resync_all() local
4084 rtw89_mac_port_tsf_sync_rand(rtwdev, tmp, src, offset, &n_offset); in rtw89_mac_port_tsf_resync_all()
4049 rtw89_mac_port_tsf_sync_rand(struct rtw89_dev *rtwdev, struct rtw89_vif *rtwvif, struct rtw89_vif *rtwvif_src, u8 offset, int *n_offset) rtw89_mac_port_tsf_sync_rand() argument

Completed in 30 milliseconds