Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptiop/
H A Dhptiop.c289 req = BUS_SPACE_RD4_ITL(inbound_queue); in hptiop_wait_ready_itl()
805 BUS_SPACE_WRT4_ITL(inbound_queue, req32); in hptiop_send_sync_request_itl()
916 req32 = BUS_SPACE_RD4_ITL(inbound_queue); in hptiop_get_config_itl()
997 req32 = BUS_SPACE_RD4_ITL(inbound_queue); in hptiop_set_config_itl()
1104 BUS_SPACE_WRT4_ITL(inbound_queue, req32); in hptiop_post_ioctl_command_itl()
1165 req32 = BUS_SPACE_RD4_ITL(inbound_queue); in hptiop_do_ioctl_itl()
2400 iop_req32 = BUS_SPACE_RD4_ITL(inbound_queue); in hptiop_post_req_itl()
2446 BUS_SPACE_WRT4_ITL(inbound_queue,iop_req32); in hptiop_post_req_itl()
2497 BUS_SPACE_WRT4_ITL(inbound_queue, in hptiop_post_req_itl()
2500 BUS_SPACE_WRT4_ITL(inbound_queue, (u_int32_t)srb->phy_addr in hptiop_post_req_itl()
H A Dhptiop.h73 u_int32_t inbound_queue; member