Searched defs:u1 (Results 1 - 11 of 11) sorted by relevance

/drivers/media/usb/gspca/
H A Dw996Xcf.c361 u1 = y1 + hw_bufsize / 2, local
362 v1 = u1 + hw_bufsize / 4;
379 reg_w(sd, 0x26, u1 & 0xffff); /* U buf.1, low */
380 reg_w(sd, 0x27, u1 >> 16); /* U buf.1, high */
/drivers/crypto/qat/qat_common/
H A Dicp_qat_fw_la.h335 } u1; member in struct:icp_qat_fw_la_auth_req_params
/drivers/md/bcache/
H A Dsuper.c411 struct uuid_entry *u1 = (void *) c->uuids; local
425 memcpy(u1[i].uuid, u0[i].uuid, 16);
426 memcpy(u1[i].label, u0[i].label, 32);
428 u1[i].first_reg = u0[i].first_reg;
429 u1[i].last_reg = u0[i].last_reg;
430 u1[i].invalidated = u0[i].invalidated;
432 u1[i].flags = 0;
433 u1[i].sectors = 0;
/drivers/watchdog/
H A Dhpwdt.c113 } u1; member in struct:cmn_registers
234 cmn_regs.u1.reax = CRU_BIOS_SIGNATURE_VALUE;
239 if (cmn_regs.u1.ral != 0) {
241 cmn_regs.u1.ral);
498 if (cmn_regs.u1.ral == 0) {
729 cmn_regs.u1.rah = 0x0D;
730 cmn_regs.u1.ral = 0x02;
/drivers/isdn/i4l/
H A Disdn_net.c2062 int u1 = dev->usage[i1] & ISDN_USAGE_EXCLUSIVE; local
2071 dev->usage[i2] |= u1;
/drivers/net/ethernet/ibm/emac/
H A Demac.h104 } u1; member in struct:emac_regs
/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c232 } *u1; local
380 u1 = (struct my_u1 *)rx_desc_ps;
395 (unsigned long long)le64_to_cpu(u1->a),
396 (unsigned long long)le64_to_cpu(u1->b),
397 (unsigned long long)le64_to_cpu(u1->c),
398 (unsigned long long)le64_to_cpu(u1->d),
403 (unsigned long long)le64_to_cpu(u1->a),
404 (unsigned long long)le64_to_cpu(u1->b),
405 (unsigned long long)le64_to_cpu(u1->c),
406 (unsigned long long)le64_to_cpu(u1
[all...]
/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_user.h429 static inline bool obd_uuid_equals(const struct obd_uuid *u1, argument
432 return strcmp((char *)u1->uuid, (char *)u2->uuid) == 0;
/drivers/staging/slicoss/
H A Dslichw.h726 } u1; member in struct:slic_eeprom
/drivers/tty/serial/
H A Dioc4_serial.c272 } u1; member in struct:ioc4_uartregs
280 #define i4u_dll u1.dll
/drivers/scsi/qla4xxx/
H A Dql4_fw.h121 } u1; member in struct:isp_reg

Completed in 370 milliseconds