Searched refs:r_offset (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/crystalhd/ |
D | crystalhd_hw.c | 926 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/ |
D | adf_fbdev.c | 31 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/ |
D | memstick.c | 396 card->reg_addr.r_offset = offsetof(struct ms_register, id); in memstick_alloc_card()
|
D | mspro_block.c | 1137 card->reg_addr.r_offset = offsetof(struct mspro_register, status); in mspro_block_init_card()
|