Home | History | Annotate | Download | only in sys

Lines Matching full:slot

60 uint sd_power = 1;		/* Default to SD Slot powered ON */
62 uint sd_pci_slot = 0xFFFFffff; /* Used to force selection of a particular PCI slot */
564 sd_err(("set SD Slot power failed!\n"));
567 sd_err(("SD Slot Powered ON.\n"));
574 sd_err(("SD Slot Powered OFF.\n"));
1300 int slot, first_bar = 0;
1333 * Search each slot
1356 /* Map in each slot on the board and query it to see if a
1357 * card is inserted. Use the first populated slot found.
1366 for (slot = 0; slot < num_slots; slot++) {
1367 bar = OSL_PCI_READ_CONFIG(sd->osh, PCI_CFG_BAR0 + (4*(slot + first_bar)), 4);
1380 sd_info(("%s: SDIO slot %d: Full\n", __FUNCTION__, slot));
1382 full_slot = slot;
1384 sd_info(("%s: SDIO slot %d: Empty\n", __FUNCTION__, slot));
1401 sd_err(("Using slot %d at BAR%d [0x%08x] mem_space 0x%p\n",
1487 sd_trace(("%s: Powering up slot %d\n", __FUNCTION__, sd->adapter_slot));