Searched refs:field_offset (Results 1 – 8 of 8) sorted by relevance
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/mvebu/ |
D | pinctrl-mvebu.c | 99 int field_offset; in mvebu_pinctrl_set_state() local 111 field_offset = (BITS_PER_PIN) * (pin & PIN_FIELD_MASK); in mvebu_pinctrl_set_state() 114 PIN_FUNC_MASK << field_offset, in mvebu_pinctrl_set_state() 115 (function & PIN_FUNC_MASK) << field_offset); in mvebu_pinctrl_set_state() 156 int field_offset; in mvebu_pinctrl_set_state_all() local 172 field_offset = (BITS_PER_PIN) * (pin & PIN_FIELD_MASK); in mvebu_pinctrl_set_state_all() 175 PIN_FUNC_MASK << field_offset, in mvebu_pinctrl_set_state_all() 176 (func & PIN_FUNC_MASK) << field_offset); in mvebu_pinctrl_set_state_all()
|
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/broadcom/ |
D | pinctrl-bcm283x.c | 36 int field_offset; in bcm2835_gpio_set_func_id() local 39 field_offset = BCM2835_GPIO_FSEL_SHIFT(gpio); in bcm2835_gpio_set_func_id() 42 BCM2835_GPIO_FSEL_MASK << field_offset, in bcm2835_gpio_set_func_id() 43 (func & BCM2835_GPIO_FSEL_MASK) << field_offset); in bcm2835_gpio_set_func_id()
|
/third_party/ffmpeg/libavcodec/ |
D | amr.h | 60 int field_offset = *ord_table++; in ff_amr_bit_reorder() local 66 out[field_offset >> 1] = field; in ff_amr_bit_reorder()
|
/third_party/node/deps/uvwasi/src/ |
D | wasi_serdes.c | 155 #define WRITE_FIELD(field_offset, type, field) \ argument 157 uvwasi_serdes_write_##type(ptr, offset + field_offset, value->field); \ 160 #define READ_FIELD(field_offset, type, field) \ argument 162 value->field = uvwasi_serdes_read_##type(ptr, offset + field_offset); \
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | instrument_pass.h | 318 void GenDebugOutputFieldCode(uint32_t base_offset_id, uint32_t field_offset,
|
D | instrument_pass.cpp | 124 uint32_t field_offset, in GenDebugOutputFieldCode() argument 132 builder->GetUintConstantId(field_offset)); in GenDebugOutputFieldCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instrument_pass.h | 318 void GenDebugOutputFieldCode(uint32_t base_offset_id, uint32_t field_offset,
|
D | instrument_pass.cpp | 124 uint32_t field_offset, in GenDebugOutputFieldCode() argument 132 builder->GetUintConstantId(field_offset)); in GenDebugOutputFieldCode()
|