Searched refs:pos2 (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/ |
D | NCR_Q720.c | 147 __u8 pos2, pos4, asr2, asr9, asr10; in NCR_Q720_probe() local 156 pos2 = mca_device_read_pos(mca_dev, 2); in NCR_Q720_probe() 158 pos2 |= NCR_Q720_POS2_BOARD_ENABLE | NCR_Q720_POS2_INTERRUPT_ENABLE; in NCR_Q720_probe() 159 mca_device_write_pos(mca_dev, 2, pos2); in NCR_Q720_probe() 161 io_base = (pos2 & NCR_Q720_POS2_IO_MASK) << NCR_Q720_POS2_IO_SHIFT; in NCR_Q720_probe()
|
/drivers/staging/ft1000/ft1000-usb/ |
D | ft1000_hw.c | 365 u16 pos2; in fix_ft1000_write_dpram32() local 377 pos2 = (indx % 4)*4; in fix_ft1000_write_dpram32() 378 buf[pos2++] = *buffer++; in fix_ft1000_write_dpram32() 379 buf[pos2++] = *buffer++; in fix_ft1000_write_dpram32() 380 buf[pos2++] = *buffer++; in fix_ft1000_write_dpram32() 381 buf[pos2++] = *buffer++; in fix_ft1000_write_dpram32()
|
/drivers/gpu/drm/radeon/ |
D | rs600.c | 65 u32 pos1, pos2; in avivo_is_counter_moving() local 68 pos2 = RREG32(AVIVO_D1CRTC_STATUS_POSITION + crtc_offsets[crtc]); in avivo_is_counter_moving() 70 if (pos1 != pos2) in avivo_is_counter_moving()
|
D | evergreen.c | 1112 u32 pos1, pos2; in dce4_is_counter_moving() local 1115 pos2 = RREG32(EVERGREEN_CRTC_STATUS_POSITION + crtc_offsets[crtc]); in dce4_is_counter_moving() 1117 if (pos1 != pos2) in dce4_is_counter_moving()
|
/drivers/thermal/ |
D | thermal_core.c | 1138 struct thermal_cooling_device *pos2; in thermal_zone_bind_cooling_device() local 1149 list_for_each_entry(pos2, &thermal_cdev_list, node) { in thermal_zone_bind_cooling_device() 1150 if (pos2 == cdev) in thermal_zone_bind_cooling_device() 1154 if (tz != pos1 || cdev != pos2) in thermal_zone_bind_cooling_device()
|