Searched refs:orig_phys_addr (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | pci_endpoint_test.c | 503 dma_addr_t orig_phys_addr; in pci_endpoint_test_write() local 541 orig_phys_addr = dma_map_single(dev, orig_addr, size + alignment, in pci_endpoint_test_write() 543 if (dma_mapping_error(dev, orig_phys_addr)) { in pci_endpoint_test_write() 549 if (alignment && !IS_ALIGNED(orig_phys_addr, alignment)) { in pci_endpoint_test_write() 550 phys_addr = PTR_ALIGN(orig_phys_addr, alignment); in pci_endpoint_test_write() 551 offset = phys_addr - orig_phys_addr; in pci_endpoint_test_write() 554 phys_addr = orig_phys_addr; in pci_endpoint_test_write() 581 dma_unmap_single(dev, orig_phys_addr, size + alignment, in pci_endpoint_test_write() 604 dma_addr_t orig_phys_addr; in pci_endpoint_test_read() local 639 orig_phys_addr = dma_map_single(dev, orig_addr, size + alignment, in pci_endpoint_test_read() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | cec-funcs.h | 85 __u16 orig_phys_addr, in cec_msg_routing_change() argument 91 msg->msg[2] = orig_phys_addr >> 8; in cec_msg_routing_change() 92 msg->msg[3] = orig_phys_addr & 0xff; in cec_msg_routing_change() 99 __u16 *orig_phys_addr, in cec_ops_routing_change() argument 102 *orig_phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_routing_change()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | cec-funcs.h | 85 __u16 orig_phys_addr, in cec_msg_routing_change() argument 91 msg->msg[2] = orig_phys_addr >> 8; in cec_msg_routing_change() 92 msg->msg[3] = orig_phys_addr & 0xff; in cec_msg_routing_change() 99 __u16 *orig_phys_addr, in cec_ops_routing_change() argument 102 *orig_phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_routing_change()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | cec-funcs.h | 85 __u16 orig_phys_addr, in cec_msg_routing_change() argument 91 msg->msg[2] = orig_phys_addr >> 8; in cec_msg_routing_change() 92 msg->msg[3] = orig_phys_addr & 0xff; in cec_msg_routing_change() 99 __u16 *orig_phys_addr, in cec_ops_routing_change() argument 102 *orig_phys_addr = (msg->msg[2] << 8) | msg->msg[3]; in cec_ops_routing_change()
|