Searched refs:n_offset (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/clk/ingenic/ |
D | x1830-cgu.c | 123 .n_offset = 1, 146 .n_offset = 1, 169 .n_offset = 1, 192 .n_offset = 1,
|
D | jz4760-cgu.c | 105 .n_offset = 0, 130 .n_offset = 0,
|
D | cgu.h | 52 u8 n_shift, n_bits, n_offset; member
|
D | jz4770-cgu.c | 113 .n_offset = 1, 137 .n_offset = 1,
|
D | x1000-cgu.c | 195 .n_offset = 1, 218 .n_offset = 1,
|
D | jz4740-cgu.c | 80 .n_offset = 2,
|
D | jz4725b-cgu.c | 65 .n_offset = 2,
|
D | cgu.c | 98 n += pll_info->n_offset; in ingenic_pll_recalc_rate() 135 n = max_t(unsigned int, n, pll_info->n_offset); in ingenic_pll_calc_m_n_od() 216 ctl |= (n - pll_info->n_offset) << pll_info->n_shift; in ingenic_pll_set_rate()
|
D | jz4780-cgu.c | 281 .n_offset = 1, \
|
/linux-6.1.9/fs/reiserfs/ |
D | reiserfs.h | 2145 #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
|