| 168 | } |
| 169 | |
| 170 | void |
| 171 | clock_dbgprint_bcd(device_t dev, int rw, const struct bcd_clocktime *bct) |
| 172 | { |
| 173 | |
| 174 | if (show_io & rw) { |
| 175 | clock_dbgprint_hdr(dev, rw); |
| 176 | clock_print_bcd(bct, 9); |
| 177 | printf("\n"); |
| 178 | } |
| 179 | } |
| 180 | |
| 181 | void |
| 182 | clock_dbgprint_ct(device_t dev, int rw, const struct clocktime *ct) |
no test coverage detected