PARPORT_STATUS_BUSY  280 drivers/parport/daisy.c 	s = parport_read_status(port) & (PARPORT_STATUS_BUSY
PARPORT_STATUS_BUSY  284 drivers/parport/daisy.c 	if (s != (PARPORT_STATUS_BUSY
PARPORT_STATUS_BUSY  294 drivers/parport/daisy.c 	s = parport_read_status(port) & (PARPORT_STATUS_BUSY
PARPORT_STATUS_BUSY  342 drivers/parport/daisy.c 	      ((s & PARPORT_STATUS_BUSY     ? 0 : 1) << 2) |
PARPORT_STATUS_BUSY  413 drivers/parport/daisy.c 	s = parport_read_status(port) & (PARPORT_STATUS_BUSY
PARPORT_STATUS_BUSY  417 drivers/parport/daisy.c 	if (s != (PARPORT_STATUS_BUSY
PARPORT_STATUS_BUSY  427 drivers/parport/daisy.c 	s = parport_read_status(port) & (PARPORT_STATUS_BUSY
PARPORT_STATUS_BUSY  458 drivers/parport/daisy.c 		if (!(s & PARPORT_STATUS_BUSY))
PARPORT_STATUS_BUSY   65 drivers/parport/ieee1284_ops.c 				      | PARPORT_STATUS_BUSY);
PARPORT_STATUS_BUSY   67 drivers/parport/ieee1284_ops.c 				     | PARPORT_STATUS_BUSY);
PARPORT_STATUS_BUSY  441 drivers/parport/ieee1284_ops.c 						      PARPORT_STATUS_BUSY, 0))
PARPORT_STATUS_BUSY  478 drivers/parport/ieee1284_ops.c 					     PARPORT_STATUS_BUSY,
PARPORT_STATUS_BUSY  479 drivers/parport/ieee1284_ops.c 					     PARPORT_STATUS_BUSY))
PARPORT_STATUS_BUSY  559 drivers/parport/ieee1284_ops.c 				   PARPORT_STATUS_BUSY) ? 1 : 0;
PARPORT_STATUS_BUSY  677 drivers/parport/ieee1284_ops.c 						      PARPORT_STATUS_BUSY, 0))
PARPORT_STATUS_BUSY  714 drivers/parport/ieee1284_ops.c 					     PARPORT_STATUS_BUSY,
PARPORT_STATUS_BUSY  715 drivers/parport/ieee1284_ops.c 					     PARPORT_STATUS_BUSY))
PARPORT_STATUS_BUSY  754 drivers/parport/ieee1284_ops.c 		if (parport_poll_peripheral (port, PARPORT_STATUS_BUSY, 0, 10))
PARPORT_STATUS_BUSY  761 drivers/parport/ieee1284_ops.c 		if (parport_poll_peripheral (port, PARPORT_STATUS_BUSY,
PARPORT_STATUS_BUSY  762 drivers/parport/ieee1284_ops.c 					     PARPORT_STATUS_BUSY, 5))
PARPORT_STATUS_BUSY  796 drivers/parport/ieee1284_ops.c 		if (parport_wait_peripheral (port, PARPORT_STATUS_BUSY, 0)) {
PARPORT_STATUS_BUSY  806 drivers/parport/ieee1284_ops.c 		if (parport_poll_peripheral (port, PARPORT_STATUS_BUSY,
PARPORT_STATUS_BUSY  807 drivers/parport/ieee1284_ops.c 					     PARPORT_STATUS_BUSY, 5)) {
PARPORT_STATUS_BUSY  842 drivers/parport/ieee1284_ops.c 		if (parport_poll_peripheral (port, PARPORT_STATUS_BUSY, 0, 10))
PARPORT_STATUS_BUSY  849 drivers/parport/ieee1284_ops.c 		if (parport_poll_peripheral (port, PARPORT_STATUS_BUSY,
PARPORT_STATUS_BUSY  850 drivers/parport/ieee1284_ops.c 					     PARPORT_STATUS_BUSY, 5))
PARPORT_STATUS_BUSY  884 drivers/parport/ieee1284_ops.c 		if (parport_wait_peripheral (port, PARPORT_STATUS_BUSY, 0)) {
PARPORT_STATUS_BUSY  895 drivers/parport/ieee1284_ops.c 		if (parport_poll_peripheral (port, PARPORT_STATUS_BUSY, 
PARPORT_STATUS_BUSY  896 drivers/parport/ieee1284_ops.c 					     PARPORT_STATUS_BUSY, 5))
PARPORT_STATUS_BUSY   84 drivers/parport/parport_amiga.c 	unsigned char ret = PARPORT_STATUS_BUSY | PARPORT_STATUS_ACK | PARPORT_STATUS_ERROR;
PARPORT_STATUS_BUSY   87 drivers/parport/parport_amiga.c 		ret &= ~PARPORT_STATUS_BUSY;
PARPORT_STATUS_BUSY   88 drivers/parport/parport_atari.c 	return ((st_mfp.par_dt_reg & 1 ? 0 : PARPORT_STATUS_BUSY) |
PARPORT_STATUS_BUSY  126 drivers/parport/parport_ax88796.c 		ret |= PARPORT_STATUS_BUSY;
PARPORT_STATUS_BUSY  153 drivers/parport/parport_mfc3.c 	unsigned char ret = PARPORT_STATUS_BUSY;
PARPORT_STATUS_BUSY  156 drivers/parport/parport_mfc3.c 		ret &= ~PARPORT_STATUS_BUSY;
PARPORT_STATUS_BUSY  770 drivers/parport/parport_pc.c 				     PARPORT_STATUS_BUSY,
PARPORT_STATUS_BUSY  771 drivers/parport/parport_pc.c 				     PARPORT_STATUS_BUSY);
PARPORT_STATUS_BUSY  885 drivers/parport/parport_pc.c 				     PARPORT_STATUS_BUSY,
PARPORT_STATUS_BUSY  886 drivers/parport/parport_pc.c 				     PARPORT_STATUS_BUSY);
PARPORT_STATUS_BUSY  102 drivers/parport/parport_sunbpp.c 		bits |= PARPORT_STATUS_BUSY;
PARPORT_STATUS_BUSY   39 drivers/spi/spi-butterfly.c #define	spi_miso_bit	PARPORT_STATUS_BUSY	/* pin 11 */
PARPORT_STATUS_BUSY  108 drivers/spi/spi-butterfly.c 	return (bit == PARPORT_STATUS_BUSY) ? value : !value;