Home
last modified time | relevance | path

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

/linux/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/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/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/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/sound/pci/lola/
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()
/linux/Documentation/doc-guide/
H A Dparse-headers.rst154 enum foo { BAR1, BAR2, PRIVATE };
163 replace symbol BAR1 :c:type:\`foo\`
/linux/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/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