xref: /linux/drivers/gpu/nova-core/gsp/regs.rs (revision 23d66dbab84e8518943563df2ced14aaab28b77a)
1 // SPDX-License-Identifier: GPL-2.0
2 
3 use kernel::io::register;
4 
5 // PGSP
6 
7 register! {
8     pub(super) NV_PGSP_QUEUE_HEAD(u32) @ 0x00110c00 {
9         31:0    address;
10     }
11 }
12