Lines Matching defs:cafe
101 #define cafe_readl(cafe, addr) readl((cafe)->mmio + CAFE_##addr) argument
102 #define cafe_writel(cafe, datum, addr) writel(datum, (cafe)->mmio + CAFE_##addr) argument
106 struct cafe_priv *cafe = nand_get_controller_data(chip); in cafe_device_ready() local
122 struct cafe_priv *cafe = nand_get_controller_data(chip); in cafe_write_buf() local
137 struct cafe_priv *cafe = nand_get_controller_data(chip); in cafe_read_buf() local
151 struct cafe_priv *cafe = nand_get_controller_data(chip); in cafe_read_byte() local
164 struct cafe_priv *cafe = nand_get_controller_data(chip); in cafe_nand_cmdfunc() local
319 struct cafe_priv *cafe = nand_get_controller_data(chip); in cafe_select_chip() local
335 struct cafe_priv *cafe = nand_get_controller_data(chip); in cafe_nand_interrupt() local
374 struct cafe_priv *cafe = nand_get_controller_data(chip); in cafe_nand_read_page() local
538 struct cafe_priv *cafe = nand_get_controller_data(chip); in cafe_nand_write_page_lowlevel() local
594 struct cafe_priv *cafe = nand_get_controller_data(chip); in cafe_nand_attach_chip() local
652 struct cafe_priv *cafe = nand_get_controller_data(chip); in cafe_nand_detach_chip() local
666 struct cafe_priv *cafe; in cafe_nand_probe() local
816 struct cafe_priv *cafe = nand_get_controller_data(chip); in cafe_nand_remove() local
845 struct cafe_priv *cafe = nand_get_controller_data(chip); in cafe_nand_resume() local