/linux/drivers/clk/sprd/ |
A D | mux.h | 32 #define _SPRD_MUX_CLK(_shift, _width, _table) \ argument 36 .table = _table, \ 39 #define SPRD_MUX_CLK_HW_INIT_FN(_struct, _name, _parents, _table, \ argument 42 .mux = _SPRD_MUX_CLK(_shift, _width, _table), \ 51 #define SPRD_MUX_CLK_TABLE(_struct, _name, _parents, _table, \ argument 53 SPRD_MUX_CLK_HW_INIT_FN(_struct, _name, _parents, _table, \ 62 #define SPRD_MUX_CLK_DATA_TABLE(_struct, _name, _parents, _table, \ argument 64 SPRD_MUX_CLK_HW_INIT_FN(_struct, _name, _parents, _table, \
|
A D | composite.h | 21 #define SPRD_COMP_CLK_HW_INIT_FN(_struct, _name, _parent, _reg, _table, \ argument 25 .mux = _SPRD_MUX_CLK(_mshift, _mwidth, _table), \ 35 #define SPRD_COMP_CLK_TABLE(_struct, _name, _parent, _reg, _table, \ argument 37 SPRD_COMP_CLK_HW_INIT_FN(_struct, _name, _parent, _reg, _table, \ 46 #define SPRD_COMP_CLK_DATA_TABLE(_struct, _name, _parent, _reg, _table, \ argument 49 SPRD_COMP_CLK_HW_INIT_FN(_struct, _name, _parent, _reg, _table, \
|
/linux/drivers/clk/sunxi-ng/ |
A D | ccu_div.h | 43 #define _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, _flags) \ argument 48 .table = _table, \ 51 #define _SUNXI_CCU_DIV_TABLE(_shift, _width, _table) \ argument 52 _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, 0) 89 _table, _gate, _flags) \ argument 92 _table), \ 106 _table, _flags) \ argument 108 _shift, _width, _table, 0, \ 112 _parents, _table, \ argument 120 .mux = _SUNXI_CCU_MUX_TABLE(_muxshift, _muxwidth, _table), \
|
A D | ccu_mux.h | 32 #define _SUNXI_CCU_MUX_TABLE(_shift, _width, _table) \ argument 36 .table = _table, \ 49 #define SUNXI_CCU_MUX_TABLE_WITH_GATE(_struct, _name, _parents, _table, \ argument 54 .mux = _SUNXI_CCU_MUX_TABLE(_shift, _width, _table), \
|
A D | ccu_sdm.h | 41 #define _SUNXI_CCU_SDM(_table, _enable, \ argument 44 .table = _table, \ 45 .table_size = ARRAY_SIZE(_table), \
|
/linux/drivers/clk/actions/ |
A D | owl-pll.h | 42 _width, _min_mul, _max_mul, _delay, _table) \ argument 52 .table = _table, \ 56 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument 60 OWL_PLL_DEF_DELAY, _table), \ 71 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument 75 OWL_PLL_DEF_DELAY, _table), \ 85 _shift, _width, _min_mul, _max_mul, _delay, _table, \ argument 90 _delay, _table), \
|
A D | owl-divider.h | 29 #define OWL_DIVIDER_HW(_reg, _shift, _width, _div_flags, _table) \ argument 35 .table = _table, \ 39 _shift, _width, _table, _div_flags, _flags) \ argument 42 _div_flags, _table), \
|
A D | owl-factor.h | 35 #define OWL_FACTOR_HW(_reg, _shift, _width, _fct_flags, _table) \ argument 41 .table = _table, \ 45 _shift, _width, _table, _fct_flags, _flags) \ argument 48 _width, _fct_flags, _table), \
|
/linux/drivers/iio/health/ |
A D | afe440x.h | 117 #define AFE440X_TABLE_ATTR(_name, _table) \ argument 124 for (i = 0; i < ARRAY_SIZE(_table); i++) \ 126 _table[i].integer, \ 127 _table[i].fract); \ 145 #define AFE440X_ATTR(_name, _field, _table) \ argument 151 .val_table = _table, \ 152 .table_size = ARRAY_SIZE(_table), \
|
/linux/include/linux/ |
A D | crc8.h | 30 #define CRC8_GOOD_VALUE(_table) (_table[0xFF]) argument 36 #define DECLARE_CRC8_TABLE(_table) \ argument 37 static u8 _table[CRC8_TABLE_SIZE]
|
A D | ipack.h | 252 #define DEFINE_IPACK_DEVICE_TABLE(_table) \ argument 253 const struct ipack_device_id _table[]
|
/linux/drivers/regulator/ |
A D | 88pm8607.c | 257 .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), \
|
A D | bcm590xx-regulator.c | 149 #define BCM590XX_REG_TABLE(_name, _table) \ argument 152 .n_voltages = ARRAY_SIZE(_table), \ 153 .volt_table = _table, \
|
A D | pcap-regulator.c | 218 .n_voltages = ARRAY_SIZE(_vreg##_table), \ 219 .volt_table = _vreg##_table, \
|
/linux/arch/powerpc/include/asm/nohash/ |
A D | pgalloc.h | 58 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 60 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() 61 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgalloc.h | 61 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 63 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() 64 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
|
/linux/drivers/clk/nxp/ |
A D | clk-lpc18xx-cgu.c | 172 #define LPC1XX_CGU_SRC_CLK_DIV(_id, _width, _table) \ argument 175 .n_parents = ARRAY_SIZE(lpc18xx_cgu_ ##_table), \ 183 .table = lpc18xx_cgu_ ##_table, \ 206 #define LPC1XX_CGU_BASE_CLK(_id, _table, _flags) \ argument 209 .n_parents = ARRAY_SIZE(lpc18xx_cgu_ ##_table), \ 213 .table = lpc18xx_cgu_ ##_table, \ 272 #define LPC1XX_CGU_CLK_PLL(_id, _table, _pll_ops) \ argument 275 .n_parents = ARRAY_SIZE(lpc18xx_cgu_ ##_table), \ 280 .table = lpc18xx_cgu_ ##_table, \
|
/linux/arch/sparc/include/asm/ |
A D | pgalloc_64.h | 86 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 88 void *table = (void *)((unsigned long)_table & ~0x1UL); in __tlb_remove_table() 91 if ((unsigned long)_table & 0x1UL) in __tlb_remove_table()
|
/linux/arch/arm/include/asm/ |
A D | tlb.h | 32 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 34 free_page_and_swap_cache((struct page *)_table); in __tlb_remove_table()
|
/linux/arch/arm64/include/asm/ |
A D | tlb.h | 14 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 16 free_page_and_swap_cache((struct page *)_table); in __tlb_remove_table()
|
/linux/fs/jfs/ |
A D | jfs_dinode.h | 79 struct dir_table_slot _table[12]; /* 96: inline */ member 83 #define di_dirtable u._dir._table
|
A D | jfs_incore.h | 73 struct dir_table_slot _table[12]; /* 96: dir index */ member 102 #define i_dirtable u.dir._table
|
/linux/drivers/clk/mvebu/ |
A D | armada-37xx-periph.c | 159 #define PERIPH_DIV(_name, _reg, _shift, _table) \ argument 162 .table = _table, \ 186 #define PERIPH_CLK_FULL(_name, _bit, _shift, _reg, _shift1, _table) \ argument 189 static PERIPH_DIV(_name, _reg, _shift1, _table); 191 #define PERIPH_CLK_GATE_DIV(_name, _bit, _reg, _shift, _table) \ argument 193 static PERIPH_DIV(_name, _reg, _shift, _table);
|
/linux/arch/arm/probes/ |
A D | decode.h | 339 #define DECODE_TABLE(_mask, _value, _table) \ argument 341 {.table = (_table)}
|
/linux/arch/powerpc/mm/book3s64/ |
A D | pgtable.c | 407 void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 409 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() 410 unsigned int index = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
|