Home
last modified time | relevance | path

Searched refs:hsc (Results 1 – 13 of 13) sorted by relevance

/drivers/scsi/libsas/
Dsas_scsi_host.c878 sector_t capacity, int *hsc) in sas_bios_param() argument
880 hsc[0] = 255; in sas_bios_param()
881 hsc[1] = 63; in sas_bios_param()
883 hsc[2] = capacity; in sas_bios_param()
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_display.c760 amdgpu_crtc->hsc.full = dfixed_div(a, b); in amdgpu_display_crtc_scaling_mode_fixup()
763 amdgpu_crtc->hsc.full = dfixed_const(1); in amdgpu_display_crtc_scaling_mode_fixup()
Damdgpu_mode.h401 fixed20_12 hsc; member
Ddce_v6_0.c934 c.full = dfixed_mul(c, amdgpu_crtc->hsc); in dce_v6_0_program_watermarks()
946 c.full = dfixed_mul(c, amdgpu_crtc->hsc); in dce_v6_0_program_watermarks()
/drivers/video/fbdev/
Dcg14.c118 u16 hsc; /* Hor Sync Clear */ member
/drivers/media/i2c/cx25840/
Dcx25840-core.c1755 u32 hsc, vsc, v_src, h_src, v_add; in cx25840_set_fmt() local
1820 hsc = (h_src * (1 << 20)) / fmt->width - (1 << 20); in cx25840_set_fmt()
1836 (unsigned int)hsc, (unsigned int)vsc); in cx25840_set_fmt()
1840 cx25840_write4(client, 0x434, hsc | (1 << 24)); in cx25840_set_fmt()
1844 cx25840_write(client, 0x418, hsc & 0xff); in cx25840_set_fmt()
1845 cx25840_write(client, 0x419, (hsc >> 8) & 0xff); in cx25840_set_fmt()
1846 cx25840_write(client, 0x41a, hsc >> 16); in cx25840_set_fmt()
/drivers/gpu/drm/radeon/
Dradeon_display.c1774 radeon_crtc->hsc.full = dfixed_div(a, b); in radeon_crtc_scaling_mode_fixup()
1777 radeon_crtc->hsc.full = dfixed_const(1); in radeon_crtc_scaling_mode_fixup()
Dradeon_mode.h349 fixed20_12 hsc; member
Drs690.c335 b.full = dfixed_mul(b, crtc->hsc); in rs690_crtc_bandwidth_compute()
Drv515.c1015 b.full = dfixed_mul(b, crtc->hsc); in rv515_crtc_bandwidth_compute()
Devergreen.c2260 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks()
2272 c.full = dfixed_mul(c, radeon_crtc->hsc); in evergreen_program_watermarks()
Dsi.c2411 c.full = dfixed_mul(c, radeon_crtc->hsc); in dce6_program_watermarks()
2423 c.full = dfixed_mul(c, radeon_crtc->hsc); in dce6_program_watermarks()
/drivers/cdrom/
Dcdrom.c1710 setup_send_key(&cgc, ai->hsc.agid, 1); in dvd_do_auth()
1712 copy_chal(&buf[4], ai->hsc.chal); in dvd_do_auth()