Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/translations/zh_CN/doc-guide/
Dparse-headers.rst153 enum foo { BAR1, BAR2, PRIVATE };
157 replace symbol BAR1 :c:type:\`foo\`
163 enum foo { BAR1, BAR2, PRIVATE };
165 它会让BAR1和BAR2枚举符号交叉引用C域中的foo符号。
/linux-6.1.9/sound/pci/lola/
Dlola.c228 status = lola_readl(chip, BAR1, DINTSTS); in lola_interrupt()
232 in_sts = lola_readl(chip, BAR1, DIINTSTS); in lola_interrupt()
233 out_sts = lola_readl(chip, BAR1, DOINTSTS); in lola_interrupt()
278 lola_writel(chip, BAR1, DINTSTS, in lola_interrupt()
302 lola_writel(chip, BAR1, BOARD_MODE, 0); in reset_controller()
328 lola_writel(chip, BAR1, DOINTCTL, val); in lola_irq_enable()
330 lola_writel(chip, BAR1, DIINTCTL, val); in lola_irq_enable()
335 lola_writel(chip, BAR1, DINTCTL, val); in lola_irq_enable()
340 lola_writel(chip, BAR1, DINTCTL, 0); in lola_irq_disable()
341 lola_writel(chip, BAR1, DIINTCTL, 0); in lola_irq_disable()
[all …]
Dlola.h374 #define BAR1 1 macro
391 readl((chip)->bar[BAR1].remap_addr + LOLA_BAR1_DSD0_OFFSET + \
394 writel((val), (chip)->bar[BAR1].remap_addr + LOLA_BAR1_DSD0_OFFSET + \
Dlola_proc.c172 readl(chip->bar[BAR1].remap_addr + i)); in lola_proc_regs_read()
177 readl(chip->bar[BAR1].remap_addr + i)); in lola_proc_regs_read()
Dlola_pcm.c36 return lola_readl(chip, BAR1, LRC); in lola_get_lrc()
Dlola_mixer.c120 (chip->bar[BAR1].remap_addr + LOLA_BAR1_SOURCE_GAIN_ENABLE); in lola_init_mixer_widget()
/linux-6.1.9/Documentation/doc-guide/
Dparse-headers.rst160 enum foo { BAR1, BAR2, PRIVATE };
164 replace symbol BAR1 :c:type:\`foo\`
170 enum foo { BAR1, BAR2, PRIVATE };
172 It will make the BAR1 and BAR2 enum symbols to cross reference the foo
/linux-6.1.9/Documentation/translations/it_IT/doc-guide/
Dparse-headers.rst166 enum foo { BAR1, BAR2, PRIVATE };
170 replace symbol BAR1 :c:type:\`foo\`
176 enum foo { BAR1, BAR2, PRIVATE };
178 Genererà un riferimento ai valori BAR1 e BAR2 dal simbolo foo nel dominio C.
/linux-6.1.9/Documentation/PCI/endpoint/
Dpci-vntb-function.rst109 BAR1 Doorbell
122 BAR1
Dpci-ntb-function.rst240 BAR1 Self Scratchpad
262 BAR1 Peer Scratchpad
279 | BAR1 | | |SCRATCHPAD REGION | | BAR1 |
295 scratchpad region (peer scratchpad) using BAR1 of EP controller 2. This
307 | BAR1 | | | Doorbell 2 +---------+ | |
Dpci-test-howto.rst148 BAR1: OKAY
/linux-6.1.9/Documentation/scsi/
Dhptiop.rst54 For Marvell not Frey IOP based adapters, the IOP is accessed via PCI BAR0 and BAR1:
66 BAR1 offset Register
78 For Marvell Frey IOP based adapters, the IOP is accessed via PCI BAR0 and BAR1:
87 BAR1 offset Register
DChangeLog.lpfc550 * Added check to see if BAR1 register is valid before using BAR1
/linux-6.1.9/drivers/net/ethernet/cavium/liquidio/
Dcn23xx_pf_device.c1312 u64 BAR0, BAR1; in setup_cn23xx_octeon_pf_device() local
1319 BAR1 = (u64)(data32 & ~0xf); in setup_cn23xx_octeon_pf_device()
1321 BAR1 |= ((u64)data32 << 32); in setup_cn23xx_octeon_pf_device()
1323 if (!BAR0 || !BAR1) { in setup_cn23xx_octeon_pf_device()
1326 if (!BAR1) in setup_cn23xx_octeon_pf_device()