Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds