Home
last modified time | relevance | path

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

/linux/drivers/gpu/host1x/
A Ddev.c46 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_writel()
53 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_readl()
74 .sync_offset = 0x3000,
89 .sync_offset = 0x3000,
104 .sync_offset = 0x2100,
119 .sync_offset = 0x2100,
143 .sync_offset = 0x0,
167 .sync_offset = 0x0,
A Ddev.h98 unsigned int sync_offset; /* offset of syncpoint registers */ member
/linux/drivers/scsi/
A Ddc395x.c1131 dcb->sync_offset = 0; in reset_dev_param()
1264 dcb->sync_offset = 0; in build_sdtr()
1270 dcb->sync_offset); in build_sdtr()
2547 dcb->sync_offset = 0; in msgin_set_async()
2576 dcb->sync_offset = 0; in msgin_set_sync()
2860 i->sync_offset = dcb->sync_offset; in set_xfer_rate()
3577 dcb->sync_offset = 0; in device_alloc()
3603 dcb->sync_offset = p->sync_offset; in device_alloc()
4478 YESNO(dcb->sync_offset); in dc395x_show_info()
4484 if (dcb->sync_offset) in dc395x_show_info()
[all …]
A Dmac53c94.h56 #define sync_offset flags macro
A Dwd719x.h54 u8 sync_offset; /* 60 Synchronous offset */ member
A Dmac53c94.c136 writeb(0, &regs->sync_offset); in mac53c94_init()
168 writeb(0, &regs->sync_offset); in mac53c94_start()
A Dqla1280.h465 uint8_t sync_offset:4; member
472 uint8_t sync_offset:5; member
A Dqla1280.c1137 mb[3] = (nv->bus[bus].target[target].flags.flags1x160.sync_offset << 8); in qla1280_set_target_parameters()
1142 mb[3] = (nv->bus[bus].target[target].flags.flags1x80.sync_offset << 8); in qla1280_set_target_parameters()
2000 nv->bus[bus].target[target].flags.flags1x160.sync_offset = 0x0e; in qla1280_set_target_defaults()
2007 nv->bus[bus].target[target].flags.flags1x80.sync_offset = 12; in qla1280_set_target_defaults()
2087 mb[3] = nv->bus[bus].target[target].flags.flags1x160.sync_offset << 8; in qla1280_config_target()
2089 mb[3] = nv->bus[bus].target[target].flags.flags1x80.sync_offset << 8; in qla1280_config_target()
A Dmyrb.h410 unsigned int sync_offset:5; /* Byte 5 Bits 0-4 */ member
A DBusLogic.h1050 unsigned char sync_offset[BLOGIC_MAXDEV]; member
A DBusLogic.c2100 …adapter->sync_offset[tgt_id] = (tgt_id < 8 ? setupinfo.sync0to7[tgt_id].offset : setupinfo.sync8to… in blogic_inquiry()
/linux/sound/firewire/dice/
A Ddice-transaction.c22 offset += dice->sync_offset; in get_subaddr()
334 dice->sync_offset = be32_to_cpu(pointers[6]) * 4; in get_subaddrs()
A Ddice.h85 unsigned int sync_offset; member
/linux/drivers/scsi/sym53c8xx_2/
A Dsym_nvram.h94 u_char sync_offset; member
/linux/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_link.c4809 u32 sync_offset, media_types; in bnx2x_link_status_update() local
4830 sync_offset = params->shmem_base + in bnx2x_link_status_update()
4833 media_types = REG_RD(bp, sync_offset); in bnx2x_link_status_update()
4847 sync_offset = params->shmem_base + in bnx2x_link_status_update()
8220 sync_offset = params->shmem_base + in bnx2x_get_edc_mode()
8223 media_types = REG_RD(bp, sync_offset); in bnx2x_get_edc_mode()
8235 REG_WR(bp, sync_offset, media_types); in bnx2x_get_edc_mode()
12633 sync_offset = params->shmem_base + in bnx2x_phy_probe()
12636 media_types = REG_RD(bp, sync_offset); in bnx2x_phy_probe()
12650 REG_WR(bp, sync_offset, media_types); in bnx2x_phy_probe()
[all …]

Completed in 75 milliseconds