Searched refs:fixed_map (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dpci.c65 static const struct mt76_connac_reg_map fixed_map[] = { local
116 for (i = 0; i < ARRAY_SIZE(fixed_map); i++) {
119 if (addr < fixed_map[i].phys)
122 ofs = addr - fixed_map[i].phys;
123 if (ofs > fixed_map[i].size)
126 return fixed_map[i].maps + ofs;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dpci.c102 static const struct mt76_connac_reg_map fixed_map[] = { local
163 for (i = 0; i < ARRAY_SIZE(fixed_map); i++) {
166 if (addr < fixed_map[i].phys)
169 ofs = addr - fixed_map[i].phys;
170 if (ofs > fixed_map[i].size)
173 return fixed_map[i].maps + ofs;

Completed in 163 milliseconds