Searched refs:ppbus_1284_negotiate (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/dev/ppbus/
H A Dppbus_1284.h118 int ppbus_1284_negotiate(device_t, int, int);
H A Dppbus_base.c188 error = ppbus_1284_negotiate(dev, mode, options);
607 error = ppbus_1284_negotiate(dev, PPBUS_NIBBLE, 0);
618 error = ppbus_1284_negotiate(dev, PPBUS_PS2, 0);
623 error = ppbus_1284_negotiate(dev, PPBUS_ECP, 0);
628 error = ppbus_1284_negotiate(dev, PPBUS_ECP, PPBUS_USE_RLE);
633 error = ppbus_1284_negotiate(dev, PPBUS_EPP, 0);
H A Dppbus_1284.c490 ppbus_1284_negotiate(device_t dev, int mode, int options) function

Completed in 256 milliseconds