I was examining the resizable bar size settings in Nvidia Profile Inspector for my 4090 and noticed the largest "rbar size limit" was a little over 1.6GiB in decimal (60000000H), when it's supposed to be 32GiB (according to GPUz). I'm guessing the addressing granularity must be > 1 byte. If you multiply 60000000H by 10H you get 600000000H (25769803776 in decimal), which is 24 GiB though. So maybe it's granularity is 16 bytes?