Home
last modified time | relevance | path

Searched refs:r_offset (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/crystalhd/
Dcrystalhd_hw.c926 uint32_t pib_cnt, r_offset, w_offset; in crystalhd_get_pib_avail_cnt() local
931 crystalhd_mem_rd(hw->adp, Q_addr, 1, &r_offset); in crystalhd_get_pib_avail_cnt()
936 if (r_offset == w_offset) in crystalhd_get_pib_avail_cnt()
939 if (w_offset > r_offset) in crystalhd_get_pib_avail_cnt()
940 pib_cnt = w_offset - r_offset; in crystalhd_get_pib_avail_cnt()
943 (r_offset + MIN_PIB_Q_DEPTH); in crystalhd_get_pib_avail_cnt()
956 uint32_t addr_entry, r_offset, w_offset; in crystalhd_get_addr_from_pib_Q() local
961 crystalhd_mem_rd(hw->adp, Q_addr, 1, &r_offset); in crystalhd_get_addr_from_pib_Q()
967 if (r_offset == w_offset) in crystalhd_get_addr_from_pib_Q()
970 if ((r_offset < MIN_PIB_Q_DEPTH) || (r_offset >= MAX_PIB_Q_DEPTH)) in crystalhd_get_addr_from_pib_Q()
[all …]
/drivers/video/adf/
Dadf_fbdev.c31 u32 r_offset; member
94 var->red.offset == f->r_offset && in drm_fourcc_from_fb_var()
301 (r << info->r_offset) | in adf_fbdev_set_format()
313 fbdev->info->var.red.offset = info->r_offset; in adf_fbdev_set_format()
/drivers/memstick/core/
Dmemstick.c396 card->reg_addr.r_offset = offsetof(struct ms_register, id); in memstick_alloc_card()
Dmspro_block.c1137 card->reg_addr.r_offset = offsetof(struct mspro_register, status); in mspro_block_init_card()