Skip to content

Commit

Permalink
hsem: rename more MASTERID->COREID
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Apr 8, 2024
1 parent b782384 commit 604890b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/registers/hsem_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fieldset/RLR:
description: Semaphore ProcessID.
bit_offset: 0
bit_size: 8
- name: MASTERID
- name: COREID
description: Semaphore COREID.
bit_offset: 8
bit_size: 4
Expand Down
6 changes: 3 additions & 3 deletions data/registers/hsem_v4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fieldset/CR:
description: HSEM Clear register.
fields:
- name: COREID
description: MASTERID.
description: COREID.
bit_offset: 8
bit_size: 4
- name: KEY
Expand All @@ -121,7 +121,7 @@ fieldset/R:
bit_offset: 0
bit_size: 8
- name: COREID
description: Semaphore MASTERID.
description: Semaphore COREID.
bit_offset: 8
bit_size: 4
- name: LOCK
Expand All @@ -136,7 +136,7 @@ fieldset/RLR:
bit_offset: 0
bit_size: 8
- name: COREID
description: Semaphore MASTERID.
description: Semaphore COREID.
bit_offset: 8
bit_size: 4
- name: LOCK
Expand Down

0 comments on commit 604890b

Please sign in to comment.