Home
last modified time | relevance | path

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

/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()
/drivers/gpu/drm/amd/amdgpu/
Dgfx_v6_0.c1319 static void gfx_v6_0_raster_config(struct amdgpu_device *adev, u32 *rconf) in gfx_v6_0_raster_config() argument
1324 *rconf |= in gfx_v6_0_raster_config()
1334 *rconf |= in gfx_v6_0_raster_config()
1340 *rconf |= (1 << PA_SC_RASTER_CONFIG__RB_YSEL__SHIFT); in gfx_v6_0_raster_config()
1343 *rconf |= 0x0; in gfx_v6_0_raster_config()
Dgfx_v7_0.c1635 gfx_v7_0_raster_config(struct amdgpu_device *adev, u32 *rconf, u32 *rconf1) in gfx_v7_0_raster_config() argument
1639 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v7_0_raster_config()
1644 *rconf |= RB_MAP_PKR0(2) | RB_MAP_PKR1(2) | in gfx_v7_0_raster_config()
1652 *rconf |= RB_MAP_PKR0(2); in gfx_v7_0_raster_config()
1657 *rconf |= 0x0; in gfx_v7_0_raster_config()
Dgfx_v8_0.c3427 gfx_v8_0_raster_config(struct amdgpu_device *adev, u32 *rconf, u32 *rconf1) in gfx_v8_0_raster_config() argument
3431 *rconf |= RB_MAP_PKR0(2) | RB_MAP_PKR1(2) | in gfx_v8_0_raster_config()
3440 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v8_0_raster_config()
3447 *rconf |= RB_MAP_PKR0(2); in gfx_v8_0_raster_config()
3452 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v8_0_raster_config()
3457 *rconf |= 0x0; in gfx_v8_0_raster_config()