Home
last modified time | relevance | path

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

/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()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v6_0.c1344 static void gfx_v6_0_raster_config(struct amdgpu_device *adev, u32 *rconf) in gfx_v6_0_raster_config() argument
1349 *rconf |= in gfx_v6_0_raster_config()
1359 *rconf |= in gfx_v6_0_raster_config()
1365 *rconf |= (1 << PA_SC_RASTER_CONFIG__RB_YSEL__SHIFT); in gfx_v6_0_raster_config()
1368 *rconf |= 0x0; in gfx_v6_0_raster_config()
H A Dgfx_v7_0.c1609 gfx_v7_0_raster_config(struct amdgpu_device *adev, u32 *rconf, u32 *rconf1) in gfx_v7_0_raster_config() argument
1613 *rconf |= RB_MAP_PKR0(2) | RB_XSEL2(1) | SE_MAP(2) | in gfx_v7_0_raster_config()
1618 *rconf |= RB_MAP_PKR0(2) | RB_MAP_PKR1(2) | in gfx_v7_0_raster_config()
1626 *rconf |= RB_MAP_PKR0(2); in gfx_v7_0_raster_config()
1631 *rconf |= 0x0; in gfx_v7_0_raster_config()