Home
last modified time | relevance | path

Searched refs:swap_val (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_access.c415 u32_t swap_val = 0; in lm_gpio_read() local
432 swap_val = REG_RD(pdev, NIG_REG_PORT_SWAP); in lm_gpio_read()
437 gpio_port = (swap_val && swap_override) ^ port; in lm_gpio_read()
522 u32_t swap_val = 0; in lm_gpio_write() local
537 swap_val = REG_RD(pdev, NIG_REG_PORT_SWAP); in lm_gpio_write()
541 gpio_port = (swap_val && swap_override) ^ port; in lm_gpio_write()
672 u32_t swap_val = 0; in lm_gpio_int_write() local
675 swap_val = REG_RD(pdev, NIG_REG_PORT_SWAP); in lm_gpio_int_write()
677 gpio_port = (swap_val && swap_override ) ^ port; in lm_gpio_int_write()
H A Dlm_hw_init_reset.c869 u32_t swap_val = 0; in lm_reset_device_if_undi_active() local
1058 swap_val = REG_RD(pdev,NIG_REG_PORT_SWAP); in lm_reset_device_if_undi_active()
1065 REG_WR(pdev,NIG_REG_PORT_SWAP,swap_val); in lm_reset_device_if_undi_active()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c8528 u32 swap_val, swap_override; in elink_get_gpio_port() local
8534 swap_val = REG_RD(cb, NIG_REG_PORT_SWAP); in elink_get_gpio_port()
10190 u32 swap_val, swap_override; in elink_8727_hw_reset() local
10196 swap_val = REG_RD(cb, NIG_REG_PORT_SWAP); in elink_8727_hw_reset()
10198 port = (swap_val && swap_override) ^ 1; in elink_8727_hw_reset()
14395 u32 swap_val, swap_override; in elink_8073_common_init_phy() local
14398 port ^= (swap_val && swap_override); in elink_8073_common_init_phy()
14616 u32 swap_val, swap_override; in elink_8727_common_init_phy() local
14620 swap_val = REG_RD(cb, NIG_REG_PORT_SWAP); in elink_8727_common_init_phy()
14633 port ^= (swap_val && swap_override); in elink_8727_common_init_phy()
[all …]