swap order in ddb show gpio printf
This commit is contained in:
parent
54fe20a74c
commit
7a46e0bad6
@ -139,8 +139,8 @@ DB_SHOW_COMMAND(gpio, db_show_gpio)
|
|||||||
uint32_t gpit2r = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPIT2R);
|
uint32_t gpit2r = GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPIT2R);
|
||||||
int i, j;
|
int i, j;
|
||||||
|
|
||||||
db_printf("GPOUTR %08x GPOER %08x GPINR %08x GPISR %08x\n",
|
db_printf("GPOUTR %08x GPINR %08x GPOER %08x GPISR %08x\n",
|
||||||
gpoutr, gpoer, gpinr,
|
gpoutr, gpinr, gpoer,
|
||||||
GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPISR));
|
GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPISR));
|
||||||
db_printf("GPIT1R %08x GPIT2R %08x GPCLKR %08x\n",
|
db_printf("GPIT1R %08x GPIT2R %08x GPCLKR %08x\n",
|
||||||
gpit1r, gpit2r, GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPCLKR));
|
gpit1r, gpit2r, GPIO_CONF_READ_4(ixp425_softc, IXP425_GPIO_GPCLKR));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user