Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mcb/
Dmcb-parse.c37 void __iomem *base, int bar_count) in chameleon_parse_gdd() argument
70 if (mdev->bar > bar_count - 1) { in chameleon_parse_gdd()
116 struct chameleon_bar *cb, int bar_count) in chameleon_parse_bar() argument
124 for (i = 0; i < bar_count; i++) { in chameleon_parse_bar()
136 int bar_count; in chameleon_get_bar() local
151 bar_count = BAR_CNT(reg); in chameleon_get_bar()
152 if (bar_count <= 0 || bar_count > CHAMELEON_BAR_MAX) in chameleon_get_bar()
155 c = kcalloc(bar_count, sizeof(struct chameleon_bar), in chameleon_get_bar()
160 chameleon_parse_bar(*base, c, bar_count); in chameleon_get_bar()
161 *base += BAR_DESC_SIZE(bar_count); in chameleon_get_bar()
[all …]