Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dshpchp_hpc.c941 u32 tempdword, slot_reg, slot_config; in shpc_init() local
1024 slot_config = shpc_readl(ctrl, SLOT_CONFIG); in shpc_init()
1025 ctrl->slot_device_offset = (slot_config & FIRST_DEV_NUM) >> 8; in shpc_init()
1026 ctrl->num_slots = slot_config & SLOT_NUM; in shpc_init()
1027 ctrl->first_slot = (slot_config & PSN) >> 16; in shpc_init()
1028 ctrl->slot_num_inc = ((slot_config & UPDOWN) >> 29) ? 1 : -1; in shpc_init()
Dshpchp.h205 volatile u32 slot_config; member
222 SLOT_CONFIG = offsetof(struct ctrl_reg, slot_config),
/drivers/gpu/drm/radeon/
Dradeon_atombios.c606 uint32_t slot_config, ct; in radeon_get_atom_connector_info_from_object_table() local
609 slot_config = in radeon_get_atom_connector_info_from_object_table()
613 slot_config = in radeon_get_atom_connector_info_from_object_table()
617 ct = (slot_config >> 16) & 0xff; in radeon_get_atom_connector_info_from_object_table()
623 slot_config & 0xffff; in radeon_get_atom_connector_info_from_object_table()