Lines Matching refs:parm
93 u32 parm; /* command parameters */ member
232 static int swsci(struct drm_device *dev, u32 function, u32 parm, u32 *parm_out) in swsci() argument
281 iowrite32(parm, &swsci->parm); in swsci()
313 *parm_out = ioread32(&swsci->parm); in swsci()
329 u32 parm = 0; in intel_opregion_notify_encoder() local
341 parm |= 1 << port; in intel_opregion_notify_encoder()
346 parm |= 4 << 8; in intel_opregion_notify_encoder()
367 parm |= type << (16 + port * 3); in intel_opregion_notify_encoder()
369 return swsci(dev, SWSCI_SBCB_DISPLAY_POWER_STATE, parm, NULL); in intel_opregion_notify_encoder()
374 u32 parm; member
393 power_state_map[i].parm, NULL); in intel_opregion_notify_adapter()