linux/rust/kernel/io
Alexandre Courbot 01504bc3b7 rust: io: use the bitfield! macro in register!
Replace the local bitfield rules by the equivalent invocation of the
`bitfield!` macro.

No functional change should be introduced as the `bitfield!` macro has
been extracted from the rules of `register!`.

Acked-by: Yury Norov <yury.norov@gmail.com>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Reviewed-by: Yury Norov <ynorov@nvidia.com>
Link: https://patch.msgid.link/20260606-bitfield-v5-3-b92188820914@nvidia.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2026-06-09 04:13:16 +02:00
..
mem.rs rust: io: mem: use non-relaxed I/O ops in examples 2026-03-17 20:02:09 +01:00
poll.rs rust: io: separate generic I/O helpers from MMIO implementation 2026-01-23 21:20:11 +01:00
register.rs rust: io: use the bitfield! macro in register! 2026-06-09 04:13:16 +02:00
resource.rs rust: io: always inline functions using build_assert with arguments 2026-01-14 20:30:26 +01:00