Searched refs:next_read_size (Results 1 – 2 of 2) sorted by relevance
143 len = phy->next_read_size; in fdp_nci_i2c_read()164 phy->next_read_size = 5; in fdp_nci_i2c_read()170 phy->next_read_size = (tmp[2] << 8) + tmp[3] + 3; in fdp_nci_i2c_read()172 phy->next_read_size = FDP_NCI_I2C_MIN_PAYLOAD; in fdp_nci_i2c_read()309 phy->next_read_size = FDP_NCI_I2C_MIN_PAYLOAD; in fdp_nci_i2c_probe()
21 uint16_t next_read_size; member