Lines Matching refs:chipselect
144 int chipselect; member
226 | ((host->chipselect & HINFC504_DMA_CTRL_CS_MASK) in hisi_nfc_dma_transfer()
300 | ((host->chipselect & HINFC504_OP_NF_CS_MASK) in hisi_nfc_send_cmd_erase()
319 | ((host->chipselect & HINFC504_OP_NF_CS_MASK) in hisi_nfc_send_cmd_readid()
334 | ((host->chipselect & HINFC504_OP_NF_CS_MASK) in hisi_nfc_send_cmd_status()
343 static int hisi_nfc_send_cmd_reset(struct hinfc_host *host, int chipselect) in hisi_nfc_send_cmd_reset() argument
348 | ((chipselect & HINFC504_OP_NF_CS_MASK) in hisi_nfc_send_cmd_reset()
358 static void hisi_nfc_select_chip(struct mtd_info *mtd, int chipselect) in hisi_nfc_select_chip() argument
363 if (chipselect < 0) in hisi_nfc_select_chip()
366 host->chipselect = chipselect; in hisi_nfc_select_chip()
508 hisi_nfc_send_cmd_reset(host, host->chipselect); in hisi_nfc_cmdfunc()
614 host->chipselect = 0; in hisi_nfc_host_init()