Home
last modified time | relevance | path

Searched refs:itable (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/sprd/
H A Dpll.h44 * @itable: pll ibias table, itable[0] means how many items this
53 const u64 *itable; member
70 .itable = _itable, \
H A Dpll.c208 ibias_val = pll_get_ibias(fvco, pll->itable); in _sprd_pll_set_rate()
H A Dsc9863a-clk.c75 static const u64 itable[5] = {4, 1000000000, 1200000000, variable
91 static SPRD_PLL_FW_NAME(twpll, "twpll", "ext-26m", 0x4, 3, itable,
126 static SPRD_PLL_HW(lpll, "lpll", &lpll_gate.common.hw, 0x20, 3, itable,
144 static SPRD_PLL_HW(gpll, "gpll", &gpll_gate.common.hw, 0x38, 3, itable,
147 static SPRD_PLL_HW(isppll, "isppll", &isppll_gate.common.hw, 0x50, 3, itable,
236 3, itable, f_lpll, 240, 1000, 1000, 0, 0);
/kernel/linux/linux-6.6/drivers/clk/sprd/
H A Dpll.h44 * @itable: pll ibias table, itable[0] means how many items this
53 const u64 *itable; member
70 .itable = _itable, \
H A Dums512-clk.c200 static const u64 itable[8] = { 7, 0, 0, variable
220 itable, f_pll, 240, 1000, 1000, 1, 750000000);
281 itable, f_pll, 240, 1000, 1000, 1, 750000000);
324 itable, f_pll, 240, 1000, 1000, 1, 750000000);
335 itable, f_pll, 240, 1000, 1000, 1, 750000000);
342 itable, f_pll, 240, 1000, 1000, 1, 750000000);
347 itable, f_pll, 240, 1000, 1000, 1, 750000000);
H A Dpll.c208 ibias_val = pll_get_ibias(fvco, pll->itable); in _sprd_pll_set_rate()
H A Dsc9863a-clk.c75 static const u64 itable[5] = {4, 1000000000, 1200000000, variable
91 static SPRD_PLL_FW_NAME(twpll, "twpll", "ext-26m", 0x4, 3, itable,
126 static SPRD_PLL_HW(lpll, "lpll", &lpll_gate.common.hw, 0x20, 3, itable,
144 static SPRD_PLL_HW(gpll, "gpll", &gpll_gate.common.hw, 0x38, 3, itable,
147 static SPRD_PLL_HW(isppll, "isppll", &isppll_gate.common.hw, 0x50, 3, itable,
236 3, itable, f_lpll, 240, 1000, 1000, 0, 0);
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.c3759 u16 flag, u8 *itable) in vxge_hw_rts_rth_data0_data1_get()
3766 itable[j]); in vxge_hw_rts_rth_data0_data1_get()
3773 itable[j]); in vxge_hw_rts_rth_data0_data1_get()
3779 itable[j]); in vxge_hw_rts_rth_data0_data1_get()
3786 itable[j]); in vxge_hw_rts_rth_data0_data1_get()
3798 u8 *itable, in vxge_hw_vpath_rts_rth_itable_set()
3827 itable[j]); in vxge_hw_vpath_rts_rth_itable_set()
3843 itable[j]); in vxge_hw_vpath_rts_rth_itable_set()
3846 vpath_handles[mtable[itable[j]]], action, in vxge_hw_vpath_rts_rth_itable_set()
3864 if (mtable[itable[ in vxge_hw_vpath_rts_rth_itable_set()
3758 vxge_hw_rts_rth_data0_data1_get(u32 j, u64 *data0, u64 *data1, u16 flag, u8 *itable) vxge_hw_rts_rth_data0_data1_get() argument
3794 vxge_hw_vpath_rts_rth_itable_set( struct __vxge_hw_vpath_handle **vpath_handles, u32 vpath_count, u8 *mtable, u8 *itable, u32 itable_size) vxge_hw_vpath_rts_rth_itable_set() argument
[all...]
H A Dvxge-config.h2053 u8 *itable,
H A Dvxge-main.c1913 u8 itable[256] = {0}; /* indirection table */ in vxge_rth_configure() local
1919 * - itable with bucket numbers in vxge_rth_configure()
1923 itable[index] = index; in vxge_rth_configure()
1930 mtable, itable, in vxge_rth_configure()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dmce_power.c687 const struct mce_ierror_table itable[]) in mce_handle_error()
697 handled = mce_handle_ierror(regs, srr1, itable, &mce_err, &addr, in mce_handle_error()
684 mce_handle_error(struct pt_regs *regs, unsigned long srr1, const struct mce_derror_table dtable[], const struct mce_ierror_table itable[]) mce_handle_error() argument
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dmce_power.c703 const struct mce_ierror_table itable[]) in mce_handle_error()
713 handled = mce_handle_ierror(regs, srr1, itable, &mce_err, &addr, in mce_handle_error()
700 mce_handle_error(struct pt_regs *regs, unsigned long srr1, const struct mce_derror_table dtable[], const struct mce_ierror_table itable[]) mce_handle_error() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c2292 u8 __iomem *itable; in myri10ge_open() local
2329 itable = mgp->sram + cmd.data0; in myri10ge_open()
2331 __raw_writeb(i, &itable[i]); in myri10ge_open()
/kernel/linux/linux-6.6/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c2300 u8 __iomem *itable; in myri10ge_open() local
2337 itable = mgp->sram + cmd.data0; in myri10ge_open()
2339 __raw_writeb(i, &itable[i]); in myri10ge_open()

Completed in 32 milliseconds