Home
last modified time | relevance | path

Searched refs:__raw (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwmon/
H A Dltc4282.c643 __be16 __raw; in ltc4282_write_power_word() local
655 __raw = cpu_to_be16(code); in ltc4282_write_power_word()
656 return regmap_bulk_write(st->map, reg, &__raw, sizeof(__raw)); in ltc4282_write_power_word()
662 __be16 __raw; in __ltc4282_in_write_history() local
668 __raw = cpu_to_be16(tmp); in __ltc4282_in_write_history()
670 ret = regmap_bulk_write(st->map, reg, &__raw, 2); in __ltc4282_in_write_history()
676 __raw = cpu_to_be16(tmp); in __ltc4282_in_write_history()
678 return regmap_bulk_write(st->map, reg + 2, &__raw, 2); in __ltc4282_in_write_history()
/linux/Documentation/driver-api/
H A Ddevice-io.rst317 writes. This may or may not be enforced when using __raw I/O accessors or