Lines Matching refs:u_int
85 static inline u_int pxa2xx_mcxx_hold(u_int pcmcia_cycle_ns, in pxa2xx_mcxx_hold()
86 u_int mem_clk_10khz) in pxa2xx_mcxx_hold()
88 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_hold()
92 static inline u_int pxa2xx_mcxx_asst(u_int pcmcia_cycle_ns, in pxa2xx_mcxx_asst()
93 u_int mem_clk_10khz) in pxa2xx_mcxx_asst()
95 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_asst()
99 static inline u_int pxa2xx_mcxx_setup(u_int pcmcia_cycle_ns, in pxa2xx_mcxx_setup()
100 u_int mem_clk_10khz) in pxa2xx_mcxx_setup()
102 u_int code = pcmcia_cycle_ns * mem_clk_10khz; in pxa2xx_mcxx_setup()
109 static inline u_int pxa2xx_pcmcia_cmd_time(u_int mem_clk_10khz, in pxa2xx_pcmcia_cmd_time()
110 u_int pcmcia_mcxx_asst) in pxa2xx_pcmcia_cmd_time()