Searched refs:has_tc (Results 1 – 1 of 1) sorted by relevance
/u-boot/drivers/rtc/ |
A D | abx80x.c | 98 bool has_tc; member 105 [AB0804] = {.pn = 0x0804, .has_tc = true, .has_wdog = true}, 106 [AB0805] = {.pn = 0x0805, .has_tc = true, .has_wdog = true}, 109 [AB1804] = {.pn = 0x1804, .has_tc = true, .has_wdog = true}, 110 [AB1805] = {.pn = 0x1805, .has_tc = true, .has_wdog = true}, 111 [RV1805] = {.pn = 0x1805, .has_tc = true, .has_wdog = true}, 488 if (abx80x_caps[part].has_tc) in abx80x_probe()
|
Completed in 3 milliseconds