Home
last modified time | relevance | path

Searched refs:n_offset (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/drivers/clk/ingenic/
A Dx1830-cgu.c123 .n_offset = 1,
146 .n_offset = 1,
169 .n_offset = 1,
192 .n_offset = 1,
A Djz4760-cgu.c103 .n_offset = 0,
128 .n_offset = 0,
A Dcgu.h57 u8 n_shift, n_bits, n_offset; member
A Djz4770-cgu.c113 .n_offset = 1,
137 .n_offset = 1,
A Dx1000-cgu.c228 .n_offset = 1,
251 .n_offset = 1,
A Djz4725b-cgu.c65 .n_offset = 2,
A Djz4740-cgu.c80 .n_offset = 2,
A Djz4755-cgu.c62 .n_offset = 2,
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()
A Djz4780-cgu.c281 .n_offset = 1, \
/linux-6.3-rc2/fs/reiserfs/
A Dreiserfs.h2145 #define PATH_OFFSET_PELEMENT(path, n_offset) ((path)->path_elements + (n_offset)) argument
2148 #define PATH_OFFSET_PBUFFER(path, n_offset) (PATH_OFFSET_PELEMENT(path, n_offset)->pe_buffer) argument
2151 #define PATH_OFFSET_POSITION(path, n_offset) (PATH_OFFSET_PELEMENT(path, n_offset)->pe_position) argument
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/
A Dmac.c3948 u8 offset, int *n_offset) in rtw89_mac_port_tsf_sync_rand() argument
3956 (*n_offset) * offset); in rtw89_mac_port_tsf_sync_rand()
3958 (*n_offset)++; in rtw89_mac_port_tsf_sync_rand()
3965 int n_offset = 1; in rtw89_mac_port_tsf_resync_all() local
3980 rtw89_mac_port_tsf_sync_rand(rtwdev, tmp, src, offset, &n_offset); in rtw89_mac_port_tsf_resync_all()

Completed in 52 milliseconds