Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-mipi-dbi-spi.yaml29 - CSx: Chip select
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPseudo.td563 // allocate the correct pair of CSx and Mx registers.
H A DHexagonInstrInfo.cpp1062 Register CSx = (Mx == Hexagon::M0 ? Hexagon::CS0 : Hexagon::CS1); in expandPostRAPseudo() local
1063 BuildMI(MBB, MI, DL, get(Hexagon::A2_tfrrcr), CSx) in expandPostRAPseudo()
1069 MIB.addReg(CSx, RegState::Implicit); in expandPostRAPseudo()