/src/sys/arch/arm/sunxi/ |
sunxi_rsb.c | 65 * Run-time address (RTA) is an 8-bit value used to address the device during 69 * Allwinner uses RTA 0x2d for the primary PMIC, 0x3a for the secondary PMIC, 74 uint8_t rta; member in struct:__anonafd9afab0108 76 { .addr = RSB_ADDR_PMIC_PRIMARY, .rta = 0x2d }, 77 { .addr = RSB_ADDR_PMIC_SECONDARY, .rta = 0x3a }, 78 { .addr = RSB_ADDR_PERIPH_IC, .rta = 0x4e }, 79 { .addr = 0, .rta = 0 } 280 sunxi_rsb_rsb_config(struct sunxi_rsb_softc *sc, uint8_t rta, i2c_addr_t da, 290 dar = __SHIFTIN(rta, RSB_DAR_RTA); 315 uint8_t rta; local in function:sunxi_rsb_exec [all...] |
sunxi_rsb.c | 65 * Run-time address (RTA) is an 8-bit value used to address the device during 69 * Allwinner uses RTA 0x2d for the primary PMIC, 0x3a for the secondary PMIC, 74 uint8_t rta; member in struct:__anonafd9afab0108 76 { .addr = RSB_ADDR_PMIC_PRIMARY, .rta = 0x2d }, 77 { .addr = RSB_ADDR_PMIC_SECONDARY, .rta = 0x3a }, 78 { .addr = RSB_ADDR_PERIPH_IC, .rta = 0x4e }, 79 { .addr = 0, .rta = 0 } 280 sunxi_rsb_rsb_config(struct sunxi_rsb_softc *sc, uint8_t rta, i2c_addr_t da, 290 dar = __SHIFTIN(rta, RSB_DAR_RTA); 315 uint8_t rta; local in function:sunxi_rsb_exec [all...] |
/src/usr.sbin/route6d/ |
route6d.c | 1460 struct sockaddr_in6 *rta[RTAX_MAX]; local in function:rtrecv 1523 memset(&rta, 0, sizeof(rta)); 1526 rta[i] = (struct sockaddr_in6 *)q; 1527 q += ROUNDUP(rta[i]->sin6_len); 1567 if (rta[RTAX_DST] == NULL) { 1571 if (rta[RTAX_DST]->sin6_family != AF_INET6) { 1575 if (IN6_IS_ADDR_LINKLOCAL(&rta[RTAX_DST]->sin6_addr)) { 1579 if (IN6_ARE_ADDR_EQUAL(&rta[RTAX_DST]->sin6_addr, &in6addr_loopback)) { 1583 if (IN6_IS_ADDR_MULTICAST(&rta[RTAX_DST]->sin6_addr)) [all...] |
route6d.c | 1460 struct sockaddr_in6 *rta[RTAX_MAX]; local in function:rtrecv 1523 memset(&rta, 0, sizeof(rta)); 1526 rta[i] = (struct sockaddr_in6 *)q; 1527 q += ROUNDUP(rta[i]->sin6_len); 1567 if (rta[RTAX_DST] == NULL) { 1571 if (rta[RTAX_DST]->sin6_family != AF_INET6) { 1575 if (IN6_IS_ADDR_LINKLOCAL(&rta[RTAX_DST]->sin6_addr)) { 1579 if (IN6_ARE_ADDR_EQUAL(&rta[RTAX_DST]->sin6_addr, &in6addr_loopback)) { 1583 if (IN6_IS_ADDR_MULTICAST(&rta[RTAX_DST]->sin6_addr)) [all...] |