Lines Matching +full:0 +full:x800
25 #define LBICTRL_LPCCTL_NR 0x00004000
36 while (len > 0x800) { in pasemi_read_buf()
37 memcpy_fromio(buf, chip->legacy.IO_ADDR_R, 0x800); in pasemi_read_buf()
38 buf += 0x800; in pasemi_read_buf()
39 len -= 0x800; in pasemi_read_buf()
47 while (len > 0x800) { in pasemi_write_buf()
48 memcpy_toio(chip->legacy.IO_ADDR_R, buf, 0x800); in pasemi_write_buf()
49 buf += 0x800; in pasemi_write_buf()
50 len -= 0x800; in pasemi_write_buf()
83 return 0; in pasemi_attach_chip()
97 int err = 0; in pasemi_nand_probe()
99 err = of_address_to_resource(np, 0, &res); in pasemi_nand_probe()
126 chip->legacy.IO_ADDR_R = of_iomap(np, 0); in pasemi_nand_probe()
134 pdev = pci_get_device(PCI_VENDOR_ID_PASEMI, 0xa008, NULL); in pasemi_nand_probe()
140 lpcctl = pci_resource_start(pdev, 0); in pasemi_nand_probe()
152 chip->legacy.chip_delay = 0; in pasemi_nand_probe()
162 if (mtd_device_register(pasemi_nand_mtd, NULL, 0)) { in pasemi_nand_probe()
171 return 0; in pasemi_nand_probe()
191 return 0; in pasemi_nand_remove()
209 return 0; in pasemi_nand_remove()