Lines Matching refs:dword
272 u32 dword;
281 dword = 0;
282 ACPI_PLD_SET_REVISION(&dword, pld_info->revision);
283 ACPI_PLD_SET_IGNORE_COLOR(&dword, pld_info->ignore_color);
284 ACPI_PLD_SET_RED(&dword, pld_info->red);
285 ACPI_PLD_SET_GREEN(&dword, pld_info->green);
286 ACPI_PLD_SET_BLUE(&dword, pld_info->blue);
287 ACPI_MOVE_32_TO_32(&buffer[0], &dword);
291 dword = 0;
292 ACPI_PLD_SET_WIDTH(&dword, pld_info->width);
293 ACPI_PLD_SET_HEIGHT(&dword, pld_info->height);
294 ACPI_MOVE_32_TO_32(&buffer[1], &dword);
298 dword = 0;
299 ACPI_PLD_SET_USER_VISIBLE(&dword, pld_info->user_visible);
300 ACPI_PLD_SET_DOCK(&dword, pld_info->dock);
301 ACPI_PLD_SET_LID(&dword, pld_info->lid);
302 ACPI_PLD_SET_PANEL(&dword, pld_info->panel);
303 ACPI_PLD_SET_VERTICAL(&dword, pld_info->vertical_position);
304 ACPI_PLD_SET_HORIZONTAL(&dword, pld_info->horizontal_position);
305 ACPI_PLD_SET_SHAPE(&dword, pld_info->shape);
306 ACPI_PLD_SET_ORIENTATION(&dword, pld_info->group_orientation);
307 ACPI_PLD_SET_TOKEN(&dword, pld_info->group_token);
308 ACPI_PLD_SET_POSITION(&dword, pld_info->group_position);
309 ACPI_PLD_SET_BAY(&dword, pld_info->bay);
310 ACPI_MOVE_32_TO_32(&buffer[2], &dword);
314 dword = 0;
315 ACPI_PLD_SET_EJECTABLE(&dword, pld_info->ejectable);
316 ACPI_PLD_SET_OSPM_EJECT(&dword, pld_info->ospm_eject_required);
317 ACPI_PLD_SET_CABINET(&dword, pld_info->cabinet_number);
318 ACPI_PLD_SET_CARD_CAGE(&dword, pld_info->card_cage_number);
319 ACPI_PLD_SET_REFERENCE(&dword, pld_info->reference);
320 ACPI_PLD_SET_ROTATION(&dword, pld_info->rotation);
321 ACPI_PLD_SET_ORDER(&dword, pld_info->order);
322 ACPI_MOVE_32_TO_32(&buffer[3], &dword);
328 dword = 0;
329 ACPI_PLD_SET_VERT_OFFSET(&dword, pld_info->vertical_offset);
330 ACPI_PLD_SET_HORIZ_OFFSET(&dword, pld_info->horizontal_offset);
331 ACPI_MOVE_32_TO_32(&buffer[4], &dword);
396 /* First 32-bit dword */
405 /* Second 32-bit dword */
410 /* Third 32-bit dword */
430 /* Fourth 32-bit dword */
443 /* Fifth 32-bit dword */