Lines Matching full:ati
639 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-mode", &val)) { in iqs269_parse_chan()
643 "Invalid channel %u ATI mode: %u\n", reg, val); in iqs269_parse_chan()
648 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-base", &val)) { in iqs269_parse_chan()
652 "Invalid channel %u ATI base: %u\n", reg, val); in iqs269_parse_chan()
657 if (!fwnode_property_read_u32(ch_node, "azoteq,ati-target", &val)) { in iqs269_parse_chan()
661 "Invalid channel %u ATI target: %u\n", reg, in iqs269_parse_chan()
880 if (device_property_present(&client->dev, "azoteq,ati-band-disable")) in iqs269_parse_prop()
884 if (device_property_present(&client->dev, "azoteq,ati-lp-only")) in iqs269_parse_prop()
888 if (device_property_present(&client->dev, "azoteq,ati-band-tighten")) in iqs269_parse_prop()
976 * Volunteer all active channels to participate in ATI when REDO-ATI is in iqs269_parse_prop()
1063 * The REDO-ATI and ATI channel selection fields must be written in the in iqs269_dev_init()