Searched refs:n_offset (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | aspeed_vic.c | 110 hwaddr n_offset; in aspeed_vic_read() local 116 n_offset = offset; in aspeed_vic_read() 119 n_offset = (offset & ~0x4); in aspeed_vic_read() 122 switch (n_offset) { in aspeed_vic_read() 191 hwaddr n_offset; in aspeed_vic_write() local 196 n_offset = offset; in aspeed_vic_write() 199 n_offset = (offset & ~0x4); in aspeed_vic_write() 215 switch (n_offset) { in aspeed_vic_write()
|
/openbmc/linux/drivers/clk/ingenic/ |
H A D | x1830-cgu.c | 123 .n_offset = 1, 146 .n_offset = 1, 169 .n_offset = 1, 192 .n_offset = 1,
|
H A D | jz4760-cgu.c | 103 .n_offset = 0, 128 .n_offset = 0,
|
H A D | cgu.h | 57 u8 n_shift, n_bits, n_offset; member
|
H A D | jz4770-cgu.c | 113 .n_offset = 1, 137 .n_offset = 1,
|
H A D | x1000-cgu.c | 228 .n_offset = 1, 251 .n_offset = 1,
|
H A D | jz4725b-cgu.c | 65 .n_offset = 2,
|
H A D | jz4740-cgu.c | 80 .n_offset = 2,
|
H A D | jz4755-cgu.c | 62 .n_offset = 2,
|
H A D | cgu.c | 98 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 D | jz4780-cgu.c | 281 .n_offset = 1, \
|
/openbmc/linux/fs/reiserfs/ |
H A D | reiserfs.h | 2144 #define PATH_OFFSET_PELEMENT(path, n_offset) ((path)->path_elements + (n_offset)) argument 2147 #define PATH_OFFSET_PBUFFER(path, n_offset) (PATH_OFFSET_PELEMENT(path, n_offset)->pe_buffer) argument 2150 #define PATH_OFFSET_POSITION(path, n_offset) (PATH_OFFSET_PELEMENT(path, n_offset)->pe_position) argument
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | mac.c | 4052 u8 offset, int *n_offset) in rtw89_mac_port_tsf_sync_rand() argument 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()
|