Home
last modified time | relevance | path

Searched refs:lo (Results 1 – 5 of 5) sorted by relevance

/include/linux/
Dcnt32_to_63.h24 u32 lo, hi; member
26 u32 hi, lo;
101 __x.lo = (cnt_lo); \
102 if (unlikely((s32)(__x.hi ^ __x.lo) < 0)) \
Dcs5535.h55 uint32_t lo, hi; in cs5535_pic_unreqz_select_high() local
57 rdmsr(MSR_PIC_ZSEL_HIGH, lo, hi); in cs5535_pic_unreqz_select_high()
58 lo &= ~(0xF << (group * 4)); in cs5535_pic_unreqz_select_high()
59 lo |= (irq & 0xF) << (group * 4); in cs5535_pic_unreqz_select_high()
60 wrmsr(MSR_PIC_ZSEL_HIGH, lo, hi); in cs5535_pic_unreqz_select_high()
Dintel-iommu.h72 u32 lo, hi; in dmar_readq() local
73 lo = readl(addr); in dmar_readq()
75 return (((u64) hi) << 32) + lo; in dmar_readq()
Dloop.h135 int (*transfer)(struct loop_device *lo, int cmd,
Dusb.h710 #define USB_DEVICE_VER(vend, prod, lo, hi) \ argument
714 .bcdDevice_lo = (lo), \