Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dpata_legacy.c438 u8 rconf = inb(0x3E6); in ht6560b_set_piomode() local
439 if (rconf & 0x24) { in ht6560b_set_piomode()
440 rconf &= ~0x24; in ht6560b_set_piomode()
441 outb(rconf, 0x3E6); in ht6560b_set_piomode()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v6_0.c1327 static void gfx_v6_0_raster_config(struct amdgpu_device *adev, u32 *rconf) in gfx_v6_0_raster_config() argument
1332 *rconf |= in gfx_v6_0_raster_config()
1342 *rconf |= in gfx_v6_0_raster_config()
1348 *rconf |= (1 << PA_SC_RASTER_CONFIG__RB_YSEL__SHIFT); in gfx_v6_0_raster_config()
1351 *rconf |= 0x0; in gfx_v6_0_raster_config()
H A Dgfx_v7_0.c1603 gfx_v7_0_raster_config(struct amdgpu_device *adev, u32 *rconf, u32 *rconf1) in gfx_v7_0_raster_config() argument
1607 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v7_0_raster_config()
1612 *rconf |= RB_MAP_PKR0(2) | RB_MAP_PKR1(2) | in gfx_v7_0_raster_config()
1620 *rconf |= RB_MAP_PKR0(2); in gfx_v7_0_raster_config()
1625 *rconf |= 0x0; in gfx_v7_0_raster_config()
H A Dgfx_v8_0.c3443 gfx_v8_0_raster_config(struct amdgpu_device *adev, u32 *rconf, u32 *rconf1) in gfx_v8_0_raster_config() argument
3448 *rconf |= RB_MAP_PKR0(2) | RB_MAP_PKR1(2) | in gfx_v8_0_raster_config()
3457 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v8_0_raster_config()
3464 *rconf |= RB_MAP_PKR0(2); in gfx_v8_0_raster_config()
3469 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v8_0_raster_config()
3474 *rconf |= 0x0; in gfx_v8_0_raster_config()