Searched refs:hsc (Results 1 – 13 of 13) sorted by relevance
/drivers/scsi/libsas/ |
D | sas_scsi_host.c | 878 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/ |
D | amdgpu_display.c | 760 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()
|
D | amdgpu_mode.h | 401 fixed20_12 hsc; member
|
D | dce_v6_0.c | 934 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/ |
D | cg14.c | 118 u16 hsc; /* Hor Sync Clear */ member
|
/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 1755 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/ |
D | radeon_display.c | 1774 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()
|
D | radeon_mode.h | 349 fixed20_12 hsc; member
|
D | rs690.c | 335 b.full = dfixed_mul(b, crtc->hsc); in rs690_crtc_bandwidth_compute()
|
D | rv515.c | 1015 b.full = dfixed_mul(b, crtc->hsc); in rv515_crtc_bandwidth_compute()
|
D | evergreen.c | 2260 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()
|
D | si.c | 2411 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/ |
D | cdrom.c | 1710 setup_send_key(&cgc, ai->hsc.agid, 1); in dvd_do_auth() 1712 copy_chal(&buf[4], ai->hsc.chal); in dvd_do_auth()
|