Home
last modified time | relevance | path

Searched refs:state12 (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/arch/loongarch/vdso/
Dvgetrandom-chacha.S52 #define state12 a7 macro
69 #define line3 state12, state13, state14, state15
73 #define line3_perm state15, state12, state13, state14
124 move state12, cnt_lo
212 add.w state12, state12, cnt_lo
214 st.w state12, output, 48
242 move state12, zero
/linux-6.12.1/arch/powerpc/kernel/vdso/
Dvgetrandom-chacha.S47 #define state12 r28 macro
215 mr state12, counter0
245 add state12, state12, counter0
267 stwbrx state12, val4, dst_bytes
286 stw state12, 52(dst_bytes)
/linux-6.12.1/drivers/pci/controller/dwc/
Dpci-meson.c344 u32 state12, state17, smlh_up, ltssm_up, rdlh_up; in meson_pcie_link_up() local
347 state12 = meson_cfg_readl(mp, PCIE_CFG_STATUS12); in meson_pcie_link_up()
349 smlh_up = IS_SMLH_LINK_UP(state12); in meson_pcie_link_up()
350 rdlh_up = IS_RDLH_LINK_UP(state12); in meson_pcie_link_up()
351 ltssm_up = IS_LTSSM_UP(state12); in meson_pcie_link_up()