Searched refs:slot_num (Results 1 - 12 of 12) sorted by relevance

/drivers/pci/hotplug/
H A Dibmphp_ebda.c212 debug ("%s - physical slot#: %x\n", __func__, hpc_ptr->slots[index].slot_num);
539 * Arguments: slot_num, 1st slot number of the chassis we think we are on,
542 static int first_slot_num (u8 slot_num, u8 first_slot, u8 var) argument
550 if ((first_slot < opt_vg_ptr->first_slot_num) && (slot_num >= opt_vg_ptr->first_slot_num)) {
557 if ((first_slot < opt_lo_ptr->first_slot_num) && (slot_num >= opt_lo_ptr->first_slot_num)) {
566 static struct opt_rio_lo * find_rxe_num (u8 slot_num) argument
571 //check to see if this slot_num belongs to expansion box
572 if ((slot_num >= opt_lo_ptr->first_slot_num) && (!first_slot_num (slot_num, opt_lo_ptr->first_slot_num, 1)))
578 static struct opt_rio * find_chassis_num (u8 slot_num) argument
593 calculate_first_slot(u8 slot_num) argument
618 u8 slot_num; local
748 u16 slot_num, bus_num, index; local
[all...]
H A Dacpiphp_ibm.c86 u8 slot_num; member in struct:apci_descriptor::__anon3801
158 des->slot.slot_num != id)) {
162 if (ind < size && des->slot.slot_num == id)
193 ibm_slot->slot.slot_num, ibm_slot->slot.slot_id,
238 ibm_slot->slot.slot_num, ibm_slot->slot.slot_id,
H A Dibmphp.h182 u8 slot_num; member in struct:ebda_hpc_slot
/drivers/crypto/
H A Dtegra-aes.c140 int slot_num; member in struct:tegra_aes_slot
144 .slot_num = SSK_SLOT_NUM,
298 if (slot->slot_num == SSK_SLOT_NUM)
349 value |= (ctx->slot->slot_num << TEGRA_AES_SECURE_KEY_INDEX_SHIFT);
376 (SUBCMD_KEY_TABLE_SEL | ctx->slot->slot_num) <<
999 dd->slots[i].slot_num = i;
/drivers/media/dvb/firewire/
H A Dfiredtv-ci.c52 cap->slot_num = 1;
/drivers/net/tokenring/
H A Dsmctr.c491 tp->slot_num = current_slot;
493 r1 = mca_read_stored_pos(tp->slot_num, 2);
494 r2 = mca_read_stored_pos(tp->slot_num, 3);
496 if(tp->slot_num)
497 outb(CNFG_POS_CONTROL_REG, (__u8)((tp->slot_num - 1) | CNFG_SLOT_ENABLE_BIT));
499 outb(CNFG_POS_CONTROL_REG, (__u8)((tp->slot_num) | CNFG_SLOT_ENABLE_BIT));
507 r2 = mca_read_stored_pos(tp->slot_num, 2);
513 r5 = mca_read_stored_pos(tp->slot_num, 5);
539 r3 = mca_read_stored_pos(tp->slot_num, 3);
554 r4 = mca_read_stored_pos(tp->slot_num,
[all...]
H A Dsmctr.h984 __u8 slot_num; member in struct:net_local
/drivers/media/dvb/ttpci/
H A Dav7110_ca.c267 cap.slot_num = 2;
/drivers/media/dvb/bt8xx/
H A Ddst_ca.c257 p_ca_caps->slot_num = 1;
/drivers/scsi/
H A Dips.h1067 uint8_t slot_num; /* PCI Slot Number */ member in struct:ips_ha
H A Dips.c2240 && (ha->slot_num == 0)) {
5732 ha->slot_num = ha->nvram->adapter_slot;
7043 ha->slot_num = PCI_SLOT(pci_dev->devfn);
/drivers/media/dvb/dvb-core/
H A Ddvb_ca_en50221.c1214 caps->slot_num = ca->slot_count;

Completed in 278 milliseconds