Searched refs:tdo (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/misc/altera-stapl/
H A Daltera-lpt.c33 int tdo = 0; local
47 tdo = byteblaster_read(1);
48 tdo = ((tdo & 0x80) ? 0 : 1);
55 return tdo;
H A Daltera-jtag.c438 u8 *tdo)
478 (tdo != NULL));
480 if (tdo != NULL) {
482 tdo[i >> 3] |= (1 << (i & 7));
484 tdo[i >> 3] &= ~(u32)(1 << (i & 7));
499 u8 *tdo)
542 (tdo != NULL));
543 if (tdo != NULL) {
545 tdo[i >> 3] |= (1 << (i & 7));
547 tdo[
434 alt_jtag_drscan(struct altera_state *astate, int start_state, int count, u8 *tdi, u8 *tdo) argument
495 alt_jtag_irscan(struct altera_state *astate, int start_state, int count, u8 *tdi, u8 *tdo) argument
[all...]
/linux-master/include/misc/
H A Daltera.h18 int (*jtag_io) (void *dev, int tms, int tdi, int tdo);
/linux-master/drivers/gpu/drm/panel/
H A DMakefile86 obj-$(CONFIG_DRM_PANEL_TDO_TL070WSH30) += panel-tdo-tl070wsh30.o
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-cards.c2082 int tdo = 0; local
2094 tdo = (data & 0x00004000) ? 1 : 0; /*TDO*/
2101 return tdo;

Completed in 114 milliseconds