Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dsch_netem.c148 struct tc_netem_slot slot_config; member
658 next_delay = q->slot_config.min_delay + in get_slot_next()
660 (q->slot_config.max_delay - in get_slot_next()
661 q->slot_config.min_delay) >> 32); in get_slot_next()
663 next_delay = tabledist(q->slot_config.dist_delay, in get_slot_next()
664 (s32)(q->slot_config.dist_jitter), in get_slot_next()
668 q->slot.packets_left = q->slot_config.max_packets; in get_slot_next()
669 q->slot.bytes_left = q->slot_config.max_bytes; in get_slot_next()
831 q->slot_config = *c; in get_slot()
832 if (q->slot_config.max_packets == 0) in get_slot()
[all …]
/openbmc/linux/drivers/pci/hotplug/
H A Dshpchp_hpc.c901 u32 tempdword, slot_reg, slot_config; in shpc_init() local
984 slot_config = shpc_readl(ctrl, SLOT_CONFIG); in shpc_init()
985 ctrl->slot_device_offset = (slot_config & FIRST_DEV_NUM) >> 8; in shpc_init()
986 ctrl->num_slots = slot_config & SLOT_NUM; in shpc_init()
987 ctrl->first_slot = (slot_config & PSN) >> 16; in shpc_init()
988 ctrl->slot_num_inc = ((slot_config & UPDOWN) >> 29) ? 1 : -1; in shpc_init()
H A Dshpchp.h181 volatile u32 slot_config; member
198 SLOT_CONFIG = offsetof(struct ctrl_reg, slot_config),
/openbmc/linux/drivers/gpu/drm/radeon/
H A 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()