Home
last modified time | relevance | path

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

/drivers/rtc/
A Drtc-pcf8563.c41 #define PCF8563_REG_CLKO_FE 0x80 /* clock out enabled */ macro
385 buf |= PCF8563_REG_CLKO_FE; in pcf8563_clkout_control()
387 buf &= ~PCF8563_REG_CLKO_FE; in pcf8563_clkout_control()
390 PCF8563_REG_CLKO_FE, buf); in pcf8563_clkout_control()
413 return !!(buf & PCF8563_REG_CLKO_FE); in pcf8563_clkout_is_prepared()
434 PCF8563_REG_CLKO_FE); in pcf8563_clkout_register_clk()

Completed in 4 milliseconds