Lines Matching full:group
21 #define PIO_REG(reg, group) ((reg) + ((group) * PIO_GROUP_OFFSET)) argument
23 #define PIO_MSKR(group) PIO_REG(0x0, (group)) argument
25 #define PIO_CFGR(group) PIO_REG(0x4, (group)) argument
31 #define PIO_SIONR(group) PIO_REG(0x30, (group)) argument
33 #define PIO_SIOSR(group) PIO_REG(0x34, (group)) argument
59 DMSG("Apply cfg %#" PRIx32 " on group %" PRIu8 ", pins %#" PRIx32, in pio_conf_apply()
85 int group = 0; in pio_pinctrl_dt_get() local
110 group = pin_no / 32; in pio_pinctrl_dt_get()
112 pio_group = group; in pio_pinctrl_dt_get()
114 if (group != pio_group) { in pio_pinctrl_dt_get()
115 EMSG("Unexpected group %d vs %d", group, in pio_pinctrl_dt_get()