Home
last modified time | relevance | path

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

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