Lines Matching refs:protgroup_len
1714 unsigned int protgroup_len, protgroup_offset = 0, protgroup_remainder;
1808 protgroup_len = sg_dma_len(sgpe) - protgroup_offset;
1811 BUG_ON(protgroup_len % 8);
1820 protgrp_blks = protgroup_len / 8;
1824 if ((pde7->addrLow & 0xfff) + protgroup_len > 0x1000) {
2138 unsigned int protgroup_len, protgroup_offset = 0, protgroup_remainder;
2269 protgroup_len = sg_dma_len(sgpe) - protgroup_offset;
2272 BUG_ON(protgroup_len % 8);
2282 protgrp_blks = protgroup_len / 8;
2286 if ((sgl->addr_lo & 0xfff) + protgroup_len > 0x1000) {