Home
last modified time | relevance | path

Searched defs:_off (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/mips/mediatek/
H A Dmtk_usb_phy.c60 #define USB_PHY_READ(_sc, _off) bus_read_4((_sc)->res, (_off)) argument
61 #define USB_PHY_WRITE(_sc, _off, _val) bus_write_4((_sc)->res, (_off), (_val)) argument
62 #define USB_PHY_CLR_SET(_sc, _off, _clr, _set) \ argument
65 #define USB_PHY_READ_U2(_sc, _off) \ argument
67 #define USB_PHY_WRITE_U2(_sc, _off, _val) \ argument
69 #define USB_PHY_CLR_SET_U2(_sc, _off, _clr, _set) \ argument
75 #define USB_PHY_READ_FM(_sc, _off) \ argument
77 #define USB_PHY_WRITE_FM(_sc, _off) \ argument
79 #define USB_PHY_CLR_SET_FM(_sc, _off, _clr, _set) \ argument
H A Dmtk_pinctrl.h50 #define GROUP(_name, _reg, _off, _mask, _funcs) \ argument
/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_spivar.h52 #define BCM_SPI_WRITE(_sc, _off, _val) \ argument
54 #define BCM_SPI_READ(_sc, _off) \ argument
H A Dbcm2835_bscvar.h61 #define BCM_BSC_WRITE(_sc, _off, _val) \ argument
63 #define BCM_BSC_READ(_sc, _off) \ argument
H A Dbcm2835_clkman.c67 #define BCM_CLKMAN_WRITE(_sc, _off, _val) \ argument
69 #define BCM_CLKMAN_READ(_sc, _off) \ argument
H A Dbcm2835_pwm.c75 #define BCM_PWM_MEM_WRITE(_sc, _off, _val) \ argument
77 #define BCM_PWM_MEM_READ(_sc, _off) \ argument
79 #define BCM_PWM_CLK_WRITE(_sc, _off, _val) \ argument
81 #define BCM_PWM_CLK_READ(_sc, _off) \ argument
H A Dbcm2835_gpio.c132 #define BCM_GPIO_WRITE(_sc, _off, _val) \ argument
134 #define BCM_GPIO_READ(_sc, _off) \ argument
136 #define BCM_GPIO_CLEAR_BITS(_sc, _off, _bits) \ argument
138 #define BCM_GPIO_SET_BITS(_sc, _off, _bits) \ argument
/f-stack/freebsd/arm/ti/
H A Dti_spivar.h61 #define TI_SPI_WRITE(_sc, _off, _val) \ argument
63 #define TI_SPI_READ(_sc, _off) \ argument
/f-stack/freebsd/arm/mv/
H A Da37x0_gpio.c67 #define A37X0_GPIO_WRITE(_sc, _off, _val) \ argument
69 #define A37X0_GPIO_READ(_sc, _off) \ argument
H A Dmv_spi.c69 #define MV_SPI_WRITE(_sc, _off, _val) \ argument
71 #define MV_SPI_READ(_sc, _off) \ argument
H A Da37x0_iic.c68 #define A37X0_IIC_WRITE(_sc, _off, _val) \ argument
70 #define A37X0_IIC_READ(_sc, _off) \ argument
H A Da37x0_spi.c64 #define A37X0_SPI_WRITE(_sc, _off, _val) \ argument
66 #define A37X0_SPI_READ(_sc, _off) \ argument
/f-stack/freebsd/arm64/rockchip/
H A Drk_gpio.c104 #define RK_GPIO_WRITE(_sc, _off, _val) \ argument
106 #define RK_GPIO_READ(_sc, _off) \ argument
/f-stack/freebsd/arm/allwinner/
H A Daw_gpio.c332 #define AW_GPIO_WRITE(_sc, _off, _val) \ argument
334 #define AW_GPIO_READ(_sc, _off) \ argument
/f-stack/freebsd/net80211/
H A Dieee80211_hostap.c2248 #define setie(_ie, _off) ieee80211_ies_setie(ni->ni_ies, _ie, _off) in hostap_recv_mgmt() argument
H A Dieee80211_node.h375 #define ieee80211_ies_setie(_ies, _ie, _off) do { \ argument
/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_common.h1514 #define XPCS32_IOWRITE(_pdata, _off, _val) \ argument
1518 #define XPCS32_IOREAD(_pdata, _off) \ argument
1521 #define XPCS16_IOWRITE(_pdata, _off, _val) \ argument
1525 #define XPCS16_IOREAD(_pdata, _off) \ argument