Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dxlnx-versal-ospi.c597 unsigned int all_cs; in ospi_update_cs_lines() local
601 all_cs = ARRAY_FIELD_EX32(s->regs, CONFIG_REG, PERIPH_CS_LINES_FLD); in ospi_update_cs_lines()
603 all_cs = single_cs(s); in ospi_update_cs_lines()
607 bool cs = (all_cs >> i) & 1; in ospi_update_cs_lines()