Lines Matching refs:bus_cfg

638 	struct dwceqos_bus_cfg bus_cfg;  member
1514 if (lp->bus_cfg.en_lpi) in dwceqos_configure_bus()
1517 if (lp->bus_cfg.burst_map) in dwceqos_configure_bus()
1519 lp->bus_cfg.burst_map); in dwceqos_configure_bus()
1524 if (lp->bus_cfg.read_requests) in dwceqos_configure_bus()
1526 lp->bus_cfg.read_requests - 1); in dwceqos_configure_bus()
1531 if (lp->bus_cfg.write_requests) in dwceqos_configure_bus()
1533 lp->bus_cfg.write_requests - 1); in dwceqos_configure_bus()
1579 if (lp->bus_cfg.tx_pbl) in dwceqos_init_hw()
1580 regval = DWCEQOS_DMA_CH_CTRL_PBL(lp->bus_cfg.tx_pbl); in dwceqos_init_hw()
1590 if (lp->bus_cfg.rx_pbl) in dwceqos_init_hw()
1591 regval = DWCEQOS_DMA_CH_CTRL_PBL(lp->bus_cfg.rx_pbl); in dwceqos_init_hw()
1856 struct dwceqos_bus_cfg *bus_cfg; in dwceqos_probe_config_dt() local
1861 bus_cfg = &lp->bus_cfg; in dwceqos_probe_config_dt()
1871 bus_cfg->en_lpi = of_property_read_bool(np, "snps,en-lpi"); in dwceqos_probe_config_dt()
1873 &bus_cfg->write_requests); in dwceqos_probe_config_dt()
1874 of_property_read_u32(np, "snps,read-requests", &bus_cfg->read_requests); in dwceqos_probe_config_dt()
1875 of_property_read_u32(np, "snps,burst-map", &bus_cfg->burst_map); in dwceqos_probe_config_dt()
1876 of_property_read_u32(np, "snps,txpbl", &bus_cfg->tx_pbl); in dwceqos_probe_config_dt()
1877 of_property_read_u32(np, "snps,rxpbl", &bus_cfg->rx_pbl); in dwceqos_probe_config_dt()
1880 bus_cfg->en_lpi, in dwceqos_probe_config_dt()
1881 bus_cfg->write_requests, in dwceqos_probe_config_dt()
1882 bus_cfg->read_requests, in dwceqos_probe_config_dt()
1883 bus_cfg->burst_map, in dwceqos_probe_config_dt()
1884 bus_cfg->rx_pbl, in dwceqos_probe_config_dt()
1885 bus_cfg->tx_pbl); in dwceqos_probe_config_dt()