Lines Matching refs:nbytes
1862 unsigned int nbytes = 0; in atmci_read_data_pio() local
1870 nbytes += 4; in atmci_read_data_pio()
1885 nbytes += remaining; in atmci_read_data_pio()
1896 nbytes += offset; in atmci_read_data_pio()
1904 data->bytes_xfered += nbytes; in atmci_read_data_pio()
1910 data->bytes_xfered += nbytes; in atmci_read_data_pio()
1917 data->bytes_xfered += nbytes; in atmci_read_data_pio()
1930 unsigned int nbytes = 0; in atmci_write_data_pio() local
1938 nbytes += 4; in atmci_write_data_pio()
1953 nbytes += remaining; in atmci_write_data_pio()
1966 nbytes += offset; in atmci_write_data_pio()
1974 data->bytes_xfered += nbytes; in atmci_write_data_pio()
1980 data->bytes_xfered += nbytes; in atmci_write_data_pio()
1987 data->bytes_xfered += nbytes; in atmci_write_data_pio()