Lines Matching +full:0 +full:x800
26 #define LBICTRL_LPCCTL_NR 0x00004000
37 while (len > 0x800) { in pasemi_read_buf()
38 memcpy_fromio(buf, chip->legacy.IO_ADDR_R, 0x800); in pasemi_read_buf()
39 buf += 0x800; in pasemi_read_buf()
40 len -= 0x800; in pasemi_read_buf()
48 while (len > 0x800) { in pasemi_write_buf()
49 memcpy_toio(chip->legacy.IO_ADDR_R, buf, 0x800); in pasemi_write_buf()
50 buf += 0x800; in pasemi_write_buf()
51 len -= 0x800; in pasemi_write_buf()
84 return 0; in pasemi_attach_chip()
98 int err = 0; in pasemi_nand_probe()
100 err = of_address_to_resource(np, 0, &res); in pasemi_nand_probe()
127 chip->legacy.IO_ADDR_R = of_iomap(np, 0); in pasemi_nand_probe()
135 pdev = pci_get_device(PCI_VENDOR_ID_PASEMI, 0xa008, NULL); in pasemi_nand_probe()
141 lpcctl = pci_resource_start(pdev, 0); in pasemi_nand_probe()
153 chip->legacy.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()
192 return 0; in pasemi_nand_remove()
210 return 0; in pasemi_nand_remove()