Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/raw/
Dtango_nand.c87 struct tango_chip *chips[MAX_CS];
94 struct tango_chip { struct
105 #define to_tango_chip(ptr) container_of(ptr, struct tango_chip, nand_chip) argument
118 struct tango_chip *tchip = to_tango_chip(chip); in tango_cmd_ctrl()
136 struct tango_chip *tchip = to_tango_chip(chip); in tango_read_byte()
143 struct tango_chip *tchip = to_tango_chip(chip); in tango_read_buf()
150 struct tango_chip *tchip = to_tango_chip(chip); in tango_write_buf()
158 struct tango_chip *tchip = to_tango_chip(chip); in tango_select_chip()
484 struct tango_chip *tchip = to_tango_chip(chip); in tango_set_timings()
539 struct tango_chip *tchip; in chip_init()
/Linux-v5.4/drivers/pci/controller/
Dpcie-tango.c96 static struct irq_chip tango_chip = { variable
150 irq_domain_set_info(dom, virq, pos, &tango_chip, in tango_irq_domain_alloc()