Searched refs:bar_count (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mcb/
H A Dmcb-parse.c38 void __iomem *base, int bar_count)
71 if (mdev->bar > bar_count - 1) {
115 struct chameleon_bar *cb, int bar_count)
123 for (i = 0; i < bar_count; i++) {
135 int bar_count; local
150 bar_count = BAR_CNT(reg);
151 if (bar_count <= 0 || bar_count > CHAMELEON_BAR_MAX)
154 c = kcalloc(bar_count, sizeof(struct chameleon_bar),
159 chameleon_parse_bar(*base, c, bar_count);
36 chameleon_parse_gdd(struct mcb_bus *bus, struct chameleon_bar *cb, void __iomem *base, int bar_count) argument
114 chameleon_parse_bar(void __iomem *base, struct chameleon_bar *cb, int bar_count) argument
183 int bar_count; local
[all...]

Completed in 103 milliseconds