Lines Matching +full:0 +full:x800
25 #define LBICTRL_LPCCTL_NR 0x00004000
39 while (len > 0x800) { in pasemi_read_buf()
40 memcpy_fromio(buf, chip->legacy.IO_ADDR_R, 0x800); in pasemi_read_buf()
41 buf += 0x800; in pasemi_read_buf()
42 len -= 0x800; in pasemi_read_buf()
50 while (len > 0x800) { in pasemi_write_buf()
51 memcpy_toio(chip->legacy.IO_ADDR_R, buf, 0x800); in pasemi_write_buf()
52 buf += 0x800; in pasemi_write_buf()
53 len -= 0x800; in pasemi_write_buf()
89 return 0; in pasemi_attach_chip()
104 int err = 0; in pasemi_nand_probe()
108 err = of_address_to_resource(np, 0, &res); in pasemi_nand_probe()
134 chip->legacy.IO_ADDR_R = of_iomap(np, 0); in pasemi_nand_probe()
142 pdev = pci_get_device(PCI_VENDOR_ID_PASEMI, 0xa008, NULL); in pasemi_nand_probe()
148 ddata->lpcctl = pci_resource_start(pdev, 0); in pasemi_nand_probe()
160 chip->legacy.chip_delay = 0; in pasemi_nand_probe()
177 if (mtd_device_register(pasemi_nand_mtd, NULL, 0)) { in pasemi_nand_probe()
186 return 0; in pasemi_nand_probe()