Lines Matching refs:count
51 size_t count, u16 offset, u8 reg_width) in bcma_host_soc_block_read() argument
59 while (count) { in bcma_host_soc_block_read()
62 count--; in bcma_host_soc_block_read()
69 WARN_ON(count & 1); in bcma_host_soc_block_read()
70 while (count) { in bcma_host_soc_block_read()
73 count -= 2; in bcma_host_soc_block_read()
80 WARN_ON(count & 3); in bcma_host_soc_block_read()
81 while (count) { in bcma_host_soc_block_read()
84 count -= 4; in bcma_host_soc_block_read()
95 size_t count, u16 offset, u8 reg_width) in bcma_host_soc_block_write() argument
103 while (count) { in bcma_host_soc_block_write()
106 count--; in bcma_host_soc_block_write()
113 WARN_ON(count & 1); in bcma_host_soc_block_write()
114 while (count) { in bcma_host_soc_block_write()
117 count -= 2; in bcma_host_soc_block_write()
124 WARN_ON(count & 3); in bcma_host_soc_block_write()
125 while (count) { in bcma_host_soc_block_write()
128 count -= 4; in bcma_host_soc_block_write()