Home
last modified time | relevance | path

Searched refs:zo (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/iio/magnetometer/
H A Dyamaha-yas530.c199 int (*get_measure)(struct yas5xx *yas5xx, s32 *to, s32 *xo, s32 *yo, s32 *zo);
500 static int yas530_get_measure(struct yas5xx *yas5xx, s32 *to, s32 *xo, s32 *yo, s32 *zo) in yas530_get_measure() argument
570 *zo = c->k * ((c->a7 * sx + c->a8 * sy + c->a9 * sz) / 10); in yas530_get_measure()
584 static int yas537_get_measure(struct yas5xx *yas5xx, s32 *to, s32 *xo, s32 *yo, s32 *zo) in yas537_get_measure() argument
605 *zo = (-y1 - y2 + BIT(14)) * 300; in yas537_get_measure()
/openbmc/qemu/block/
H A Dfile-posix.c3411 unsigned long zo; in raw_co_zone_mgmt() local
3442 zo = BLKOPENZONE; in raw_co_zone_mgmt()
3446 zo = BLKCLOSEZONE; in raw_co_zone_mgmt()
3450 zo = BLKFINISHZONE; in raw_co_zone_mgmt()
3454 zo = BLKRESETZONE; in raw_co_zone_mgmt()
3468 .op = zo, in raw_co_zone_mgmt()
3481 if (zo == BLKRESETZONE && len == capacity) { in raw_co_zone_mgmt()
3487 } else if (zo == BLKRESETZONE) { in raw_co_zone_mgmt()
3491 } else if (zo == BLKFINISHZONE) { in raw_co_zone_mgmt()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c2207 u32 zo, lo; in ice_read_phy_and_phc_time_e822() local
2225 zo = rd32(hw, GLTSYN_SHTIME_0(tmr_idx)); in ice_read_phy_and_phc_time_e822()
2227 *phc_time = (u64)lo << 32 | zo; in ice_read_phy_and_phc_time_e822()