Home
last modified time | relevance | path

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

/drivers/ata/
Dpata_legacy.c440 u8 rconf = inb(0x3E6); in ht6560b_set_piomode() local
441 if (rconf & 0x24) { in ht6560b_set_piomode()
442 rconf &= ~0x24; in ht6560b_set_piomode()
443 outb(rconf, 0x3E6); in ht6560b_set_piomode()
/drivers/gpu/drm/amd/amdgpu/
Dgfx_v6_0.c1341 static void gfx_v6_0_raster_config(struct amdgpu_device *adev, u32 *rconf) in gfx_v6_0_raster_config() argument
1346 *rconf |= in gfx_v6_0_raster_config()
1356 *rconf |= in gfx_v6_0_raster_config()
1362 *rconf |= (1 << PA_SC_RASTER_CONFIG__RB_YSEL__SHIFT); in gfx_v6_0_raster_config()
1365 *rconf |= 0x0; in gfx_v6_0_raster_config()
Dgfx_v7_0.c1638 gfx_v7_0_raster_config(struct amdgpu_device *adev, u32 *rconf, u32 *rconf1) in gfx_v7_0_raster_config() argument
1642 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v7_0_raster_config()
1647 *rconf |= RB_MAP_PKR0(2) | RB_MAP_PKR1(2) | in gfx_v7_0_raster_config()
1655 *rconf |= RB_MAP_PKR0(2); in gfx_v7_0_raster_config()
1660 *rconf |= 0x0; in gfx_v7_0_raster_config()
Dgfx_v8_0.c3468 gfx_v8_0_raster_config(struct amdgpu_device *adev, u32 *rconf, u32 *rconf1) in gfx_v8_0_raster_config() argument
3473 *rconf |= RB_MAP_PKR0(2) | RB_MAP_PKR1(2) | in gfx_v8_0_raster_config()
3482 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v8_0_raster_config()
3489 *rconf |= RB_MAP_PKR0(2); in gfx_v8_0_raster_config()
3494 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v8_0_raster_config()
3499 *rconf |= 0x0; in gfx_v8_0_raster_config()