Lines Matching defs:portal

178 t_Error bm_rcr_init(struct bm_portal *portal,  in bm_rcr_init()
205 void bm_rcr_finish(struct bm_portal *portal) in bm_rcr_finish()
219 struct bm_rcr_entry *bm_rcr_start(struct bm_portal *portal) in bm_rcr_start()
232 void bm_rcr_abort(struct bm_portal *portal) in bm_rcr_abort()
243 struct bm_rcr_entry *bm_rcr_pend_and_next(struct bm_portal *portal, uint8_t myverb) in bm_rcr_pend_and_next()
258 void bm_rcr_pci_commit(struct bm_portal *portal, uint8_t myverb) in bm_rcr_pci_commit()
273 void bm_rcr_pce_prefetch(struct bm_portal *portal) in bm_rcr_pce_prefetch()
280 void bm_rcr_pce_commit(struct bm_portal *portal, uint8_t myverb) in bm_rcr_pce_commit()
295 void bm_rcr_pvb_commit(struct bm_portal *portal, uint8_t myverb) in bm_rcr_pvb_commit()
313 uint8_t bm_rcr_cci_update(struct bm_portal *portal) in bm_rcr_cci_update()
325 void bm_rcr_cce_prefetch(struct bm_portal *portal) in bm_rcr_cce_prefetch()
332 uint8_t bm_rcr_cce_update(struct bm_portal *portal) in bm_rcr_cce_update()
345 uint8_t bm_rcr_get_ithresh(struct bm_portal *portal) in bm_rcr_get_ithresh()
352 void bm_rcr_set_ithresh(struct bm_portal *portal, uint8_t ithresh) in bm_rcr_set_ithresh()
360 uint8_t bm_rcr_get_avail(struct bm_portal *portal) in bm_rcr_get_avail()
367 uint8_t bm_rcr_get_fill(struct bm_portal *portal) in bm_rcr_get_fill()
383 t_Error bm_mc_init(struct bm_portal *portal) in bm_mc_init()
398 void bm_mc_finish(struct bm_portal *portal) in bm_mc_finish()
411 struct bm_mc_command *bm_mc_start(struct bm_portal *portal) in bm_mc_start()
423 void bm_mc_abort(struct bm_portal *portal) in bm_mc_abort()
435 void bm_mc_commit(struct bm_portal *portal, uint8_t myverb) in bm_mc_commit()
449 struct bm_mc_result *bm_mc_result(struct bm_portal *portal) in bm_mc_result()
474 void bm_isr_bscn_mask(struct bm_portal *portal, uint8_t bpid, int enable) in bm_isr_bscn_mask()
488 uint32_t __bm_isr_read(struct bm_portal *portal, enum bm_isr_reg n) in __bm_isr_read()
494 void __bm_isr_write(struct bm_portal *portal, enum bm_isr_reg n, uint32_t val) in __bm_isr_write()