/Linux-v4.19/drivers/clk/sunxi-ng/ |
D | ccu_div.h | 51 #define _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, _flags) \ argument 56 .table = _table, \ 59 #define _SUNXI_CCU_DIV_TABLE(_shift, _width, _table) \ argument 60 _SUNXI_CCU_DIV_TABLE_FLAGS(_shift, _width, _table, 0) 97 _table, _gate, _flags) \ argument 100 _table), \ 114 _table, _flags) \ argument 116 _shift, _width, _table, 0, \ 120 _parents, _table, \ argument 128 .mux = _SUNXI_CCU_MUX_TABLE(_muxshift, _muxwidth, _table), \
|
D | ccu_sdm.h | 49 #define _SUNXI_CCU_SDM(_table, _enable, \ argument 52 .table = _table, \ 53 .table_size = ARRAY_SIZE(_table), \
|
D | ccu_mux.h | 32 #define _SUNXI_CCU_MUX_TABLE(_shift, _width, _table) \ argument 36 .table = _table, \ 50 #define SUNXI_CCU_MUX_TABLE_WITH_GATE(_struct, _name, _parents, _table, \ argument 55 .mux = _SUNXI_CCU_MUX_TABLE(_shift, _width, _table), \
|
/Linux-v4.19/drivers/iio/health/ |
D | afe440x.h | 125 #define AFE440X_TABLE_ATTR(_name, _table) \ argument 132 for (i = 0; i < ARRAY_SIZE(_table); i++) \ 134 _table[i].integer, \ 135 _table[i].fract); \ 153 #define AFE440X_ATTR(_name, _field, _table) \ argument 159 .val_table = _table, \ 160 .table_size = ARRAY_SIZE(_table), \
|
/Linux-v4.19/drivers/clk/actions/ |
D | owl-pll.h | 39 _width, _min_mul, _max_mul, _table) \ argument 48 .table = _table, \ 52 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument 56 _max_mul, _table), \ 67 _shift, _width, _min_mul, _max_mul, _table, _flags) \ argument 71 _max_mul, _table), \
|
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), \
|
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-v4.19/include/linux/ |
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]
|
D | ipack.h | 255 #define DEFINE_IPACK_DEVICE_TABLE(_table) \ argument 256 const struct ipack_device_id _table[]
|
/Linux-v4.19/drivers/clk/zte/ |
D | clk.h | 40 #define ZX_PLL(_name, _parent, _reg, _table, _pd, _lock) \ argument 43 .lookup_table = _table, \ 44 .count = ARRAY_SIZE(_table), \ 55 #define ZX296718_PLL(_name, _parent, _reg, _table) \ argument 56 ZX_PLL(_name, _parent, _reg, _table, 0xff, 30) 125 #define DIV_T(_id, _name, _parent, _reg, _shift, _width, _flag, _table) \ argument 132 .table = _table, \
|
/Linux-v4.19/drivers/clk/sprd/ |
D | mux.h | 32 #define _SPRD_MUX_CLK(_shift, _width, _table) \ argument 36 .table = _table, \ 39 #define SPRD_MUX_CLK_TABLE(_struct, _name, _parents, _table, \ argument 43 .mux = _SPRD_MUX_CLK(_shift, _width, _table), \
|
D | composite.h | 21 #define SPRD_COMP_CLK_TABLE(_struct, _name, _parent, _reg, _table, \ argument 24 .mux = _SPRD_MUX_CLK(_mshift, _mwidth, _table), \
|
/Linux-v4.19/drivers/regulator/ |
D | 88pm8607.c | 260 .n_voltages = ARRAY_SIZE(vreg##_table), \ 262 .vsel_mask = ARRAY_SIZE(vreg##_table) - 1, \ 269 .vol_table = (unsigned int *)&vreg##_table, \ 281 .n_voltages = ARRAY_SIZE(LDO##_id##_table), \ 283 .vsel_mask = (ARRAY_SIZE(LDO##_id##_table) - 1) << (shift), \ 288 .vol_table = (unsigned int *)&LDO##_id##_table, \
|
D | bcm590xx-regulator.c | 157 #define BCM590XX_REG_TABLE(_name, _table) \ argument 160 .n_voltages = ARRAY_SIZE(_table), \ 161 .volt_table = _table, \
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgalloc_64.h | 91 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 93 void *table = (void *)((unsigned long)_table & ~0x1UL); in __tlb_remove_table() 96 if ((unsigned long)_table & 0x1UL) in __tlb_remove_table()
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 123 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 125 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() 126 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/ |
D | pgalloc.h | 124 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 126 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() 127 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
|
/Linux-v4.19/drivers/clk/nxp/ |
D | clk-lpc18xx-cgu.c | 171 #define LPC1XX_CGU_SRC_CLK_DIV(_id, _width, _table) \ argument 174 .n_parents = ARRAY_SIZE(lpc18xx_cgu_ ##_table), \ 182 .table = lpc18xx_cgu_ ##_table, \ 205 #define LPC1XX_CGU_BASE_CLK(_id, _table, _flags) \ argument 208 .n_parents = ARRAY_SIZE(lpc18xx_cgu_ ##_table), \ 212 .table = lpc18xx_cgu_ ##_table, \ 271 #define LPC1XX_CGU_CLK_PLL(_id, _table, _pll_ops) \ argument 274 .n_parents = ARRAY_SIZE(lpc18xx_cgu_ ##_table), \ 279 .table = lpc18xx_cgu_ ##_table, \
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | tlb.h | 28 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 30 free_page_and_swap_cache((struct page *)_table); in __tlb_remove_table()
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 155 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 157 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() 158 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
|
/Linux-v4.19/fs/jfs/ |
D | jfs_dinode.h | 92 struct dir_table_slot _table[12]; /* 96: inline */ member 96 #define di_dirtable u._dir._table
|
D | jfs_incore.h | 84 struct dir_table_slot _table[12]; /* 96: dir index */ member 106 #define i_dirtable u.dir._table
|
/Linux-v4.19/drivers/clk/mvebu/ |
D | armada-37xx-periph.c | 148 #define PERIPH_DIV(_name, _reg, _shift, _table) \ argument 151 .table = _table, \ 175 #define PERIPH_CLK_FULL(_name, _bit, _shift, _reg, _shift1, _table) \ argument 178 static PERIPH_DIV(_name, _reg, _shift1, _table); 180 #define PERIPH_CLK_GATE_DIV(_name, _bit, _reg, _shift, _table) \ argument 182 static PERIPH_DIV(_name, _reg, _shift, _table);
|
/Linux-v4.19/arch/arm/probes/ |
D | decode.h | 347 #define DECODE_TABLE(_mask, _value, _table) \ argument 349 {.table = (_table)}
|
/Linux-v4.19/arch/powerpc/mm/ |
D | pgtable-book3s64.c | 445 void __tlb_remove_table(void *_table) in __tlb_remove_table() argument 447 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() 448 unsigned int index = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
|