Home
last modified time | relevance | path

Searched refs:WriteDOC (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Ddiskonchip.c299 WriteDOC(datum, docptr, CDSNSlowIO); in doc2000_write_byte()
300 WriteDOC(datum, docptr, 2k_CDSN_IO); in doc2000_write_byte()
711 WriteDOC(0, docptr, 2k_CDSN_IO); in doc200x_calculate_ecc()
712 WriteDOC(0, docptr, 2k_CDSN_IO); in doc200x_calculate_ecc()
713 WriteDOC(0, docptr, 2k_CDSN_IO); in doc200x_calculate_ecc()
716 WriteDOC(0, docptr, Mplus_NOP); in doc200x_calculate_ecc()
717 WriteDOC(0, docptr, Mplus_NOP); in doc200x_calculate_ecc()
718 WriteDOC(0, docptr, Mplus_NOP); in doc200x_calculate_ecc()
720 WriteDOC(0, docptr, NOP); in doc200x_calculate_ecc()
721 WriteDOC(0, docptr, NOP); in doc200x_calculate_ecc()
[all …]
/linux/include/linux/mtd/
H A Ddoc2000.h115 #define WriteDOC(d, adr, reg) WriteDOC_(d,adr,DoC_##reg) macro