Home
last modified time | relevance | path

Searched full:pom_int (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_hal.c423 union pom_int_ena_w1s pom_int; in nitrox_config_pom_unit() local
427 pom_int.value = 0; in nitrox_config_pom_unit()
428 pom_int.s.illegal_dport = 1; in nitrox_config_pom_unit()
429 nitrox_write_csr(ndev, POM_INT_ENA_W1S, pom_int.value); in nitrox_config_pom_unit()
H A Dnitrox_isr.c115 value = nitrox_read_csr(ndev, POM_INT); in clear_pom_err_intr()
116 nitrox_write_csr(ndev, POM_INT, value); in clear_pom_err_intr()
117 dev_err_ratelimited(DEV(ndev), "POM_INT 0x%016llx\n", value); in clear_pom_err_intr()
H A Dnitrox_csr.h162 #define POM_INT 0x11C0000 macro
1143 * @illegal_intf: Reads or sets enable for POM_INT[ILLEGAL_INTF].
1144 * @illegal_dport: Reads or sets enable for POM_INT[ILLEGAL_DPORT].