Searched refs:sync_offset (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/drivers/gpu/host1x/ |
A D | dev.c | 61 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_writel() 68 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_readl() 89 .sync_offset = 0x3000, 104 .sync_offset = 0x3000, 119 .sync_offset = 0x2100, 134 .sync_offset = 0x2100, 164 .sync_offset = 0x0, 200 .sync_offset = 0x0, 248 .sync_offset = 0x0,
|
A D | dev.h | 103 unsigned int sync_offset; /* offset of syncpoint registers */ member
|
/linux-6.3-rc2/drivers/scsi/ |
A D | dc395x.c | 1130 dcb->sync_offset = 0; in reset_dev_param() 1263 dcb->sync_offset = 0; in build_sdtr() 1269 dcb->sync_offset); in build_sdtr() 2546 dcb->sync_offset = 0; in msgin_set_async() 2575 dcb->sync_offset = 0; in msgin_set_sync() 2859 i->sync_offset = dcb->sync_offset; in set_xfer_rate() 3573 dcb->sync_offset = 0; in device_alloc() 3608 dcb->sync_offset = p->sync_offset; in device_alloc() 4483 YESNO(dcb->sync_offset); in dc395x_show_info() 4489 if (dcb->sync_offset) in dc395x_show_info() [all …]
|
A D | mac53c94.h | 56 #define sync_offset flags macro
|
A D | wd719x.h | 54 u8 sync_offset; /* 60 Synchronous offset */ member
|
A D | mac53c94.c | 135 writeb(0, ®s->sync_offset); in mac53c94_init() 167 writeb(0, ®s->sync_offset); in mac53c94_start()
|
A D | qla1280.h | 464 uint8_t sync_offset:4; member 471 uint8_t sync_offset:5; member
|
A D | qla1280.c | 1130 mb[3] = (nv->bus[bus].target[target].flags.flags1x160.sync_offset << 8); in qla1280_set_target_parameters() 1135 mb[3] = (nv->bus[bus].target[target].flags.flags1x80.sync_offset << 8); in qla1280_set_target_parameters() 1993 nv->bus[bus].target[target].flags.flags1x160.sync_offset = 0x0e; in qla1280_set_target_defaults() 2000 nv->bus[bus].target[target].flags.flags1x80.sync_offset = 12; in qla1280_set_target_defaults() 2080 mb[3] = nv->bus[bus].target[target].flags.flags1x160.sync_offset << 8; in qla1280_config_target() 2082 mb[3] = nv->bus[bus].target[target].flags.flags1x80.sync_offset << 8; in qla1280_config_target()
|
A D | myrb.h | 410 unsigned int sync_offset:5; /* Byte 5 Bits 0-4 */ member
|
A D | BusLogic.h | 1050 unsigned char sync_offset[BLOGIC_MAXDEV]; member
|
A D | BusLogic.c | 2100 …adapter->sync_offset[tgt_id] = (tgt_id < 8 ? setupinfo.sync0to7[tgt_id].offset : setupinfo.sync8to… in blogic_inquiry()
|
/linux-6.3-rc2/sound/firewire/dice/ |
A D | dice-transaction.c | 22 offset += dice->sync_offset; in get_subaddr() 334 dice->sync_offset = be32_to_cpu(pointers[6]) * 4; in get_subaddrs()
|
A D | dice.h | 85 unsigned int sync_offset; member
|
/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/ |
A D | sym_nvram.h | 94 u_char sync_offset; member
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnx2x/ |
A D | bnx2x_link.c | 4809 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() 8222 sync_offset = params->shmem_base + in bnx2x_get_edc_mode() 8225 media_types = REG_RD(bp, sync_offset); in bnx2x_get_edc_mode() 8237 REG_WR(bp, sync_offset, media_types); in bnx2x_get_edc_mode() 12635 sync_offset = params->shmem_base + in bnx2x_phy_probe() 12638 media_types = REG_RD(bp, sync_offset); in bnx2x_phy_probe() 12652 REG_WR(bp, sync_offset, media_types); in bnx2x_phy_probe() [all …]
|
Completed in 73 milliseconds