diff options
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/peripherals/1478376')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/peripherals/1478376 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/peripherals/1478376 b/results/classifier/deepseek-2-tmp/output/peripherals/1478376 deleted file mode 100644 index f4ac41cc3..000000000 --- a/results/classifier/deepseek-2-tmp/output/peripherals/1478376 +++ /dev/null @@ -1,12 +0,0 @@ - -PL050 KMIDATA register does not reset - -static uint32_t pl050_read(void *opaque, target_phys_addr_t offset){ - ... - case 2: /* KMIDATA */ - if (s->pending) - s->last = ps2_read_data(s->dev); - return s->last; -} - -When the receive queue is empty (s->pending is false), is the KMIDATA register supposed to be reset to 0x00? In the current implementation, the KMIDATA does not reverse its value after interrupt is lowered. \ No newline at end of file |