Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/vdso/
H A 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/drivers/pci/controller/dwc/
H A Dpci-meson.c352 u32 state12; in meson_pcie_link_up() local
354 state12 = meson_cfg_readl(mp, PCIE_CFG_STATUS12); in meson_pcie_link_up()
355 return IS_SMLH_LINK_UP(state12) && IS_RDLH_LINK_UP(state12); in meson_pcie_link_up()