M41T80_REG_WDAY   223 drivers/rtc/rtc-m41t80.c 	tm->tm_wday = buf[M41T80_REG_WDAY] & 0x07;
M41T80_REG_WDAY   248 drivers/rtc/rtc-m41t80.c 	buf[M41T80_REG_WDAY] = tm->tm_wday;
M41T80_REG_WDAY   254 drivers/rtc/rtc-m41t80.c 		val = i2c_smbus_read_byte_data(client, M41T80_REG_WDAY);
M41T80_REG_WDAY   258 drivers/rtc/rtc-m41t80.c 		buf[M41T80_REG_WDAY] |= (val & 0xf0);
M41T80_REG_WDAY   446 drivers/rtc/rtc-m41t80.c 		M41T80_REG_WDAY : M41T80_REG_SQW;
M41T80_REG_WDAY   478 drivers/rtc/rtc-m41t80.c 		M41T80_REG_WDAY : M41T80_REG_SQW;