Home
last modified time | relevance | path

Searched refs:r_t (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/media/dvb-frontends/
H A Dmn88443x.c210 struct regmap *r_t = chip->regmap_t; in mn88443x_cmn_power_on() local
225 regmap_write(r_t, OUTCSET, OUTCSET_CHDRV_8MA); in mn88443x_cmn_power_on()
226 regmap_write(r_t, PLDWSET, PLDWSET_NORMAL); in mn88443x_cmn_power_on()
227 regmap_write(r_t, HIZSET1, 0x80); in mn88443x_cmn_power_on()
228 regmap_write(r_t, HIZSET2, 0xe0); in mn88443x_cmn_power_on()
230 regmap_write(r_t, HIZSET3, 0x8f); in mn88443x_cmn_power_on()
245 struct regmap *r_t = chip->regmap_t; in mn88443x_s_sleep() local
247 regmap_update_bits(r_t, PWDSET, PWDSET_PSKPD_MASK, in mn88443x_s_sleep()
253 struct regmap *r_t = chip->regmap_t; in mn88443x_s_wake() local
255 regmap_update_bits(r_t, PWDSET, PWDSET_PSKPD_MASK, 0); in mn88443x_s_wake()
[all …]
/openbmc/linux/net/ceph/
H A Dosd_client.c524 target_destroy(&req->r_t); in ceph_osdc_release_request()
564 target_init(&req->r_t); in request_init()
2042 spg = lookup_spg_mapping(&osd->o_backoff_mappings, &req->r_t.spgid); in should_plug_request()
2046 hoid_fill_from_target(&hoid, &req->r_t); in should_plug_request()
2181 encode_spgid(&p, &req->r_t.spgid); /* actual spg */ in encode_request_partial()
2182 ceph_encode_32(&p, req->r_t.pgid.seed); /* raw hash */ in encode_request_partial()
2199 encode_oloc(&p, end, &req->r_t.target_oloc); in encode_request_partial()
2200 ceph_encode_string(&p, end, req->r_t.target_oid.name, in encode_request_partial()
2201 req->r_t.target_oid.name_len); in encode_request_partial()
2237 req->r_t.target_oid.name, req->r_t.target_oid.name_len); in encode_request_partial()
[all …]
H A Ddebugfs.c214 dump_target(s, &req->r_t); in dump_request()
/openbmc/linux/include/linux/ceph/
H A Dosd_client.h243 struct ceph_osd_request_target r_t; member
244 #define r_base_oid r_t.base_oid
245 #define r_base_oloc r_t.base_oloc
246 #define r_flags r_t.flags
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dsumo_dpm.c153 u32 r_t, i_t; in sumo_gfx_powergating_initialize() local
159 r_t = 10; in sumo_gfx_powergating_initialize()
165 r_t = 50; in sumo_gfx_powergating_initialize()
214 rcu_pwr_gating_cntl |= RT(r_t) | IT(i_t); in sumo_gfx_powergating_initialize()
/openbmc/linux/fs/ceph/
H A Dfile.c2748 ceph_oloc_copy(&req->r_t.base_oloc, dst_oloc); in ceph_alloc_copyfrom_request()
2749 ceph_oid_copy(&req->r_t.base_oid, dst_oid); in ceph_alloc_copyfrom_request()