How can I reset the internal address counter in Giantec GT24C64A EEPROM?

Hello all,
I’m trying to read from eeprom by using i2cger (or i2ctransfer) but i can’t reset the internal address counter of the eeprom. Hence, I each time read different values for the same offset.
For example:

i2ctransfer -y 0 w1@0x52 0x00 r20@0x52

0x00 0x00 0x00 0x40 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x01 0x20 0x00 0x00 0x00

i2ctransfer -y 0 w1@0x52 0x00 r20@0x52

0x05 0x00 0x00 0x20 0x00 0x00 0x00 0x30 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00

can you please help me with how i can read with i2ctransfer or i2cget and to make sure that i starting to read from the beginning of the eeprom?