Home
last modified time | relevance | path

Searched refs:new_phys_addr (Results 1 – 4 of 4) sorted by relevance

/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 Dcec-funcs.h86 __u16 new_phys_addr) in cec_msg_routing_change() argument
93 msg->msg[4] = new_phys_addr >> 8; in cec_msg_routing_change()
94 msg->msg[5] = new_phys_addr & 0xff; in cec_msg_routing_change()
100 __u16 *new_phys_addr) in cec_ops_routing_change() argument
103 *new_phys_addr = (msg->msg[4] << 8) | msg->msg[5]; 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 Dcec-funcs.h86 __u16 new_phys_addr) in cec_msg_routing_change() argument
93 msg->msg[4] = new_phys_addr >> 8; in cec_msg_routing_change()
94 msg->msg[5] = new_phys_addr & 0xff; in cec_msg_routing_change()
100 __u16 *new_phys_addr) in cec_ops_routing_change() argument
103 *new_phys_addr = (msg->msg[4] << 8) | msg->msg[5]; in cec_ops_routing_change()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcec-funcs.h86 __u16 new_phys_addr) in cec_msg_routing_change() argument
93 msg->msg[4] = new_phys_addr >> 8; in cec_msg_routing_change()
94 msg->msg[5] = new_phys_addr & 0xff; in cec_msg_routing_change()
100 __u16 *new_phys_addr) in cec_ops_routing_change() argument
103 *new_phys_addr = (msg->msg[4] << 8) | msg->msg[5]; in cec_ops_routing_change()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/
H A Dqed_ll2.c141 dma_addr_t new_phys_addr; in qed_ll2b_complete_rx_packet() local
169 &new_phys_addr); in qed_ll2b_complete_rx_packet()
213 buffer->phys_addr = new_phys_addr; in qed_ll2b_complete_rx_packet()