Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/ata/
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()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dgfx_v6_0.c1326 static void gfx_v6_0_raster_config(struct amdgpu_device *adev, u32 *rconf) in gfx_v6_0_raster_config() argument
1331 *rconf |= in gfx_v6_0_raster_config()
1341 *rconf |= in gfx_v6_0_raster_config()
1347 *rconf |= (1 << PA_SC_RASTER_CONFIG__RB_YSEL__SHIFT); in gfx_v6_0_raster_config()
1350 *rconf |= 0x0; in gfx_v6_0_raster_config()
Dgfx_v7_0.c1600 gfx_v7_0_raster_config(struct amdgpu_device *adev, u32 *rconf, u32 *rconf1) in gfx_v7_0_raster_config() argument
1604 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v7_0_raster_config()
1609 *rconf |= RB_MAP_PKR0(2) | RB_MAP_PKR1(2) | in gfx_v7_0_raster_config()
1617 *rconf |= RB_MAP_PKR0(2); in gfx_v7_0_raster_config()
1622 *rconf |= 0x0; in gfx_v7_0_raster_config()
Dgfx_v8_0.c3439 gfx_v8_0_raster_config(struct amdgpu_device *adev, u32 *rconf, u32 *rconf1) in gfx_v8_0_raster_config() argument
3444 *rconf |= RB_MAP_PKR0(2) | RB_MAP_PKR1(2) | in gfx_v8_0_raster_config()
3453 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v8_0_raster_config()
3460 *rconf |= RB_MAP_PKR0(2); in gfx_v8_0_raster_config()
3465 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v8_0_raster_config()
3470 *rconf |= 0x0; in gfx_v8_0_raster_config()