Searched refs:sync_offset (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/scsi/ |
D | dc395x.c | 290 u8 sync_offset; /* for reg. and nego.(low nibble) */ member 1282 dcb->sync_offset = 0; in reset_dev_param() 1415 dcb->sync_offset = 0; in build_sdtr() 1417 } else if (dcb->sync_offset == 0) in build_sdtr() 1418 dcb->sync_offset = SYNC_NEGO_OFFSET; in build_sdtr() 1424 *ptr++ = dcb->sync_offset; /* Transfer period (max. REQ/ACK dist) */ in build_sdtr() 1548 DC395x_write8(acb, TRM_S1040_SCSI_OFFSET, dcb->sync_offset); in start_scsi() 2690 DC395x_write8(acb, TRM_S1040_SCSI_OFFSET, dcb->sync_offset); in reprogram_regs() 2705 dcb->sync_offset = 0; in msgin_set_async() 2734 dcb->sync_offset = 0; in msgin_set_sync() [all …]
|
D | mac53c94.h | 55 #define sync_offset flags macro
|
D | mac53c94.c | 137 writeb(0, ®s->sync_offset); in mac53c94_init() 169 writeb(0, ®s->sync_offset); in mac53c94_start()
|
D | qla1280.h | 472 uint8_t sync_offset:4; member 479 uint8_t sync_offset:5; member
|
D | qla1280.c | 1175 mb[3] = (nv->bus[bus].target[target].flags.flags1x160.sync_offset << 8); in qla1280_set_target_parameters() 1180 mb[3] = (nv->bus[bus].target[target].flags.flags1x80.sync_offset << 8); in qla1280_set_target_parameters() 2041 nv->bus[bus].target[target].flags.flags1x160.sync_offset = 0x0e; in qla1280_set_target_defaults() 2048 nv->bus[bus].target[target].flags.flags1x80.sync_offset = 12; in qla1280_set_target_defaults() 2128 mb[3] = nv->bus[bus].target[target].flags.flags1x160.sync_offset << 8; in qla1280_config_target() 2130 mb[3] = nv->bus[bus].target[target].flags.flags1x80.sync_offset << 8; in qla1280_config_target()
|
/linux-3.4.99/drivers/scsi/sym53c8xx_2/ |
D | sym_nvram.h | 107 u_char sync_offset; member
|
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_link.c | 4721 u32 sync_offset, media_types; in bnx2x_link_status_update() local 4732 sync_offset = params->shmem_base + in bnx2x_link_status_update() 4735 media_types = REG_RD(bp, sync_offset); in bnx2x_link_status_update() 4749 sync_offset = params->shmem_base + in bnx2x_link_status_update() 4753 vars->aeu_int_mask = REG_RD(bp, sync_offset); in bnx2x_link_status_update() 7924 u32 sync_offset = 0, phy_idx, media_types; in bnx2x_get_edc_mode() local 7987 sync_offset = params->shmem_base + in bnx2x_get_edc_mode() 7990 media_types = REG_RD(bp, sync_offset); in bnx2x_get_edc_mode() 8002 REG_WR(bp, sync_offset, media_types); in bnx2x_get_edc_mode() 11903 u32 phy_config_swapped, sync_offset, media_types; in bnx2x_phy_probe() local [all …]
|