Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/rtc/
Drtc-pcf8563.c39 #define PCF8563_REG_CLKO 0x0D /* clock out */ macro
384 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_recalc_rate()
411 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_set_rate()
422 PCF8563_REG_CLKO, 1, in pcf8563_clkout_set_rate()
435 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_control()
445 ret = pcf8563_write_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_control()
464 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_is_prepared()
492 ret = pcf8563_write_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_register_clk()