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

/drivers/bcma/
H A Ddriver_pci_host.c88 static int bcma_extpci_read_config(struct bcma_drv_pci *pc, unsigned int dev, function
243 err = bcma_extpci_read_config(pc, PCI_SLOT(devfn),
282 bcma_extpci_read_config(pc, dev, func, PCI_HEADER_TYPE, &byte_val,
288 bcma_extpci_read_config(pc, dev, func, PCI_STATUS, &byte_val,
294 bcma_extpci_read_config(pc, dev, func, PCI_CAPABILITY_LIST, &cap_ptr,
301 bcma_extpci_read_config(pc, dev, func, cap_ptr, &cap_id, sizeof(u8));
303 bcma_extpci_read_config(pc, dev, func, cap_ptr + 1, &cap_ptr,
307 bcma_extpci_read_config(pc, dev, func, cap_ptr, &cap_id,
327 bcma_extpci_read_config(pc, dev, func, cap_data, buf,
350 bcma_extpci_read_config(p
[all...]

Completed in 81 milliseconds