bpw_len 167 drivers/spi/spi-topcliff-pch.c u32 bpw_len; bpw_len 261 drivers/spi/spi-topcliff-pch.c u32 n_read, tx_index, rx_index, bpw_len; bpw_len 275 drivers/spi/spi-topcliff-pch.c bpw_len = data->bpw_len; bpw_len 286 drivers/spi/spi-topcliff-pch.c if (tx_index < bpw_len) bpw_len 291 drivers/spi/spi-topcliff-pch.c if ((bpw_len - rx_index) <= PCH_MAX_FIFO_DEPTH) { bpw_len 308 drivers/spi/spi-topcliff-pch.c if ((tx_index == bpw_len) && (rx_index == tx_index)) { bpw_len 570 drivers/spi/spi-topcliff-pch.c data->bpw_len = data->cur_trans->len / (*bpw / 8); bpw_len 601 drivers/spi/spi-topcliff-pch.c for (j = 0; j < data->bpw_len; j++) bpw_len 605 drivers/spi/spi-topcliff-pch.c for (j = 0; j < data->bpw_len; j++) bpw_len 611 drivers/spi/spi-topcliff-pch.c n_writes = data->bpw_len; bpw_len 685 drivers/spi/spi-topcliff-pch.c if ((data->bpw_len) > PCH_MAX_FIFO_DEPTH) bpw_len 728 drivers/spi/spi-topcliff-pch.c for (j = 0; j < data->bpw_len; j++) bpw_len 732 drivers/spi/spi-topcliff-pch.c for (j = 0; j < data->bpw_len; j++) bpw_len 752 drivers/spi/spi-topcliff-pch.c for (j = 0; j < data->bpw_len; j++) bpw_len 758 drivers/spi/spi-topcliff-pch.c for (j = 0; j < data->bpw_len; j++) bpw_len 951 drivers/spi/spi-topcliff-pch.c data->bpw_len = data->cur_trans->len / (*bpw / 8); bpw_len 953 drivers/spi/spi-topcliff-pch.c if (data->bpw_len > PCH_BUF_SIZE) { bpw_len 954 drivers/spi/spi-topcliff-pch.c data->bpw_len = PCH_BUF_SIZE; bpw_len 963 drivers/spi/spi-topcliff-pch.c for (i = 0; i < data->bpw_len; i++) bpw_len 968 drivers/spi/spi-topcliff-pch.c for (i = 0; i < data->bpw_len; i++) bpw_len 974 drivers/spi/spi-topcliff-pch.c if (data->bpw_len > PCH_DMA_TRANS_SIZE) { bpw_len 975 drivers/spi/spi-topcliff-pch.c if (data->bpw_len % PCH_DMA_TRANS_SIZE) { bpw_len 976 drivers/spi/spi-topcliff-pch.c num = data->bpw_len / PCH_DMA_TRANS_SIZE + 1; bpw_len 977 drivers/spi/spi-topcliff-pch.c rem = data->bpw_len % PCH_DMA_TRANS_SIZE; bpw_len 979 drivers/spi/spi-topcliff-pch.c num = data->bpw_len / PCH_DMA_TRANS_SIZE; bpw_len 985 drivers/spi/spi-topcliff-pch.c size = data->bpw_len; bpw_len 986 drivers/spi/spi-topcliff-pch.c rem = data->bpw_len; bpw_len 1046 drivers/spi/spi-topcliff-pch.c if (data->bpw_len > PCH_MAX_FIFO_DEPTH) { bpw_len 1048 drivers/spi/spi-topcliff-pch.c if (data->bpw_len % PCH_DMA_TRANS_SIZE > 4) { bpw_len 1049 drivers/spi/spi-topcliff-pch.c num = data->bpw_len / PCH_DMA_TRANS_SIZE + 1; bpw_len 1050 drivers/spi/spi-topcliff-pch.c rem = data->bpw_len % PCH_DMA_TRANS_SIZE - head; bpw_len 1052 drivers/spi/spi-topcliff-pch.c num = data->bpw_len / PCH_DMA_TRANS_SIZE; bpw_len 1053 drivers/spi/spi-topcliff-pch.c rem = data->bpw_len % PCH_DMA_TRANS_SIZE + bpw_len 1059 drivers/spi/spi-topcliff-pch.c size = data->bpw_len; bpw_len 1060 drivers/spi/spi-topcliff-pch.c rem = data->bpw_len;