Home | History | Annotate | Download | only in linux

Lines Matching refs:target_phys_addr

1742 						__u16 target_phys_addr,
1755 msg->msg[5] = target_phys_addr >> 8;
1756 msg->msg[6] = target_phys_addr & 0xff;
1769 __u16 *target_phys_addr,
1778 *target_phys_addr = (msg->msg[5] << 8) | msg->msg[6];