Searched refs:active_cs (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/ssi/ |
H A D | npcm7xx_fiu.c | 123 s->active_cs = cs_id; in npcm7xx_fiu_select() 128 s->active_cs = -1; in npcm7xx_fiu_select() 135 if (s->active_cs < 0) { in npcm7xx_fiu_deselect() 139 trace_npcm7xx_fiu_deselect(DEVICE(s)->canonical_path, s->active_cs); in npcm7xx_fiu_deselect() 141 qemu_irq_raise(s->cs_lines[s->active_cs]); in npcm7xx_fiu_deselect() 142 s->active_cs = -1; in npcm7xx_fiu_deselect() 156 if (fiu->active_cs != -1) { in npcm7xx_fiu_flash_read() 159 DEVICE(fiu)->canonical_path, fiu->active_cs); in npcm7xx_fiu_flash_read() 194 trace_npcm7xx_fiu_flash_read(DEVICE(fiu)->canonical_path, fiu->active_cs, in npcm7xx_fiu_flash_read() 212 if (fiu->active_cs != -1) { in npcm7xx_fiu_flash_write() [all …]
|
/openbmc/qemu/include/hw/ssi/ |
H A D | npcm7xx_fiu.h | 61 int32_t active_cs; member
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 177 int active_cs; member 574 writew(host->active_cs << 4, NFC_V1_V2_BUF_ADDR); in send_page_v2() 596 writew((host->active_cs << 4) | i, NFC_V1_V2_BUF_ADDR); in send_page_v1() 619 writew(host->active_cs << 4, NFC_V1_V2_BUF_ADDR); in send_read_id_v1_v2() 645 writew(host->active_cs << 4, NFC_V1_V2_BUF_ADDR); in get_dev_status_v1_v2() 733 writew((host->active_cs << 4) | i, NFC_V1_V2_BUF_ADDR); in mxc_nand_read_page_v1() 996 host->active_cs = chip; in mxc_nand_select_chip_v2() 997 writew(host->active_cs << 4, NFC_V1_V2_BUF_ADDR); in mxc_nand_select_chip_v2()
|