Lines Matching refs:count
41 size_t count, u16 offset, u8 reg_width) in ssb_host_soc_block_read() argument
53 while (count) { in ssb_host_soc_block_read()
56 count--; in ssb_host_soc_block_read()
63 SSB_WARN_ON(count & 1); in ssb_host_soc_block_read()
64 while (count) { in ssb_host_soc_block_read()
67 count -= 2; in ssb_host_soc_block_read()
74 SSB_WARN_ON(count & 3); in ssb_host_soc_block_read()
75 while (count) { in ssb_host_soc_block_read()
78 count -= 4; in ssb_host_soc_block_read()
114 size_t count, u16 offset, u8 reg_width) in ssb_host_soc_block_write() argument
126 while (count) { in ssb_host_soc_block_write()
129 count--; in ssb_host_soc_block_write()
136 SSB_WARN_ON(count & 1); in ssb_host_soc_block_write()
137 while (count) { in ssb_host_soc_block_write()
140 count -= 2; in ssb_host_soc_block_write()
147 SSB_WARN_ON(count & 3); in ssb_host_soc_block_write()
148 while (count) { in ssb_host_soc_block_write()
151 count -= 4; in ssb_host_soc_block_write()