Searched refs:zo (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/iio/magnetometer/ |
D | yamaha-yas530.c | 199 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()
|
/linux-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_ptp_hw.c | 2207 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()
|