Searched refs:zo (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/iio/magnetometer/ |
H A D | yamaha-yas530.c | 199 int (*get_measure)(struct yas5xx *yas5xx, s32 *to, s32 *xo, s32 *yo, s32 *zo); 501 static int yas530_get_measure(struct yas5xx *yas5xx, s32 *to, s32 *xo, s32 *yo, s32 *zo) in yas530_get_measure() argument 571 *zo = c->k * ((c->a7 * sx + c->a8 * sy + c->a9 * sz) / 10); in yas530_get_measure() 585 static int yas537_get_measure(struct yas5xx *yas5xx, s32 *to, s32 *xo, s32 *yo, s32 *zo) in yas537_get_measure() argument 606 *zo = (-y1 - y2 + BIT(14)) * 300; in yas537_get_measure()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp_hw.c | 2355 u32 zo, lo; in ice_read_phy_and_phc_time_eth56g() local 2373 zo = rd32(hw, GLTSYN_SHTIME_0(tmr_idx)); in ice_read_phy_and_phc_time_eth56g() 2375 *phc_time = (u64)lo << 32 | zo; in ice_read_phy_and_phc_time_eth56g() 4444 u32 zo, lo; in ice_read_phy_and_phc_time_e82x() local 4462 zo = rd32(hw, GLTSYN_SHTIME_0(tmr_idx)); in ice_read_phy_and_phc_time_e82x() 4464 *phc_time = (u64)lo << 32 | zo; in ice_read_phy_and_phc_time_e82x()
|