Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/stand/common/
H A Dclock.c66 #define bbc_to_decimal(a,b) (bbc_registers[a] * 10 + bbc_registers[b]) macro
115 sec = bbc_to_decimal(1, 0); in clock_to_gmt()
116 min = bbc_to_decimal(3, 2); in clock_to_gmt()
122 day = bbc_to_decimal(8, 7); in clock_to_gmt()
123 month = bbc_to_decimal(10, 9); in clock_to_gmt()
124 year = bbc_to_decimal(12, 11) + 1900; in clock_to_gmt()