Searched refs:index (Results 76 - 100 of 6161) sorted by path

1234567891011>>

/linux-master/arch/x86/platform/scx200/
H A Dscx200_32.c95 u32 scx200_gpio_configure(unsigned index, u32 mask, u32 bits) argument
101 outl(index, scx200_gpio_base + 0x20);
/linux-master/arch/x86/xen/
H A Dsuspend.c12 #include <asm/msr-index.h>
/linux-master/crypto/
H A Drmd160.c312 u32 i, index, padlen; local
320 index = rctx->byte_count & 0x3f;
321 padlen = (index < 56) ? (56 - index) : ((64+56) - index);
/linux-master/drivers/acpi/acpica/
H A Ddsmthdat.c20 u32 index, struct acpi_walk_state *walk_state);
24 u32 index,
31 u32 index, struct acpi_walk_state *walk_state);
104 u32 index; local
110 for (index = 0; index < ACPI_METHOD_NUM_LOCALS; index++) {
111 if (walk_state->local_variables[index].object) {
113 index,
114 walk_state->local_variables[index]
163 u32 index = 0; local
213 acpi_ds_method_data_get_node(u8 type, u32 index, struct acpi_walk_state *walk_state, struct acpi_namespace_node **node) argument
279 acpi_ds_method_data_set_value(u8 type, u32 index, union acpi_operand_object *object, struct acpi_walk_state *walk_state) argument
333 acpi_ds_method_data_get_value(u8 type, u32 index, struct acpi_walk_state *walk_state, union acpi_operand_object **dest_desc) argument
439 acpi_ds_method_data_delete_value(u8 type, u32 index, struct acpi_walk_state *walk_state) argument
498 acpi_ds_store_object_to_local(u8 type, u32 index, union acpi_operand_object *obj_desc, struct acpi_walk_state *walk_state) argument
651 acpi_ds_method_data_get_type(u16 opcode, u32 index, struct acpi_walk_state *walk_state) argument
[all...]
H A Ddsutils.c670 u32 index = walk_state->num_operands; local
679 if (index >= ACPI_OBJ_NUM_OPERANDS) {
683 arguments[index] = arg;
684 walk_state->operands[index] = NULL;
690 index++;
695 walk_state->num_operands, arg_count, index));
699 index--;
701 arg = arguments[index];
702 walk_state->operand_index = (u8)index;
704 status = acpi_ds_create_operand(walk_state, arg, index);
[all...]
H A Drsutils.c309 resource_source->index = aml_resource_source[0];
349 resource_source->index = 0;
394 aml_resource_source[0] = (u8) resource_source->index;
H A Dutmisc.c218 this_index = state->pkg.index;
243 state->pkg.index++;
244 while (state->pkg.index >=
268 * Go back up a level and move the index past the just
271 state->pkg.index++;
H A Dutstate.c193 u32 index)
211 state->pkg.index = index;
191 acpi_ut_create_pkg_state(void *internal_object, void *external_object, u32 index) argument
/linux-master/drivers/atm/
H A Deni.h47 int index; /* TX channel number */ member in struct:eni_tx
97 u32 serv_read; /* host service read index */
H A Dnicstar.h709 int index; /* Card ID to the device driver */ member in struct:ns_dev
/linux-master/drivers/bus/
H A Darm-cci.c132 static inline void init_cpu_port(struct cpu_port *port, u32 index, u64 mpidr) argument
134 port->port = PORT_VALID | index;
151 * __cci_ace_get_port - Function to retrieve the port index connected to
158 * - CCI port index if success
188 * Port index look-up speeds up the function disabling ports by CPU,
189 * since the logical to port index mapping is done once and does
191 * The stashed index array is initialized for all possible CPUs
230 * @port: index of the port to setup
330 /* Use matched port index to look up the corresponding ports entry */
337 " mla r0, r2, r3, r0 @ &ports[index] \
[all...]
/linux-master/drivers/char/
H A Dnsc_gpio.c23 void nsc_gpio_dump(struct nsc_gpio_ops *amp, unsigned index) argument
26 u32 config = amp->gpio_config(index, ~0, 0);
30 index, config,
39 amp->gpio_get(index), amp->gpio_current(index));
H A Dpc8736x_gpio.c125 static inline u32 pc8736x_gpio_configure_fn(unsigned index, u32 mask, u32 bits, argument
133 select_pin(index);
147 static u32 pc8736x_gpio_configure(unsigned index, u32 mask, u32 bits) argument
149 return pc8736x_gpio_configure_fn(index, mask, bits,
206 static void pc8736x_gpio_change(unsigned index) argument
208 pc8736x_gpio_set(index, !pc8736x_gpio_current(index));
/linux-master/drivers/clk/actions/
H A Dowl-mux.c37 struct owl_mux_hw *mux_hw, u8 index)
44 reg | (index << mux_hw->shift));
49 static int owl_mux_set_parent(struct clk_hw *hw, u8 index) argument
53 return owl_mux_helper_set_parent(&mux->common, &mux->mux_hw, index);
36 owl_mux_helper_set_parent(const struct owl_clk_common *common, struct owl_mux_hw *mux_hw, u8 index) argument
H A Dowl-mux.h57 struct owl_mux_hw *mux_hw, u8 index);
/linux-master/drivers/clk/at91/
H A Dclk-i2s-mux.c37 static int clk_i2s_mux_set_parent(struct clk_hw *hw, u8 index) argument
42 BIT(mux->bus_id), index << mux->bus_id);
/linux-master/drivers/clk/berlin/
H A Dberlin2-avpll.c207 u8 index; member in struct:berlin2_avpll_channel
217 if (ch->index == 7)
221 reg &= VCO_POWERUP_CH1 << ch->index;
232 reg |= VCO_POWERUP_CH1 << ch->index;
244 reg &= ~(VCO_POWERUP_CH1 << ch->index);
259 if ((reg & (VCO_DPLL_CH1_ENABLE << ch->index)) == 0)
267 reg = readl_relaxed(ch->base + VCO_SYNC1n(ch->index));
269 if (ch->flags & BERLIN2_AVPLL_BIT_QUIRK && ch->index == 0)
273 reg = readl_relaxed(ch->base + VCO_SYNC2n(ch->index));
277 if (ch->index
356 berlin2_avpll_channel_register(void __iomem *base, const char *name, u8 index, const char *parent_name, u8 ch_flags, unsigned long flags) argument
[all...]
H A Dberlin2-avpll.h18 u8 index, const char *parent_name, u8 ch_flags,
/linux-master/drivers/clk/
H A Dclk.h13 int index, const char *con_id);
16 int index, const char *con_id)
15 of_clk_get_hw(struct device_node *np, int index, const char *con_id) argument
/linux-master/drivers/clk/nxp/
H A Dclk-lpc32xx.c1023 static int clk_mux_set_parent(struct clk_hw *hw, u8 index) argument
1028 index = mux->table[index];
1031 mux->mask << mux->shift, index << mux->shift);
/linux-master/drivers/clk/qcom/
H A Dclk-regmap-mux-div.c179 static int mux_div_set_parent(struct clk_hw *hw, u8 index) argument
183 return mux_div_set_src_div(md, md->parent_map[index], md->div);
195 unsigned long prate, u8 index)
200 md->parent_map[index]);
194 mux_div_set_rate_and_parent(struct clk_hw *hw, unsigned long rate, unsigned long prate, u8 index) argument
/linux-master/drivers/clk/rockchip/
H A Dclk-muxgrf.c35 static int rockchip_muxgrf_set_parent(struct clk_hw *hw, u8 index) argument
41 val = index;
/linux-master/drivers/clk/sprd/
H A Dmux.c48 u8 index)
53 index = mux->table[index];
58 reg | (index << mux->shift));
64 static int sprd_mux_set_parent(struct clk_hw *hw, u8 index) argument
68 return sprd_mux_helper_set_parent(&cm->common, &cm->mux, index);
46 sprd_mux_helper_set_parent(const struct sprd_clk_common *common, const struct sprd_mux_ssel *mux, u8 index) argument
/linux-master/drivers/clk/sunxi/
H A Dclk-simple-gates.c31 u32 index; local
50 of_property_for_each_u32(node, "clock-indices", prop, p, index) {
54 clk_reg = reg + 4 * (index / 32);
55 clk_bit = index % 32;
57 clk_data->clks[index] = clk_register_gate(NULL, clk_name,
64 if (IS_ERR(clk_data->clks[index])) {
70 if (protected[j] == index)
71 clk_prepare_enable(clk_data->clks[index]);
H A Dclk-sun4i-tcon-ch1.c82 static int tcon_ch1_set_parent(struct clk_hw *hw, u8 index) argument
91 reg |= index << TCON_CH1_SCLK2_MUX_SHIFT;

Completed in 451 milliseconds

1234567891011>>