Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/bus/
Disapnp.c106 static inline void isapnp_write_byte ( unsigned int address, in isapnp_write_byte() function
125 isapnp_write_byte ( ISAPNP_READPORT, ( isapnp_read_port >> 2 ) ); in isapnp_set_read_port()
145 isapnp_write_byte ( ISAPNP_CONFIGCONTROL, ISAPNP_CONFIG_WAIT_FOR_KEY ); in isapnp_wait_for_key()
155 isapnp_write_byte ( ISAPNP_CONFIGCONTROL, ISAPNP_CONFIG_RESET_CSN ); in isapnp_reset_csn()
170 isapnp_write_byte ( ISAPNP_WAKE, csn ); in isapnp_wake()
192 isapnp_write_byte ( ISAPNP_CARDSELECTNUMBER, csn ); in isapnp_write_csn()
196 isapnp_write_byte ( ISAPNP_LOGICALDEVICENUMBER, logdev ); in isapnp_logicaldevice()
201 isapnp_write_byte ( ISAPNP_ACTIVATE, 1 ); in isapnp_activate()
206 isapnp_write_byte ( ISAPNP_ACTIVATE, 0 ); in isapnp_deactivate()