Searched refs:pnp_write (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/isa/ |
| D | pnp.c | 136 pnp_write(int d, u_char r) in pnp_write() function 243 pnp_write(PNP_WAKE, csn); in pnp_set_config() 248 pnp_write(PNP_SET_LDN, ldn); in pnp_set_config() 283 pnp_write(PNP_MEM_BASE_HIGH(i), 0); in pnp_set_config() 284 pnp_write(PNP_MEM_BASE_LOW(i), 0); in pnp_set_config() 285 pnp_write(PNP_MEM_RANGE_HIGH(i), 0); in pnp_set_config() 286 pnp_write(PNP_MEM_RANGE_LOW(i), 0); in pnp_set_config() 292 pnp_write(PNP_MEM_BASE_HIGH(i), (start >> 16) & 0xff); in pnp_set_config() 293 pnp_write(PNP_MEM_BASE_LOW(i), (start >> 8) & 0xff); in pnp_set_config() 294 pnp_write(PNP_MEM_RANGE_HIGH(i), (size >> 16) & 0xff); in pnp_set_config() [all …]
|
| /freebsd-9-stable/contrib/pnpinfo/ |
| D | pnpinfo.c | 51 pnp_write(int d, u_char r) in pnp_write() function 117 pnp_write(PNP_CONFIG_CONTROL, 0x2); in send_Initiation_LFSR() 488 pnp_write(PNP_SET_CSN, csn); /* Move this out of this function XXX */ in dump_resdata() 534 pnp_write(PNP_SET_LDN, i); in dump_resdata() 567 pnp_write(PNP_CONFIG_CONTROL, 0x04); in isolation_protocol() 572 pnp_write(PNP_WAKE, 0); in isolation_protocol() 573 pnp_write(PNP_SET_RD_DATA, rd_port); in isolation_protocol()
|