Home
last modified time | relevance | path

Searched refs:astate (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/misc/altera-stapl/
H A Daltera-jtag.c20 astate->config->jtag_io(astate->config->dev, a, b, c);
77 struct altera_jtag *js = &astate->js; in altera_jinit()
274 struct altera_jtag *js = &astate->js; in altera_jreset_idle()
288 struct altera_jtag *js = &astate->js; in altera_goto_jstate()
295 altera_jreset_idle(astate); in altera_goto_jstate()
341 struct altera_jtag *js = &astate->js; in altera_wait_cycles()
376 struct altera_jtag *js = &astate->js; in altera_wait_msecs()
662 alt_jtag_irscan(astate, in altera_irscan()
762 alt_jtag_irscan(astate, in altera_swap_ir()
958 alt_jtag_drscan(astate, in altera_swap_dr()
[all …]
H A Daltera-jtag.h70 int altera_jinit(struct altera_state *astate);
81 int altera_goto_jstate(struct altera_state *astate,
83 int altera_wait_cycles(struct altera_state *astate, s32 cycles,
85 int altera_wait_msecs(struct altera_state *astate, s32 microseconds,
87 int altera_irscan(struct altera_state *astate, u32 count,
89 int altera_swap_ir(struct altera_state *astate,
93 int altera_drscan(struct altera_state *astate, u32 count,
95 int altera_swap_dr(struct altera_state *astate, u32 count,
98 void altera_free_buffers(struct altera_state *astate);
H A Daltera.c212 char *msg_buff = astate->msg_buff; in altera_execute()
213 long *stack = astate->stack; in altera_execute()
422 altera_jinit(astate); in altera_execute()
1924 status = altera_swap_dr(astate, in altera_execute()
1931 status = altera_swap_ir(astate, in altera_execute()
2075 altera_free_buffers(astate); in altera_execute()
2403 if (!astate) { in altera_init()
2408 astate->config = config; in altera_init()
2409 if (!astate->config->jtag_io) { in altera_init()
2484 astate->config->action); in altera_init()
[all …]
/openbmc/linux/drivers/cpufreq/
H A Dpasemi-cpufreq.c62 static int get_astate_freq(int astate) in get_astate_freq() argument
65 ret = in_le32(sdcpwr_mapbase + SDCPWR_CFGA0_REG + (astate * 0x10)); in get_astate_freq()
95 static void set_astate(int cpu, unsigned int astate) in set_astate() argument
105 out_le32(sdcasr_mapbase + SDCASR_REG + SDCASR_REG_STRIDE*cpu, astate); in set_astate()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dbase.c312 clk->astate, clk->temp, clk->dstate); in nvkm_pstate_work()
316 pstate = (pstate < 0) ? clk->astate : pstate; in nvkm_pstate_work()
535 if (!rel) clk->astate = req; in nvkm_clk_astate()
536 if ( rel) clk->astate += rel; in nvkm_clk_astate()
537 clk->astate = min(clk->astate, clk->state_nr - 1); in nvkm_clk_astate()
538 clk->astate = max(clk->astate, 0); in nvkm_clk_astate()
615 clk->astate = clk->state_nr - 1; in nvkm_clk_init()
/openbmc/linux/fs/nfsd/
H A Dnfs4acl.c484 static inline void add_to_mask(struct posix_acl_state *state, struct posix_ace_state *astate) in add_to_mask() argument
486 state->mask.allow |= astate->allow; in add_to_mask()
558 static inline void allow_bits(struct posix_ace_state *astate, u32 mask) in allow_bits() argument
561 astate->allow |= mask & ~astate->deny; in allow_bits()
564 static inline void deny_bits(struct posix_ace_state *astate, u32 mask) in deny_bits() argument
567 astate->deny |= mask & ~astate->allow; in deny_bits()
/openbmc/linux/include/linux/
H A Ddebugobjects.h31 unsigned int astate; member
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dclk.h100 int astate; /* perfmon adjustment (base) */ member
/openbmc/linux/lib/
H A Ddebugobjects.c273 obj->astate = 0; in alloc_object()
516 msg, obj_states[obj->state], obj->astate, in debug_print_object()
773 if (obj->astate) in debug_object_deactivate()
942 if (obj->astate != expect) in debug_object_active_state()
944 obj->astate = next; in debug_object_active_state()
/openbmc/qemu/hw/usb/
H A Dhcd-ehci.c253 if (s->astate == EST_INACTIVE && s->pstate == EST_INACTIVE) { in ehci_update_halt()
263 s->astate = state; in ehci_set_state()
264 if (s->astate == EST_INACTIVE) { in ehci_set_state()
284 return async ? s->astate : s->pstate; in ehci_get_state()
877 s->astate = EST_INACTIVE; in ehci_reset()
2183 "Resetting to active\n", ehci->astate); in ehci_advance_async_state()
2331 if (ehci_async_enabled(ehci) || ehci->astate != EST_INACTIVE) { in ehci_work_bh()
2500 VMSTATE_UINT32(astate, EHCIState),
H A Dhcd-ehci.h299 uint32_t astate; /* Current state in asynchronous schedule */ member
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c937 struct drm_atomic_state *astate) in vop2_plane_atomic_check() argument
939 struct drm_plane_state *pstate = drm_atomic_get_new_plane_state(astate, plane); in vop2_plane_atomic_check()