Lines Matching +full:0 +full:x800
38 #define LBICTRL_LPCCTL_NR 0x00004000
50 while (len > 0x800) { in pasemi_read_buf()
51 memcpy_fromio(buf, chip->IO_ADDR_R, 0x800); in pasemi_read_buf()
52 buf += 0x800; in pasemi_read_buf()
53 len -= 0x800; in pasemi_read_buf()
62 while (len > 0x800) { in pasemi_write_buf()
63 memcpy_toio(chip->IO_ADDR_R, buf, 0x800); in pasemi_write_buf()
64 buf += 0x800; in pasemi_write_buf()
65 len -= 0x800; in pasemi_write_buf()
100 int err = 0; in pasemi_nand_probe()
102 err = of_address_to_resource(np, 0, &res); in pasemi_nand_probe()
125 chip->IO_ADDR_R = of_iomap(np, 0); in pasemi_nand_probe()
133 pdev = pci_get_device(PCI_VENDOR_ID_PASEMI, 0xa008, NULL); in pasemi_nand_probe()
139 lpcctl = pci_resource_start(pdev, 0); in pasemi_nand_probe()
151 chip->chip_delay = 0; in pasemi_nand_probe()
163 if (mtd_device_register(pasemi_nand_mtd, NULL, 0)) { in pasemi_nand_probe()
172 return 0; in pasemi_nand_probe()
191 return 0; in pasemi_nand_remove()
207 return 0; in pasemi_nand_remove()