Home
last modified time | relevance | path

Searched refs:arb_mode (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/hsi/clients/
H A Dhsi_char.c388 if ((txc->arb_mode != HSI_ARB_RR) && (txc->arb_mode != HSI_ARB_PRIO)) in hsc_tx_set()
394 cl->tx_cfg.arb_mode = txc->arb_mode; in hsc_tx_set()
409 txc->arb_mode = cl->tx_cfg.arb_mode; in hsc_tx_get()
/linux/drivers/hsi/
H A Dhsi_core.c180 const char *arb_mode; in hsi_of_property_parse_arb_mode() local
183 err = of_property_read_string(client, name, &arb_mode); in hsi_of_property_parse_arb_mode()
187 if (strcmp(arb_mode, "round-robin") == 0) in hsi_of_property_parse_arb_mode()
189 else if (strcmp(arb_mode, "priority") == 0) in hsi_of_property_parse_arb_mode()
242 &cl->rx_cfg.arb_mode); in hsi_add_client_from_dt()
/linux/include/uapi/linux/hsi/
H A Dhsi_char.h48 __u32 arb_mode; member
/linux/drivers/gpu/drm/i915/
H A Dvlv_suspend.c24 u32 arb_mode; member
120 s->arb_mode = intel_uncore_read(uncore, ARB_MODE); in vlv_save_gunit_s0ix_state()
205 intel_uncore_write(uncore, ARB_MODE, s->arb_mode | (0xffff << 16)); in vlv_restore_gunit_s0ix_state()
/linux/drivers/hsi/controllers/
H A Domap_ssi.h43 u32 arb_mode; member
H A Domap_ssi_port.c480 writel_relaxed(cl->tx_cfg.arb_mode, sst + SSI_SST_ARBMODE_REG); in ssi_setup()
498 omap_port->sst.arb_mode = cl->tx_cfg.arb_mode; in ssi_setup()
1300 writel_relaxed(omap_port->sst.arb_mode, base + SSI_SST_ARBMODE_REG); in ssi_restore_port_ctx()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_llh.c1502 u32 arb_mode) in hw_atl_tps_tx_pkt_shed_desc_tc_arb_mode_set() argument
1507 arb_mode); in hw_atl_tps_tx_pkt_shed_desc_tc_arb_mode_set()
1531 u32 arb_mode) in hw_atl_tps_tx_pkt_shed_desc_vm_arb_mode_set() argument
1536 arb_mode); in hw_atl_tps_tx_pkt_shed_desc_vm_arb_mode_set()
H A Dhw_atl_llh.h706 u32 arb_mode);
720 u32 arb_mode);
/linux/include/linux/hsi/
H A Dhsi.h85 unsigned int arb_mode; /* TX only */ member