Home
last modified time | relevance | path

Searched refs:rconf (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/ata/
Dpata_legacy.c415 u8 rconf = inb(0x3E6); in ht6560b_set_piomode() local
416 if (rconf & 0x24) { in ht6560b_set_piomode()
417 rconf &= ~0x24; in ht6560b_set_piomode()
418 outb(rconf, 0x3E6); in ht6560b_set_piomode()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dgfx_v6_0.c1320 static void gfx_v6_0_raster_config(struct amdgpu_device *adev, u32 *rconf) in gfx_v6_0_raster_config() argument
1325 *rconf |= in gfx_v6_0_raster_config()
1335 *rconf |= in gfx_v6_0_raster_config()
1341 *rconf |= (1 << PA_SC_RASTER_CONFIG__RB_YSEL__SHIFT); in gfx_v6_0_raster_config()
1344 *rconf |= 0x0; in gfx_v6_0_raster_config()
Dgfx_v7_0.c1637 gfx_v7_0_raster_config(struct amdgpu_device *adev, u32 *rconf, u32 *rconf1) in gfx_v7_0_raster_config() argument
1641 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v7_0_raster_config()
1646 *rconf |= RB_MAP_PKR0(2) | RB_MAP_PKR1(2) | in gfx_v7_0_raster_config()
1654 *rconf |= RB_MAP_PKR0(2); in gfx_v7_0_raster_config()
1659 *rconf |= 0x0; in gfx_v7_0_raster_config()
Dgfx_v8_0.c3593 gfx_v8_0_raster_config(struct amdgpu_device *adev, u32 *rconf, u32 *rconf1) in gfx_v8_0_raster_config() argument
3598 *rconf |= RB_MAP_PKR0(2) | RB_MAP_PKR1(2) | in gfx_v8_0_raster_config()
3607 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v8_0_raster_config()
3614 *rconf |= RB_MAP_PKR0(2); in gfx_v8_0_raster_config()
3619 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v8_0_raster_config()
3624 *rconf |= 0x0; in gfx_v8_0_raster_config()