Searched defs:doc (Results 1 – 7 of 7) sorted by relevance
/linux-3.3/drivers/mtd/nand/ |
D | diskonchip.c | 86 #define DoC_is_MillenniumPlus(doc) ((doc)->ChipID == DOC_ChipID_DocMilPlus16 || (doc)->ChipID == DO… argument 87 #define DoC_is_Millennium(doc) ((doc)->ChipID == DOC_ChipID_DocMil) argument 88 #define DoC_is_2000(doc) ((doc)->ChipID == DOC_ChipID_Doc2k) argument 224 static void DoC_Delay(struct doc_priv *doc, unsigned short cycles) in DoC_Delay() 243 static int _DoC_WaitReady(struct doc_priv *doc) in _DoC_WaitReady() 274 static inline int DoC_WaitReady(struct doc_priv *doc) in DoC_WaitReady() 302 struct doc_priv *doc = this->priv; in doc2000_write_byte() local 314 struct doc_priv *doc = this->priv; in doc2000_read_byte() local 329 struct doc_priv *doc = this->priv; in doc2000_writebuf() local 346 struct doc_priv *doc = this->priv; in doc2000_readbuf() local [all …]
|
/linux-3.3/drivers/mtd/devices/ |
D | doc2000.c | 30 #define DoC_is_2000(doc) (doc->ChipID == DOC_ChipID_Doc2k) argument 32 #define DoC_is_2000(doc) (0) argument 36 #define DoC_is_Millennium(doc) (doc->ChipID == DOC_ChipID_DocMil) argument 38 #define DoC_is_Millennium(doc) (0) argument 65 static void DoC_Delay(struct DiskOnChip *doc, unsigned short cycles) in DoC_Delay() 80 static int _DoC_WaitReady(struct DiskOnChip *doc) in _DoC_WaitReady() 104 static inline int DoC_WaitReady(struct DiskOnChip *doc) in DoC_WaitReady() 130 static int DoC_Command(struct DiskOnChip *doc, unsigned char command, in DoC_Command() 162 static int DoC_Address(struct DiskOnChip *doc, int numbytes, unsigned long ofs, in DoC_Address() 227 static void DoC_ReadBuf(struct DiskOnChip *doc, u_char * buf, int len) in DoC_ReadBuf() [all …]
|
D | doc2001plus.c | 120 static inline void DoC_Address(struct DiskOnChip *doc, int numbytes, in DoC_Address() 267 static int DoC_IdentChip(struct DiskOnChip *doc, int floor, int chip) in DoC_IdentChip()
|
D | doc2001.c | 173 static int DoC_IdentChip(struct DiskOnChip *doc, int floor, int chip) in DoC_IdentChip()
|
/linux-3.3/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | Makefile | 122 doc: $(IOPROCREGDESC) target
|
/linux-3.3/arch/cris/include/arch-v32/arch/hwregs/ |
D | Makefile | 167 doc: $(REGDESC) target
|
/linux-3.3/tools/perf/ |
D | Makefile | 800 doc: target
|