Searched refs:real_offset (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/iio/addac/ |
| A D | ad74413r.c | 283 unsigned int real_offset = st->gpo_gpio_offsets[offset]; in ad74413r_gpio_set() local 286 ret = ad74413r_set_gpo_config(st, real_offset, in ad74413r_gpio_set() 309 ret = ad74413r_set_gpo_config(st, real_offset, in ad74413r_gpio_set_multiple() 314 real_mask |= BIT(real_offset); in ad74413r_gpio_set_multiple() 316 real_bits |= BIT(real_offset); in ad74413r_gpio_set_multiple() 334 status &= BIT(real_offset); in ad74413r_gpio_get() 355 __assign_bit(offset, bits, val & BIT(real_offset)); in ad74413r_gpio_get_multiple() 378 unsigned int real_offset = st->gpo_gpio_offsets[offset]; in ad74413r_gpio_set_gpo_config() local 382 return ad74413r_set_gpo_config(st, real_offset, in ad74413r_gpio_set_gpo_config() 385 return ad74413r_set_gpo_config(st, real_offset, in ad74413r_gpio_set_gpo_config() [all …]
|
| /linux/drivers/net/can/softing/ |
| A D | softing_fw.c | 388 ktime_t now, real_offset; in softing_raw2ktime() local 393 real_offset = ktime_sub(ktime_get_real(), now); in softing_raw2ktime() 406 return ktime_add(target, real_offset); in softing_raw2ktime()
|
Completed in 10 milliseconds