Lines Matching refs:fuse
3 The fuse API allows to control a fusebox and how it is used by the upper
6 A fuse corresponds to a single non-volatile memory bit that can be programmed
8 fuse that has not been programmed reads 0.
13 A fuse word is the smallest group of fuses that can be read at once from the
16 A fuse bank is the smallest group of fuse words having a common ID, as defined
19 Upon startup, the fusebox control IP reads the fuse values and stores them to a
28 fuse read <bank> <word> [<cnt>]
29 Read fuse words from the shadow cache.
32 fuse sense <bank> <word> [<cnt>]
34 fuse words. This operation does not update the shadow cache.
40 fuse prog [-y] <bank> <word> <hexval> [<hexval>...]
41 Program fuse words. This operation directly affects the fusebox and is
46 fuse bits that have already been programmed and hence should be left
49 hardware programming operation on these fuse bits).
52 fuse override <bank> <word> <hexval> [<hexval>...]
53 Override fuse words in the shadow cache.
59 This is useful to change the behaviors linked to some cached fuse values,
62 override a locked fuse).
67 Define this to enable the fuse commands.