Searched defs:dwlen (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/thunderbolt/ |
| H A D | router_var.h | 51 u_int dwlen; member 109 #define TB_CONFIG_ADDR(seq, space, adapter, dwlen, offset) \ argument 130 tb_config_router_read(struct router_softc *sc, u_int addr, u_int dwlen, in tb_config_router_read() 137 tb_config_router_read_polled(struct router_softc *sc, u_int addr, u_int dwlen, in tb_config_router_read_polled() 150 tb_config_router_write(struct router_softc *sc, u_int addr, u_int dwlen, in tb_config_router_write() 165 u_int dwlen, uint32_t *buf) in tb_config_adapter_read() 179 u_int dwlen, uint32_t *buf) in tb_config_adapter_write()
|
| H A D | router.c | 371 u_int offset, u_int dwlen, uint32_t *buf) in tb_config_read() 403 u_int offset, u_int dwlen, uint32_t *buf) in tb_config_read_polled() 449 u_int offset, u_int dwlen, uint32_t *buf, void *cb) in tb_config_read_async() 465 u_int offset, u_int dwlen, uint32_t *buf, void *cb, in _tb_config_read() 493 u_int offset, u_int dwlen, uint32_t *buf) in tb_config_write()
|