Searched refs:isapnp_write (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/stand/common/
H A Disapnp.c43 static void isapnp_write(int d, int r);
61 isapnp_write(int d, int r) function
238 isapnp_write(CONFIG_CONTROL, 0x04); /* Reset CSN for All Cards */
242 isapnp_write(WAKE, 0);
243 isapnp_write(SET_RD_DATA, (isapnp_readport >> 2));
248 isapnp_write(SET_CSN, csn);
265 isapnp_write(WAKE, csn);
266 isapnp_write(CONFIG_CONTROL, 0x02);

Completed in 176 milliseconds