Home
last modified time | relevance | path

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

/openbsd/sys/dev/fdt/
H A Dsxirsb.c41 #define RSB_CCR_CK_DIV_MAX 0xff macro
202 if (div > (RSB_CCR_CK_DIV_MAX + 1)) in sxirsb_init()
203 div = (RSB_CCR_CK_DIV_MAX + 1); in sxirsb_init()