Searched refs:sync_offset (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/gpu/host1x/
H A Ddev.c62 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset;
69 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset;
90 .sync_offset = 0x3000,
105 .sync_offset = 0x3000,
120 .sync_offset = 0x2100,
135 .sync_offset = 0x2100,
165 .sync_offset = 0x0,
202 .sync_offset = 0x0,
250 .sync_offset = 0x0,
H A Ddev.h103 unsigned int sync_offset; /* offset of syncpoint registers */ member in struct:host1x_info
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.h94 u_char sync_offset; member in struct:Symbios_nvram::Symbios_target
/linux-master/drivers/scsi/
H A Ddc395x.c274 u8 sync_offset; /* for reg. and nego.(low nibble) */ member in struct:DeviceCtlBlk
1130 dcb->sync_offset = 0;
1263 dcb->sync_offset = 0;
1265 } else if (dcb->sync_offset == 0)
1266 dcb->sync_offset = SYNC_NEGO_OFFSET;
1269 dcb->sync_offset);
1388 DC395x_write8(acb, TRM_S1040_SCSI_OFFSET, dcb->sync_offset);
2531 DC395x_write8(acb, TRM_S1040_SCSI_OFFSET, dcb->sync_offset);
2546 dcb->sync_offset = 0;
2575 dcb->sync_offset
[all...]
H A Dmac53c94.h56 #define sync_offset flags macro
H A Dwd719x.h54 u8 sync_offset; /* 60 Synchronous offset */ member in struct:wd719x_scb
H A Dmac53c94.c135 writeb(0, &regs->sync_offset);
167 writeb(0, &regs->sync_offset);
H A Dqla1280.h464 uint8_t sync_offset:4; member in struct:nvram::__anon3026::__anon3029::__anon3031::__anon3032
471 uint8_t sync_offset:5; member in struct:nvram::__anon3026::__anon3029::__anon3031::__anon3033
H A Dmyrb.h410 unsigned int sync_offset:5; /* Byte 5 Bits 0-4 */ member in struct:myrb_pdev_state
H A DBusLogic.h1050 unsigned char sync_offset[BLOGIC_MAXDEV]; member in struct:blogic_adapter
H A Dqla1280.c1132 mb[3] = (nv->bus[bus].target[target].flags.flags1x160.sync_offset << 8);
1137 mb[3] = (nv->bus[bus].target[target].flags.flags1x80.sync_offset << 8);
1995 nv->bus[bus].target[target].flags.flags1x160.sync_offset = 0x0e;
2002 nv->bus[bus].target[target].flags.flags1x80.sync_offset = 12;
2082 mb[3] = nv->bus[bus].target[target].flags.flags1x160.sync_offset << 8;
2084 mb[3] = nv->bus[bus].target[target].flags.flags1x80.sync_offset << 8;
H A DBusLogic.c2100 adapter->sync_offset[tgt_id] = (tgt_id < 8 ? setupinfo.sync0to7[tgt_id].offset : setupinfo.sync8to15[tgt_id - 8].offset);
/linux-master/sound/firewire/dice/
H A Ddice-transaction.c22 offset += dice->sync_offset;
334 dice->sync_offset = be32_to_cpu(pointers[6]) * 4;
H A Ddice.h85 unsigned int sync_offset; member in struct:snd_dice
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c4809 u32 sync_offset, media_types; local
4830 sync_offset = params->shmem_base +
4833 media_types = REG_RD(bp, sync_offset);
4847 sync_offset = params->shmem_base +
4851 vars->aeu_int_mask = REG_RD(bp, sync_offset);
8124 u32 sync_offset = 0, phy_idx, media_types; local
8222 sync_offset = params->shmem_base +
8225 media_types = REG_RD(bp, sync_offset);
8237 REG_WR(bp, sync_offset, media_types);
12591 u32 phy_config_swapped, sync_offset, media_type local
14004 u32 offset, aeu_mask, swap_val, swap_override, sync_offset; local
[all...]

Completed in 260 milliseconds