Searched refs:bcma_extpci_read_config (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/bcma/ |
H A D | driver_pci_host.c | 84 static int bcma_extpci_read_config(struct bcma_drv_pci *pc, unsigned int dev, in bcma_extpci_read_config() function 243 err = bcma_extpci_read_config(pc, PCI_SLOT(devfn), in bcma_core_pci_hostmode_read_config() 281 bcma_extpci_read_config(pc, dev, func, PCI_HEADER_TYPE, &byte_val, in bcma_find_pci_capability() 287 bcma_extpci_read_config(pc, dev, func, PCI_STATUS, &byte_val, in bcma_find_pci_capability() 293 bcma_extpci_read_config(pc, dev, func, PCI_CAPABILITY_LIST, &cap_ptr, in bcma_find_pci_capability() 300 bcma_extpci_read_config(pc, dev, func, cap_ptr, &cap_id, sizeof(u8)); in bcma_find_pci_capability() 302 bcma_extpci_read_config(pc, dev, func, cap_ptr + 1, &cap_ptr, in bcma_find_pci_capability() 306 bcma_extpci_read_config(pc, dev, func, cap_ptr, &cap_id, in bcma_find_pci_capability() 326 bcma_extpci_read_config(pc, dev, func, cap_data, buf, in bcma_find_pci_capability() 350 bcma_extpci_read_config(p in bcma_core_pci_enable_crs() [all...] |
/kernel/linux/linux-6.6/drivers/bcma/ |
H A D | driver_pci_host.c | 84 static int bcma_extpci_read_config(struct bcma_drv_pci *pc, unsigned int dev, in bcma_extpci_read_config() function 243 err = bcma_extpci_read_config(pc, PCI_SLOT(devfn), in bcma_core_pci_hostmode_read_config() 281 bcma_extpci_read_config(pc, dev, func, PCI_HEADER_TYPE, &byte_val, in bcma_find_pci_capability() 287 bcma_extpci_read_config(pc, dev, func, PCI_STATUS, &byte_val, in bcma_find_pci_capability() 293 bcma_extpci_read_config(pc, dev, func, PCI_CAPABILITY_LIST, &cap_ptr, in bcma_find_pci_capability() 300 bcma_extpci_read_config(pc, dev, func, cap_ptr, &cap_id, sizeof(u8)); in bcma_find_pci_capability() 302 bcma_extpci_read_config(pc, dev, func, cap_ptr + 1, &cap_ptr, in bcma_find_pci_capability() 306 bcma_extpci_read_config(pc, dev, func, cap_ptr, &cap_id, in bcma_find_pci_capability() 326 bcma_extpci_read_config(pc, dev, func, cap_data, buf, in bcma_find_pci_capability() 350 bcma_extpci_read_config(p in bcma_core_pci_enable_crs() [all...] |
Completed in 2 milliseconds