Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/rtc/
Drtc-abx80x.c56 #define ABX8XX_REG_OSC 0x1c macro
351 flags = i2c_smbus_read_byte_data(client, ABX8XX_REG_OSC); in abx80x_rtc_set_autocalibration()
370 retval = i2c_smbus_write_byte_data(client, ABX8XX_REG_OSC, flags); in abx80x_rtc_set_autocalibration()
380 flags = i2c_smbus_read_byte_data(client, ABX8XX_REG_OSC); in abx80x_rtc_get_autocalibration()
445 flags = i2c_smbus_read_byte_data(client, ABX8XX_REG_OSC); in oscillator_store()
458 retval = i2c_smbus_write_byte_data(client, ABX8XX_REG_OSC, flags); in oscillator_store()