Lines Matching defs:device
57 * Newer device trees have an "fsl,qe" compatible property for the QE
58 * node, but we still need to support older device trees.
104 int qe_issue_cmd(u32 cmd, u32 device, u8 mcn_protocol, u32 cmd_input)
116 /* Here device is the SNUM, not sub-block */
119 /* Here device is the SNUM, and mcnProtocol is
124 if (device == QE_CR_SUBBLOCK_USB)
131 iowrite32be((cmd | QE_CR_FLG | ((u32)device << dev_shift) | (u32)mcn_protocol << mcn_shift),
243 * This function takes a string, typically from a property in the device
564 * This function also checks the device tree to see if the boot loader has
576 * yet, then check the device tree for information.