Searched refs:PCF8563_REG_CLKO (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/rtc/ |
D | rtc-pcf8563.c | 39 #define PCF8563_REG_CLKO 0x0D /* clock out */ macro 371 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_recalc_rate() 398 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_set_rate() 409 PCF8563_REG_CLKO, 1, in pcf8563_clkout_set_rate() 422 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_control() 432 ret = pcf8563_write_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_control() 451 int ret = pcf8563_read_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_is_prepared() 479 ret = pcf8563_write_block_data(client, PCF8563_REG_CLKO, 1, &buf); in pcf8563_clkout_register_clk()
|