Home
last modified time | relevance | path

Searched refs:X1226_NVRAM_START (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/i2c/
Dx1226reg.h86 #define X1226_NVRAM_START 0x0040 macro
88 #define X1226_NVRAM_SIZE ((X1226_NVRAM_END - X1226_NVRAM_START) + 1)
Dx1226.c188 addr = (int)uio->uio_offset + X1226_NVRAM_START; in xrtc_read()
229 addr = (int)uio->uio_offset + X1226_NVRAM_START; in xrtc_write()