/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | iosys-map.h | 21 #define IOSYS_MAP_INIT_OFFSET(_ism_src_p, _off) ({ \ argument 124 #define iosys_map_rd(_ism, _off, _type) ({ \ argument 137 #define iosys_map_wr(_ism, _off, _type, _val) ({ \ argument 150 #define iosys_map_rd_field(_ism, _off, _type, _field) ({ \ argument 155 #define iosys_map_wr_field(_ism, _off, _type, _field, _val) ({ \ argument
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_eeprom_v3.c | 71 #define EEREAD(_off) do { \ in readEepromFreqPierInfo() argument 277 #define EEREAD(_off) do { \ in readEepromRawPowerCalInfo5112() argument 445 #define EEREAD(_off) do { \ in ar2413ReadCalDataset() argument 813 #define EEREAD(_off) do { \ in readEepromRawPowerCalInfo() argument 919 #define EEREAD(_off) do { \ in readEepromTargetPowerCalInfo() argument 1015 #define EEREAD(_off) do { \ in readEepromCTLInfo() argument 1112 #define EEREAD(_off) do { \ in readHeaderInfo() argument
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_spivar.h | 52 #define BCM_SPI_WRITE(_sc, _off, _val) \ argument 54 #define BCM_SPI_READ(_sc, _off) \ argument
|
H A D | bcm2835_bscvar.h | 59 #define BCM_BSC_WRITE(_sc, _off, _val) \ argument 61 #define BCM_BSC_READ(_sc, _off) \ argument
|
H A D | bcm2835_clkman.c | 65 #define BCM_CLKMAN_WRITE(_sc, _off, _val) \ argument 67 #define BCM_CLKMAN_READ(_sc, _off) \ argument
|
H A D | bcm2835_pwm.c | 72 #define BCM_PWM_MEM_WRITE(_sc, _off, _val) \ argument 74 #define BCM_PWM_MEM_READ(_sc, _off) \ argument 76 #define BCM_PWM_CLK_WRITE(_sc, _off, _val) \ argument 78 #define BCM_PWM_CLK_READ(_sc, _off) \ argument
|
H A D | bcm2835_gpio.c | 138 #define BCM_GPIO_WRITE(_sc, _off, _val) \ argument 140 #define BCM_GPIO_READ(_sc, _off) \ argument 142 #define BCM_GPIO_CLEAR_BITS(_sc, _off, _bits) \ argument 144 #define BCM_GPIO_SET_BITS(_sc, _off, _bits) \ argument
|
/freebsd/sys/arm/ti/ |
H A D | ti_spivar.h | 59 #define TI_SPI_WRITE(_sc, _off, _val) \ argument 61 #define TI_SPI_READ(_sc, _off) \ argument
|
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk3568_pmucru.c | 55 #define RK_PLL(_id, _name, _pnames, _off, _shift) \ argument
|
H A D | rk3568_cru.c | 66 #define RK_PLL(_id, _name, _pnames, _off, _shift) \ argument
|
/freebsd/sys/arm/mv/ |
H A D | a37x0_gpio.c | 64 #define A37X0_GPIO_WRITE(_sc, _off, _val) \ argument 66 #define A37X0_GPIO_READ(_sc, _off) \ argument
|
H A D | mv_spi.c | 66 #define MV_SPI_WRITE(_sc, _off, _val) \ argument 68 #define MV_SPI_READ(_sc, _off) \ argument
|
H A D | a37x0_iic.c | 66 #define A37X0_IIC_WRITE(_sc, _off, _val) \ argument 68 #define A37X0_IIC_READ(_sc, _off) \ argument
|
H A D | a37x0_spi.c | 61 #define A37X0_SPI_WRITE(_sc, _off, _val) \ argument 63 #define A37X0_SPI_READ(_sc, _off) \ argument
|
/freebsd/sys/dev/usb/controller/dwc3/ |
H A D | dwc3.c | 94 #define DWC3_WRITE(_sc, _off, _val) \ argument 96 #define DWC3_READ(_sc, _off) \ argument
|
/freebsd/sys/dev/rccgpio/ |
H A D | rccgpio.c | 81 #define RCC_WRITE(_sc, _off, _val) \ argument 83 #define RCC_READ(_sc, _off) \ argument
|
/freebsd/sys/riscv/sifive/ |
H A D | sifive_gpio.c | 80 #define SFGPIO_READ(_sc, _off) \ argument 82 #define SFGPIO_WRITE(_sc, _off, _val) \ argument
|
/freebsd/sys/dev/intel/ |
H A D | spi.c | 72 #define INTELSPI_WRITE(_sc, _off, _val) \ argument 74 #define INTELSPI_READ(_sc, _off) \ argument
|
/freebsd/sys/netlink/ |
H A D | netlink.h | 199 #define NL_ITEM_DATA(_ptr, _off) ((void *)((char *)(_ptr) + _off)) argument 200 #define NL_ITEM_DATA_CONST(_ptr, _off) ((const void *)((const char *)(_ptr) + _off)) argument
|
H A D | netlink_message_writer.h | 180 #define nlattr_restore_offset(_ns, _off, _t) ((_t *)_nlattr_restore_offset(_ns, _off)) argument
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk_gpio.c | 133 #define RK_GPIO_WRITE(_sc, _off, _val) \ argument 135 #define RK_GPIO_READ(_sc, _off) \ argument
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_gpio.c | 406 #define AW_GPIO_WRITE(_sc, _off, _val) \ argument 408 #define AW_GPIO_READ(_sc, _off) \ argument
|
/freebsd/sys/net80211/ |
H A D | ieee80211_hostap.c | 2265 #define setie(_ie, _off) ieee80211_ies_setie(ni->ni_ies, _ie, _off) in hostap_recv_mgmt() argument
|
H A D | ieee80211_node.h | 424 #define ieee80211_ies_setie(_ies, _ie, _off) do { \ argument
|
/freebsd/sys/dev/axgbe/ |
H A D | xgbe-common.h | 1572 XPCS32_IOWRITE(_pdata,_off,_val) global() argument 1575 XPCS32_IOREAD(_pdata,_off) global() argument 1578 XPCS16_IOWRITE(_pdata,_off,_val) global() argument 1581 XPCS16_IOREAD(_pdata,_off) global() argument
|