HomeSort by relevance Sort by last modified time
    Searched refs:sd_pci_slot (Results 1 - 3 of 3) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_linux.c 351 extern uint sd_pci_slot; /* Force detection to a particular PCI */
360 module_param(sd_pci_slot, uint, 0);
378 if (sd_pci_slot != 0xFFFFffff) {
379 if (pdev->bus->number != (sd_pci_slot>>16) ||
380 PCI_SLOT(pdev->devfn) != (sd_pci_slot&0xffff)) {
bcmsdspi.c 60 uint sd_pci_slot = 0xFFFFffff; /* Used to force selection of a particular PCI slot */ variable
    [all...]
bcmsdstd.c 62 uint sd_pci_slot = 0xFFFFffff; /* Used to force selection of a particular PCI slot */ variable
    [all...]

Completed in 243 milliseconds