Searched refs:mapped_addr (Results 1 – 3 of 3) sorted by relevance
61 octeon_pci_fastwrite(struct octeon_device *oct, u8 __iomem *mapped_addr, in octeon_pci_fastwrite() argument64 while ((len) && ((unsigned long)mapped_addr) & 7) { in octeon_pci_fastwrite()65 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite()72 writeq(*((u64 *)hostbuf), mapped_addr); in octeon_pci_fastwrite()73 mapped_addr += 8; in octeon_pci_fastwrite()81 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite()85 octeon_pci_fastread(struct octeon_device *oct, u8 __iomem *mapped_addr, in octeon_pci_fastread() argument88 while ((len) && ((unsigned long)mapped_addr) & 7) { in octeon_pci_fastread()89 *(hostbuf++) = readb(mapped_addr++); in octeon_pci_fastread()96 *((u64 *)hostbuf) = readq(mapped_addr); in octeon_pci_fastread()[all …]
210 struct sockaddr_storage *mapped_addr, u8 nl_client);222 struct sockaddr_storage *mapped_addr);
70 void *mapped_addr; member