Home
last modified time | relevance | path

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

/linux-6.15/Documentation/translations/zh_CN/doc-guide/
H A 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.15/sound/pci/lola/
H A Dlola.c228 status = lola_readl(chip, BAR1, DINTSTS); in lola_interrupt()
232 in_sts = lola_readl(chip, BAR1, DIINTSTS); 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()
342 lola_writel(chip, BAR1, DOINTCTL, 0); in lola_irq_disable()
[all …]
H A 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 + \
H A 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()
H A Dlola_pcm.c36 return lola_readl(chip, BAR1, LRC); in lola_get_lrc()
H A Dlola_mixer.c120 (chip->bar[BAR1].remap_addr + LOLA_BAR1_SOURCE_GAIN_ENABLE); in lola_init_mixer_widget()
/linux-6.15/Documentation/translations/it_IT/doc-guide/
H A Dparse-headers.rst165 enum foo { BAR1, BAR2, PRIVATE };
169 replace symbol BAR1 :c:type:\`foo\`
175 enum foo { BAR1, BAR2, PRIVATE };
177 Genererà un riferimento ai valori BAR1 e BAR2 dal simbolo foo nel dominio C.
/linux-6.15/Documentation/doc-guide/
H A 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.15/Documentation/PCI/endpoint/
H A Dpci-vntb-function.rst109 BAR1 Doorbell
122 BAR1
H A 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 +---------+ | |
H A Dpci-test-howto.rst151 # RUN pci_ep_bar.BAR1.BAR_TEST ...
152 # OK pci_ep_bar.BAR1.BAR_TEST
153 ok 2 pci_ep_bar.BAR1.BAR_TEST
/linux-6.15/Documentation/scsi/
H A 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
H A DChangeLog.lpfc550 * Added check to see if BAR1 register is valid before using BAR1
/linux-6.15/Documentation/devicetree/bindings/pci/
H A Dpci-ep-bus.yaml43 through BAR0 and another through BAR1, and you don't want the two
/linux-6.15/drivers/net/ethernet/cavium/liquidio/
H A Dcn23xx_pf_device.c1141 u64 BAR0, BAR1; in setup_cn23xx_octeon_pf_device() local
1148 BAR1 = (u64)(data32 & ~0xf); in setup_cn23xx_octeon_pf_device()
1150 BAR1 |= ((u64)data32 << 32); in setup_cn23xx_octeon_pf_device()
1152 if (!BAR0 || !BAR1) { in setup_cn23xx_octeon_pf_device()
1155 if (!BAR1) in setup_cn23xx_octeon_pf_device()
/linux-6.15/tools/testing/selftests/pci_endpoint/
H A Dpci_endpoint_test.c57 FIXTURE_VARIANT_ADD(pci_ep_bar, BAR1) { .barno = 1 }; in FIXTURE_VARIANT_ADD() argument
/linux-6.15/drivers/misc/
H A Dlan966x_pci.dtso57 * map @0xe0000000 (16MB) to BAR1 (AMBA)