Searched refs:cal_cmd (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/input/touchscreen/ |
| H A D | raydium_i2c_ts.c | 579 static const u8 cal_cmd[] = { 0x00, 0x01, 0x52 }; in raydium_i2c_enter_bl() local 582 error = raydium_i2c_write_object(client, cal_cmd, sizeof(cal_cmd), in raydium_i2c_enter_bl() 985 static const u8 cal_cmd[] = { 0x00, 0x01, 0x9E }; in raydium_i2c_calibrate_store() local 992 error = raydium_i2c_write_object(client, cal_cmd, sizeof(cal_cmd), in raydium_i2c_calibrate_store()
|
| /linux-6.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_n.c | 25636 u16 cal_cmd; in wlc_phy_cal_txiqlo_nphy() local 25840 cal_cmd = (NREV_GE(pi->pubpi.phy_rev, 3)) ? in wlc_phy_cal_txiqlo_nphy() 25845 cal_cmd = (NREV_GE(pi->pubpi.phy_rev, 3)) ? in wlc_phy_cal_txiqlo_nphy() 25851 core_no = ((cal_cmd & 0x3000) >> 12); in wlc_phy_cal_txiqlo_nphy() 25852 cal_type = ((cal_cmd & 0x0F00) >> 8); in wlc_phy_cal_txiqlo_nphy() 25887 write_phy_reg(pi, 0xc0, cal_cmd); in wlc_phy_cal_txiqlo_nphy()
|