AXI Wrap burst address calculation, start_addr=0x96h, burst_size=8transfers each of 4 bytes wide

Hello,

I am unable to understand , which start address should i take in case of wrapping burst address calculation of AXI?

For example , 

my Burst size=4 transfers(beats)

each beat(transfer)size=4bytes=32bits.

hence total size of burst=32*8=256bits. Hence start address must be multiple of 256/8=32 .

so 0x96 is multiple of 32. hence can i take it?

weather my explanation is correct? Please explain.

Thanks in advance.