Searched refs:sync_offset (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/gpu/host1x/ |
| H A D | dev.c | 62 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_writel() 69 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_readl() 77 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_readq() 99 .sync_offset = 0x3000, 114 .sync_offset = 0x3000, 129 .sync_offset = 0x2100, 144 .sync_offset = 0x2100, 185 .sync_offset = 0x0, 224 .sync_offset = 0x0, 277 .sync_offset = 0x0,
|
| H A D | dev.h | 105 unsigned int sync_offset; /* offset of syncpoint registers */ member
|
| /linux/drivers/scsi/ |
| H A D | dc395x.c | 215 u8 sync_offset; /* for reg. and nego.(low nibble) */ member 955 dcb->sync_offset = 0; in reset_dev_param() 1073 dcb->sync_offset = 0; in build_sdtr() 1075 } else if (dcb->sync_offset == 0) in build_sdtr() 1076 dcb->sync_offset = SYNC_NEGO_OFFSET; in build_sdtr() 1079 dcb->sync_offset); in build_sdtr() 1180 DC395x_write8(acb, TRM_S1040_SCSI_OFFSET, dcb->sync_offset); in start_scsi() 2155 DC395x_write8(acb, TRM_S1040_SCSI_OFFSET, dcb->sync_offset); in reprogram_regs() 2168 dcb->sync_offset = 0; in msgin_set_async() 2190 dcb->sync_offset = 0; in msgin_set_sync() [all …]
|
| H A D | mac53c94.h | 56 #define sync_offset flags macro
|
| H A D | wd719x.h | 54 u8 sync_offset; /* 60 Synchronous offset */ member
|
| H A D | mac53c94.c | 135 writeb(0, ®s->sync_offset); in mac53c94_init() 167 writeb(0, ®s->sync_offset); in mac53c94_start()
|
| H A D | qla1280.h | 464 uint8_t sync_offset:4; member 471 uint8_t sync_offset:5; member
|
| H A D | myrb.h | 410 unsigned int sync_offset:5; /* Byte 5 Bits 0-4 */ member
|
| H A D | BusLogic.c | 2103 adapter->sync_offset[tgt_id] = (tgt_id < 8 ? setupinfo.sync0to7[tgt_id].offset : setupinfo.sync8to15[tgt_id - 8].offset); in blogic_inquiry()
|
| /linux/drivers/scsi/sym53c8xx_2/ |
| H A D | sym_nvram.h | 94 u_char sync_offset; member
|
| /linux/sound/firewire/dice/ |
| H A D | dice.h | 85 unsigned int sync_offset; member
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H 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() 4851 vars->aeu_int_mask = REG_RD(bp, sync_offset); in bnx2x_link_status_update() 8124 u32 sync_offset = 0, phy_idx, media_types; in bnx2x_get_edc_mode() local 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() 12591 u32 phy_config_swapped, sync_offset, media_types; in bnx2x_phy_probe() local [all …]
|