| /linux/Documentation/translations/zh_CN/doc-guide/ |
| H A D | parse-headers.rst | 153 enum foo { BAR1, BAR2, PRIVATE }; 157 replace symbol BAR1 :c:type:\`foo\` 163 enum foo { BAR1, BAR2, PRIVATE }; 165 它会让BAR1和BAR2枚举符号交叉引用C域中的foo符号。
|
| /linux/sound/pci/lola/ |
| H A D | lola.c | 226 status = lola_readl(chip, BAR1, DINTSTS); in lola_interrupt() 230 in_sts = lola_readl(chip, BAR1, DIINTSTS); in lola_interrupt() 231 out_sts = lola_readl(chip, BAR1, DOINTSTS); in lola_interrupt() 276 lola_writel(chip, BAR1, DINTSTS, in lola_interrupt() 300 lola_writel(chip, BAR1, BOARD_MODE, 0); in reset_controller() 326 lola_writel(chip, BAR1, DOINTCTL, val); in lola_irq_enable() 328 lola_writel(chip, BAR1, DIINTCTL, val); in lola_irq_enable() 333 lola_writel(chip, BAR1, DINTCTL, val); in lola_irq_enable() 338 lola_writel(chip, BAR1, DINTCTL, 0); in lola_irq_disable() 339 lola_writel(chip, BAR1, DIINTCTL, 0); in lola_irq_disable() [all …]
|
| H A D | lola.h | 374 #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 D | lola_proc.c | 172 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 D | lola_pcm.c | 36 return lola_readl(chip, BAR1, LRC); in lola_get_lrc()
|
| H A D | lola_mixer.c | 120 (chip->bar[BAR1].remap_addr + LOLA_BAR1_SOURCE_GAIN_ENABLE); in lola_init_mixer_widget()
|
| /linux/Documentation/translations/it_IT/doc-guide/ |
| H A D | parse-headers.rst | 165 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 D | pci-vntb-function.rst | 109 BAR1 Doorbell 122 BAR1
|
| H A D | pci-ntb-function.rst | 240 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 D | pci-test-howto.rst | 170 # RUN pci_ep_bar.BAR1.BAR_TEST ... 171 # OK pci_ep_bar.BAR1.BAR_TEST 172 ok 2 pci_ep_bar.BAR1.BAR_TEST
|
| /linux/Documentation/scsi/ |
| H A D | hptiop.rst | 54 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 D | ChangeLog.lpfc | 550 * Added check to see if BAR1 register is valid before using BAR1
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | cn23xx_pf_device.c | 1141 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/Documentation/doc-guide/ |
| H A D | parse-headers.rst | 154 enum foo { BAR1, BAR2, PRIVATE }; 163 replace symbol BAR1 :c:type:\`foo\`
|
| /linux/drivers/misc/ |
| H A D | lan966x_pci.dtso | 57 * map @0xe0000000 (16MB) to BAR1 (AMBA)
|
| /linux/tools/testing/selftests/pci_endpoint/ |
| H A D | pci_endpoint_test.c | 57 FIXTURE_VARIANT_ADD(pci_ep_bar, BAR1) { .barno = 1 }; in FIXTURE_VARIANT_ADD() argument
|