Searched refs:u1 (Results 1 – 14 of 14) sorted by relevance
/drivers/scsi/qla4xxx/ |
D | ql4_inline.h | 43 &ha->reg->u1.isp4022.intr_mask); in __qla4xxx_enable_intrs() 44 readl(&ha->reg->u1.isp4022.intr_mask); in __qla4xxx_enable_intrs() 57 &ha->reg->u1.isp4022.intr_mask); in __qla4xxx_disable_intrs() 58 readl(&ha->reg->u1.isp4022.intr_mask); in __qla4xxx_disable_intrs()
|
D | ql4_def.h | 470 &ha->reg->u1.isp4010.nvram : in isp_semaphore() 471 &ha->reg->u1.isp4022.semaphore); in isp_semaphore() 477 &ha->reg->u1.isp4010.nvram : in isp_nvram() 478 &ha->reg->u1.isp4022.nvram); in isp_nvram()
|
D | ql4_fw.h | 59 } u1; member
|
D | ql4_init.c | 935 &ha->reg->u1.isp4022.nvram); in qla4xxx_start_firmware_from_flash()
|
/drivers/watchdog/ |
D | hpwdt.c | 80 } u1; member 220 cmn_regs.u1.reax = CRU_BIOS_SIGNATURE_VALUE; in cru_detect() 224 if (cmn_regs.u1.ral != 0) { in cru_detect() 227 cmn_regs.u1.ral); in cru_detect() 478 if (cmn_regs.u1.ral == 0) { in hpwdt_pretimeout() 687 cmn_regs.u1.rah = 0x0D; in hpwdt_init_one() 688 cmn_regs.u1.ral = 0x02; in hpwdt_init_one()
|
/drivers/net/ibm_newemac/ |
D | debug.c | 111 in_be32(&p->u1.emac4.ipcr) in emac_mac_dump() 115 in_be32(&p->u1.emac4sync.revid), in emac_mac_dump() 116 in_be32(&p->u1.emac4sync.tpc) in emac_mac_dump()
|
D | emac.h | 103 } u1; member
|
D | core.h | 408 offset = offsetof(struct emac_regs, u1.emac4sync.iaht1); in emac_xaht_base()
|
D | core.c | 572 out_be32(&p->u1.emac4.ipcr, 0xdeadbeef); in emac_configure()
|
/drivers/scsi/ |
D | ibmmca.c | 130 } u1; member 561 …"Logical block=%lx/%lx\n", last_scsi_logical_block(shpnt)[ldn], ld(shpnt)[ldn].scb.u1.log_blk_adr); in interrupt_handler() 574 …printk(KERN_ERR " SCB-logical block address...: %lx\n", ld(shpnt)[ldn].scb.u1.log_blk… in interrupt_handler() 1904 …scb->u1.log_blk_adr = (((unsigned) cmd->cmnd[3]) << 0) | (((unsigned) cmd->cmnd[2]) << 8) | ((((un… in ibmmca_queuecommand() 1907 …scb->u1.log_blk_adr = (((unsigned) cmd->cmnd[5]) << 0) | (((unsigned) cmd->cmnd[4]) << 8) | (((uns… in ibmmca_queuecommand() 1910 last_scsi_logical_block(shpnt)[ldn] = scb->u1.log_blk_adr; in ibmmca_queuecommand() 1931 scb->u1.scsi_cmd_length = cmd->cmd_len; in ibmmca_queuecommand() 1943 scb->u1.log_blk_adr = 0; in ibmmca_queuecommand() 1948 scb->u1.log_blk_adr = 0; in ibmmca_queuecommand() 1949 scb->u1.scsi_cmd_length = 6; in ibmmca_queuecommand() [all …]
|
/drivers/staging/slicoss/ |
D | slichw.h | 742 } u1; member
|
/drivers/media/video/ |
D | w9968cf.c | 1620 u1 = y1 + hw_bufsize/2, in w9968cf_init_chip() local 1621 v1 = u1 + hw_bufsize/4; in w9968cf_init_chip() 1639 err += w9968cf_write_reg(cam, u1 & 0xffff, 0x26); /* U buf.1, low */ in w9968cf_init_chip() 1640 err += w9968cf_write_reg(cam, u1 >> 16, 0x27); /* U buf.1, high */ in w9968cf_init_chip()
|
/drivers/serial/ |
D | ioc4_serial.c | 271 } u1; member 279 #define i4u_dll u1.dll
|
/drivers/isdn/i4l/ |
D | isdn_net.c | 2061 int u1 = dev->usage[i1] & ISDN_USAGE_EXCLUSIVE; in isdn_net_swap_usage() local 2070 dev->usage[i2] |= u1; in isdn_net_swap_usage()
|