Lines Matching defs:address

250  * device and function address.
331 * The first format specifies a PCI bus/device/function address which
336 * to address the specific device. The path for a device can be determined
464 * Returns the address of the requested capability structure within the
498 * Returns the address of the requested capability structure within the
520 * @start: address at which to start looking (0 to start at beginning of list)
523 * Returns the address of the next matching extended capability structure
574 * Returns the address of the requested extended capability structure
675 * Returns an address within the device's PCI configuration space
677 * The address points to the PCI capability, of type PCI_CAP_ID_HT,
3218 pci_err(dev, "EA Entry crosses address boundary\n");
3825 * address inside the PCI regions unless this call returns
3874 * address inside the PCI regions unless this call returns
3968 * address inside the PCI regions unless this call returns
3987 * by owner @res_name. Do not access any address inside the PCI regions
4004 * Record the PCI IO range (expressed as CPU physical address + size).
4040 phys_addr_t address = (phys_addr_t)OF_BAD_ADDR;
4044 return address;
4046 address = logic_pio_to_hwaddr(pio);
4049 return address;
4053 unsigned long __weak pci_address_to_pio(phys_addr_t address)
4056 return logic_pio_trans_cpuaddr(address);
4058 if (address > IO_SPACE_LIMIT)
4061 return (unsigned long) address;
4068 * @phys_addr: physical address of range to be mapped
4071 * physical address @phys_addr into virtual address space. Only
4103 * Unmap the CPU virtual address @res from virtual address space. Only
4126 * @dev: Generic device to remap IO address for
4128 * @phys_addr: physical address of range to be mapped
4157 * @dev: Generic device to remap IO address for
4158 * @offset: Resource address to map