Lines Matching defs:boot_req
121 GT68xx_Packet boot_req;
156 memset (boot_req, 0, sizeof (boot_req));
157 boot_req[0] = 0x69;
158 boot_req[1] = 0x01;
159 boot_req[2] = 0xc0;
160 boot_req[3] = 0x1c;
161 RIE (gt68xx_device_req (dev, boot_req, boot_req));
165 memset (boot_req, 0, sizeof (boot_req)); /* I don't know if this is needed */
166 boot_req[0] = 0x01;
167 boot_req[1] = 0x01;
168 RIE (gt68xx_device_small_req (dev, boot_req, boot_req));