Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/rtc/
Drtc-ds1685.c753 #define NUM_BITS 8 /* Num bits per register. */ macro
788 for (i = 0; i < NUM_BITS; i++) { in ds1685_rtc_print_regs()
813 char bits[NUM_REGS][(NUM_BITS * NUM_SPACES) + NUM_BITS + 1]; in ds1685_rtc_proc()