Lines Matching defs:data
36 * Refer to Section 12. GPIO Registers in the JH7100 data sheet:
105 * From the data sheet section 12.2, there are 64 32-bit output data registers
106 * and 64 output enable registers. Output data and output enable registers for
566 map[nmaps].data.mux.function = np->name;
567 map[nmaps].data.mux.group = grpname;
598 &map[nmaps].data.configs.configs,
599 &map[nmaps].data.configs.num_configs);
607 if (map[nmaps].data.configs.num_configs == 0)
611 map[nmaps].data.configs.group_or_pin = grpname;
656 pinmux = group->data;
1223 static void starfive_disable_clock(void *data)
1225 clk_disable_unprepare(data);