Commit ff7aa493 authored by Andrey Filippov's avatar Andrey Filippov

another typo

parent 031ba2e9
......@@ -374,7 +374,7 @@ class X393ExportC(object):
stypedefs += self.get_typedef32(comment = "Configure memory controller priorities",
data = self._enc_mcntrl_priorities(),
name = "x393_arbite_pri", typ="rw",
name = "x393_arbiter_pri", typ="rw",
frmt_spcs = frmt_spcs)
stypedefs += self.get_typedef32(comment = "Enable/disable memory controller channels",
......@@ -651,7 +651,7 @@ class X393ExportC(object):
sdefines = []
sdefines +=[
(('R/W addresses to set up memory arbiter priorities. For sensors (chn = 8..11), for compressors - 12..15',)),
(("X393_MCNTRL_ARBITER_PRIORITY", c, vrlg.MCONTR_ARBIT_ADDR + ba, ia, z15, "x393_arbite_pri", "rw", "Set memory arbiter priority (currently r/w, may become just wo)"))]
(("X393_MCNTRL_ARBITER_PRIORITY", c, vrlg.MCONTR_ARBIT_ADDR + ba, ia, z15, "x393_arbiter_pri", "rw", "Set memory arbiter priority (currently r/w, may become just wo)"))]
sdefines +=[
(('Enable/disable memory channels (bits in a 16-bit word). For sensors (chn = 8..11), for compressors - 12..15',)),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment