Searched refs:_table (Results 1 - 25 of 39) sorted by relevance

12

/linux-master/include/linux/
H A Dcrc8.h27 * whole received bitstream is _table[x], where x is the bit pattern
30 #define CRC8_GOOD_VALUE(_table) (_table[0xFF])
36 #define DECLARE_CRC8_TABLE(_table) \
37 static u8 _table[CRC8_TABLE_SIZE]
H A Dipack.h247 * @_table: device table name
252 #define DEFINE_IPACK_DEVICE_TABLE(_table) \
253 const struct ipack_device_id _table[]
/linux-master/drivers/clk/sprd/
H A Dmux.h32 #define _SPRD_MUX_CLK(_shift, _width, _table) \
36 .table = _table, \
39 #define SPRD_MUX_CLK_HW_INIT_FN(_struct, _name, _parents, _table, \
42 .mux = _SPRD_MUX_CLK(_shift, _width, _table), \
51 #define SPRD_MUX_CLK_TABLE(_struct, _name, _parents, _table, \
53 SPRD_MUX_CLK_HW_INIT_FN(_struct, _name, _parents, _table, \
62 #define SPRD_MUX_CLK_DATA_TABLE(_struct, _name, _parents, _table, \
64 SPRD_MUX_CLK_HW_INIT_FN(_struct, _name, _parents, _table, \
H A Dcomposite.h21 #define SPRD_COMP_CLK_HW_INIT_FN(_struct, _name, _parent, _reg, _table, \
25 .mux = _SPRD_MUX_CLK(_mshift, _mwidth, _table), \
35 #define SPRD_COMP_CLK_TABLE(_struct, _name, _parent, _reg, _table, \
37 SPRD_COMP_CLK_HW_INIT_FN(_struct, _name, _parent, _reg, _table, \
46 #define SPRD_COMP_CLK_DATA_TABLE(_struct, _name, _parent, _reg, _table, \
49 SPRD_COMP_CLK_HW_INIT_FN(_struct, _name, _parent, _reg, _table, \
61 _table, _mshift, _mwidth, \
64 SPRD_COMP_CLK_HW_INIT_FN(_struct, _name, _parent, _reg, _table, \
/linux-master/drivers/clk/sunxi-ng/
H A Dccu_sdm.h41 #define _SUNXI_CCU_SDM(_table, _enable, \
44 .table = _table, \
45 .table_size = ARRAY_SIZE(_table), \
H A Dccu_div.h43 #define _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, _flags) \
48 .table = _table, \
51 #define _SUNXI_CCU_DIV_TABLE(_shift, _width, _table) \
52 _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, 0)
89 _table, _gate, _flags) \
92 _table), \
106 _table, _flags) \
108 _shift, _width, _table, 0, \
113 _table, _flags) \
116 _table), \
[all...]
H A Dccu_mux.h32 #define _SUNXI_CCU_MUX_TABLE(_shift, _width, _table) \
36 .table = _table, \
49 #define SUNXI_CCU_MUX_TABLE_WITH_GATE_FEAT(_struct, _name, _parents, _table, \
54 .mux = _SUNXI_CCU_MUX_TABLE(_shift, _width, _table), \
66 _table, _reg, _shift, \
69 _table, _reg, _shift, \
73 #define SUNXI_CCU_MUX_TABLE_WITH_GATE(_struct, _name, _parents, _table, \
77 _table, _reg, _shift, \
/linux-master/drivers/clk/actions/
H A Dowl-pll.h42 _width, _min_mul, _max_mul, _delay, _table) \
52 .table = _table, \
56 _shift, _width, _min_mul, _max_mul, _table, _flags) \
60 OWL_PLL_DEF_DELAY, _table), \
71 _shift, _width, _min_mul, _max_mul, _table, _flags) \
75 OWL_PLL_DEF_DELAY, _table), \
85 _shift, _width, _min_mul, _max_mul, _delay, _table, \
90 _delay, _table), \
H A Dowl-factor.h35 #define OWL_FACTOR_HW(_reg, _shift, _width, _fct_flags, _table) \
41 .table = _table, \
45 _shift, _width, _table, _fct_flags, _flags) \
48 _width, _fct_flags, _table), \
H A Dowl-divider.h29 #define OWL_DIVIDER_HW(_reg, _shift, _width, _div_flags, _table) \
35 .table = _table, \
39 _shift, _width, _table, _div_flags, _flags) \
42 _div_flags, _table), \
/linux-master/drivers/iio/health/
H A Dafe440x.h117 #define AFE440X_TABLE_ATTR(_name, _table) \
124 for (i = 0; i < ARRAY_SIZE(_table); i++) \
126 _table[i].integer, \
127 _table[i].fract); \
145 #define AFE440X_ATTR(_name, _field, _table) \
151 .val_table = _table, \
152 .table_size = ARRAY_SIZE(_table), \
/linux-master/arch/arm/include/asm/
H A Dtlb.h32 static inline void __tlb_remove_table(void *_table) argument
34 free_page_and_swap_cache((struct page *)_table);
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h61 static inline void __tlb_remove_table(void *_table) argument
63 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE);
64 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE;
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h58 static inline void __tlb_remove_table(void *_table) argument
60 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE);
61 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE;
/linux-master/arch/sparc/include/asm/
H A Dpgalloc_64.h90 static inline void __tlb_remove_table(void *_table) argument
92 void *table = (void *)((unsigned long)_table & ~0x1UL);
95 if ((unsigned long)_table & 0x1UL)
/linux-master/arch/arm64/include/asm/
H A Dtlb.h14 static inline void __tlb_remove_table(void *_table) argument
16 free_page_and_swap_cache((struct page *)_table);
/linux-master/drivers/regulator/
H A D88pm8607.c257 .volt_table = vreg##_table, \
258 .n_voltages = ARRAY_SIZE(vreg##_table), \
260 .vsel_mask = ARRAY_SIZE(vreg##_table) - 1, \
280 .volt_table = LDO##_id##_table, \
281 .n_voltages = ARRAY_SIZE(LDO##_id##_table), \
283 .vsel_mask = (ARRAY_SIZE(LDO##_id##_table) - 1) << (shift), \
H A Dbcm590xx-regulator.c149 #define BCM590XX_REG_TABLE(_name, _table) \
152 .n_voltages = ARRAY_SIZE(_table), \
153 .volt_table = _table, \
H A Dpcap-regulator.c218 .n_voltages = ARRAY_SIZE(_vreg##_table), \
219 .volt_table = _vreg##_table, \
/linux-master/fs/jfs/
H A Djfs_dinode.h79 struct dir_table_slot _table[12]; /* 96: inline */ member in struct:dinode::__anon1467::__anon1468
83 #define di_dirtable u._dir._table
H A Djfs_incore.h73 struct dir_table_slot _table[12]; /* 96: dir index */ member in struct:jfs_inode_info::__anon975::__anon977
102 #define i_dirtable u.dir._table
/linux-master/drivers/clk/nxp/
H A Dclk-lpc18xx-cgu.c169 #define LPC1XX_CGU_SRC_CLK_DIV(_id, _width, _table) \
172 .n_parents = ARRAY_SIZE(lpc18xx_cgu_ ##_table), \
180 .table = lpc18xx_cgu_ ##_table, \
203 #define LPC1XX_CGU_BASE_CLK(_id, _table, _flags) \
206 .n_parents = ARRAY_SIZE(lpc18xx_cgu_ ##_table), \
210 .table = lpc18xx_cgu_ ##_table, \
269 #define LPC1XX_CGU_CLK_PLL(_id, _table, _pll_ops) \
272 .n_parents = ARRAY_SIZE(lpc18xx_cgu_ ##_table), \
277 .table = lpc18xx_cgu_ ##_table, \
/linux-master/arch/arm/probes/
H A Ddecode.h315 #define DECODE_TABLE(_mask, _value, _table) \
317 {.table = (_table)}
/linux-master/arch/s390/include/asm/
H A Dtlb.h25 void __tlb_remove_table(void *_table);
/linux-master/drivers/net/ethernet/sfc/
H A Dmae.c1908 #define TABLE_POPULATE_KEY_IPV4(dst, _table, _field, _value) \
1909 efx_mae_table_populate_ipv4(efx->tc->meta_##_table.desc.keys \
1910 [efx->tc->meta_##_table.keys._field##_idx],\
1911 dst, efx->tc->meta_##_table.desc.key_width,\
1913 #define TABLE_POPULATE_KEY(dst, _table, _field, _value) \
1914 _TABLE_POPULATE(dst, efx->tc->meta_##_table.desc.key_width, \
1915 efx->tc->meta_##_table.desc.keys \
1916 [efx->tc->meta_##_table.keys._field##_idx], \
1919 #define TABLE_POPULATE_RESP_BOOL(dst, _table, _field, _value) \
1920 efx_mae_table_populate_bool(efx->tc->meta_##_table
[all...]

Completed in 228 milliseconds

12