Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dshpchp_hpc.c919 u32 tempdword, slot_reg, slot_config; in shpc_init() local
1002 slot_config = shpc_readl(ctrl, SLOT_CONFIG); in shpc_init()
1003 ctrl->slot_device_offset = (slot_config & FIRST_DEV_NUM) >> 8; in shpc_init()
1004 ctrl->num_slots = slot_config & SLOT_NUM; in shpc_init()
1005 ctrl->first_slot = (slot_config & PSN) >> 16; in shpc_init()
1006 ctrl->slot_num_inc = ((slot_config & UPDOWN) >> 29) ? 1 : -1; in shpc_init()
Dshpchp.h181 volatile u32 slot_config; member
198 SLOT_CONFIG = offsetof(struct ctrl_reg, slot_config),
/drivers/gpu/drm/radeon/
Dradeon_atombios.c601 uint32_t slot_config, ct; in radeon_get_atom_connector_info_from_object_table() local
604 slot_config = in radeon_get_atom_connector_info_from_object_table()
608 slot_config = in radeon_get_atom_connector_info_from_object_table()
612 ct = (slot_config >> 16) & 0xff; in radeon_get_atom_connector_info_from_object_table()
618 slot_config & 0xffff; in radeon_get_atom_connector_info_from_object_table()