Searched refs:size_bytes (Results 1 - 7 of 7) sorted by relevance

/drivers/gpu/drm/radeon/
H A Dr600_blit.c588 int size_bytes)
597 if ((size_bytes & 3) || (src_gpu_addr & 3) || (dst_gpu_addr & 3)) {
600 while (size_bytes) {
601 int cur_size = size_bytes;
684 size_bytes -= cur_size * h;
689 while (size_bytes) {
690 int cur_size = size_bytes;
774 size_bytes -= cur_size * h;
586 r600_blit_copy(struct drm_device *dev, uint64_t src_gpu_addr, uint64_t dst_gpu_addr, int size_bytes) argument
H A Dradeon_drv.h460 int size_bytes);
/drivers/tty/
H A Dnozomi.c436 u32 size_bytes)
446 switch (size_bytes) {
458 while (i < size_bytes) {
459 if (size_bytes - i == 2) {
482 u32 size_bytes)
492 switch (size_bytes) {
508 while (i < size_bytes) {
509 if (size_bytes - i == 2) {
435 read_mem32(u32 *buf, const void __iomem *mem_addr_start, u32 size_bytes) argument
481 write_mem32(void __iomem *mem_addr_start, const u32 *buf, u32 size_bytes) argument
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd.h319 __le32 size_bytes; member in struct:brcmf_pkt_filter_pattern_le
H A Ddhd_common.c735 pkt_filter.u.pattern.size_bytes = cpu_to_le32(mask_size);
/drivers/net/wireless/bcmdhd/
H A Ddhd_common.c1394 pkt_filter.u.pattern.size_bytes = mask_size;
/drivers/net/wireless/bcmdhd/include/
H A Dwlioctl.h3883 uint32 size_bytes; /* Size of the pattern. Bitmask must be the same size. */

Completed in 2748 milliseconds