Searched refs:PCF8563_REG_CLKO (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/rtc/ |
D | rtc-pcf8563.c | 42 #define PCF8563_REG_CLKO 0x0D /* clock out */ macro 419 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_recalc_rate() 446 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_set_rate() 457 PCF8563_REG_CLKO, 1, in pcf8563_clkout_set_rate() 470 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_control() 480 ret = pcf8563_write_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_control() 499 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_is_prepared() 527 ret = pcf8563_write_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_register_clk()
|