Searched refs:regbase_win (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/sys/dev/pci/ |
| D | pccbb.c | 2142 int regbase_win = 0x8 + win * 0x04; local 2150 Pcic_write(ph, regbase_win + PCIC_SIA_START_LOW, 2152 Pcic_write(ph, regbase_win + PCIC_SIA_START_HIGH, 2155 Pcic_write(ph, regbase_win + PCIC_SIA_STOP_LOW, 2157 Pcic_write(ph, regbase_win + PCIC_SIA_STOP_HIGH, 2183 Pcic_read(ph, regbase_win + PCIC_SIA_START_LOW); 2185 Pcic_read(ph, regbase_win + PCIC_SIA_START_HIGH); 2187 Pcic_read(ph, regbase_win + PCIC_SIA_STOP_LOW); 2189 Pcic_read(ph, regbase_win + PCIC_SIA_STOP_HIGH); 2542 int regbase_win; local [all …]
|